This commit is contained in:
Hoang Huu 2019-09-27 15:48:07 +07:00
commit 2823e9f340
2 changed files with 1 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.9 KiB

@ -24,7 +24,7 @@ function opalestate_load_template_path( $tpl, $args = [], $layout = '' ) {
}
function opalestate_get_image_avatar_placehold() {
return OPALESTATE_PLUGIN_URL . 'assets/images/avatar-placeholder.jpg';
return OPALESTATE_PLUGIN_URL . 'assets/images/avatar-placeholder.png';
}
function opalestate_get_admin_view( $file ) {