Skip to content

Commit 8785b32

Browse files
committed
classes for avatar
1 parent 1850674 commit 8785b32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

function-definitions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -826,7 +826,7 @@ function multiloquent_paralax_featured_sliders()
826826
*/
827827
function multiloquent_get_avatar($avatar)
828828
{
829-
$avatar = str_replace("class='avatar", "class='avatar pull-left media-object", $avatar);
829+
$avatar = str_replace("class='avatar", "class='avatar pull-left media-object img-responsive", $avatar);
830830
return $avatar;
831831
}
832832

0 commit comments

Comments
 (0)