Changeset 12021
- Timestamp:
- 05/01/2018 12:00:34 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-nouveau/includes/messages/functions.php
r12008 r12021 92 92 $params['messages'] = array( 93 93 'errors' => array( 94 'send_to' => __( 'Please add at least a user to send the message to, using their @username.', 'buddypress' ),94 'send_to' => __( 'Please add at least one recipient.', 'buddypress' ), 95 95 'subject' => __( 'Please add a subject to your message.', 'buddypress' ), 96 96 'message_content' => __( 'Please add some content to your message.', 'buddypress' ), … … 99 99 'send' => wp_create_nonce( 'messages_send_message' ), 100 100 ), 101 'loading' => '<div class="bp-feedback info"><span class="bp-icon"></span><p>' . __( 'Loading messages , please wait.', 'buddypress' ) . '</p></div>',101 'loading' => '<div class="bp-feedback info"><span class="bp-icon"></span><p>' . __( 'Loading messages. Please wait.', 'buddypress' ) . '</p></div>', 102 102 'bulk_actions' => bp_nouveau_messages_get_bulk_actions(), 103 103 ); … … 247 247 248 248 return array( 249 'text' => esc_html__( 'New site wide notice', 'buddypress' ),249 'text' => esc_html__( 'New sitewide notice', 'buddypress' ), 250 250 'link' => bp_loggedin_user_domain(), 251 251 );
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)