- Timestamp:
- 02/08/2016 05:18:31 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-legacy/buddypress/members/single/messages/compose.php
r10181 r10562 28 28 29 29 <?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> 31 31 <?php endif; ?> 32 32
Note: See TracChangeset
for help on using the changeset viewer.