Skip to content

Commit c47a92f

Browse files
committed
fix
1 parent 13eb8ac commit c47a92f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

multiloquent-base.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -928,7 +928,7 @@ function multiloquent_paralax_featured_sliders() {
928928
* @return mixed
929929
*/
930930
function multiloquent_get_avatar($avatar) {
931-
$avatar = str_replace("class='avatar", "class='avatar img-responsive center-block", $avatar);
931+
$avatar = str_replace("class='avatar", "class='avatar img-fluid center-block", $avatar);
932932
return $avatar;
933933
}
934934

0 commit comments

Comments
 (0)