Skip to:
Content
Pages
Categories
Search
Top
Bottom

[Resolved] Ago Ago?

  • @coreymj78

    Member

    Some thing screwy is happening with the…

    #BP-Content .item-header-content span.activity

    line. It is repeating the word “ago” It will say:

    John said 4 months ago ago:

    How can I remedie this? I have done a search for buddypress and “ago ago” in Google and go many other BP sites that have the same error. Thanks for any help.

Viewing 3 replies - 1 through 3 (of 3 total)
  • @coreymj78

    Member

    @chouf1

    Participant

    Hello,

    old problem…
    In bp-core/bp-core-functions.php:611
    there is the “ago” filter…
    `$ago_text = apply_filters( ‘bp_core_time_since_ago_text’, __( ‘%s ago’, ‘buddypress’ ) );`
    Replace this to
    `$ago_text = apply_filters( ‘bp_core_time_since_ago_text’, __( ‘%s’, ‘buddypress’ ) );`

    @coreymj78

    Member

    THANKS SIR!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Resolved] Ago Ago?’ is closed to new replies.
Skip to toolbar