Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
02/08/2016 05:18:31 PM (9 years ago)
Author:
imath
Message:

Make sure text domain definitions are consistent in template files.

Props Jonnyauk

Fixes #6764

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-templates/bp-legacy/buddypress/members/single/messages/compose.php

    r10181 r10562  
    2828
    2929    <?php if ( bp_current_user_can( 'bp_moderate' ) ) : ?>
    30         <p><label for="send-notice"><input type="checkbox" id="send-notice" name="send-notice" value="1" /> <?php _e( "This is a notice to all users.", "buddypress" ); ?></label></p>
     30        <p><label for="send-notice"><input type="checkbox" id="send-notice" name="send-notice" value="1" /> <?php _e( "This is a notice to all users.", 'buddypress' ); ?></label></p>
    3131    <?php endif; ?>
    3232
Note: See TracChangeset for help on using the changeset viewer.