Skip to:
Content

BuddyPress.org

Changeset 5624


Ignore:
Timestamp:
01/07/2012 07:53:43 PM (13 years ago)
Author:
djpaul
Message:

Add i18n support missed from r5623. See #3660

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-activity/bp-activity-akismet.php

    r5623 r5624  
    514514
    515515        echo '<div class="akismet-history"><div>';
    516         printf( '<span>%1$s</span> &mdash; %2$s', bp_core_time_since( $history[2] ), esc_html( $history[1] ) );
     516        printf( _x( '<span>%1$s</span> &mdash; %2$s', 'x hours ago - akismet cleared this item', 'buddypress' ), bp_core_time_since( $history[2] ), esc_html( $history[1] ) );
    517517        echo '</div></div>';
    518518    }
Note: See TracChangeset for help on using the changeset viewer.