Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 1 replies (of 1 total)

  • ewafford
    Participant

    @ewafford

    reevaluating my str_replace revealed the error:

    str_replace("class='avatar", "class='avatar pull-left media-object", $avatar);

    Should have been:

    str_replace("class=\"avatar", "class=\"avatar pull-left media-object", $avatar);

    Thanks for being a sounding board. Late night.

Viewing 1 replies (of 1 total)
Skip to toolbar