Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
10/12/2008 08:19:04 PM (17 years ago)
Author:
apeatling
Message:

Added the 'buddypress' textdomain

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-messages/bp-messages-classes.php

    r251 r391  
    264264    function get_recipient_links($recipients) {
    265265        if ( count($recipients) >= 5 )
    266             return count($recipients) . __(' Recipients');
     266            return count($recipients) . __(' Recipients', 'buddypress');
    267267           
    268268        for ( $i = 0; $i < count($recipients); $i++ ) {
Note: See TracChangeset for help on using the changeset viewer.