- Timestamp:
- 03/18/2018 09:56:44 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-nouveau/includes/messages/functions.php
r11856 r11899 3 3 * Messages functions 4 4 * 5 * @since 1.0.05 * @since 3.0.0 6 6 */ 7 7 … … 12 12 * Enqueue styles for the Messages UI (mentions). 13 13 * 14 * @since 1.0.014 * @since 3.0.0 15 15 * 16 16 * @param array $styles Optional. The array of styles to enqueue. … … 35 35 * Register Scripts for the Messages component 36 36 * 37 * @since 1.0.037 * @since 3.0.0 38 38 * 39 39 * @param array $scripts The array of scripts to register … … 64 64 * Enqueue the messages scripts 65 65 * 66 * @since 1.0.066 * @since 3.0.0 67 67 */ 68 68 function bp_nouveau_messages_enqueue_scripts() { … … 80 80 * Localize the strings needed for the messages UI 81 81 * 82 * @since 1.0.082 * @since 3.0.0 83 83 * 84 84 * @param array $params Associative array containing the JS Strings needed by scripts … … 124 124 125 125 /** 126 * @since 1.0.0126 * @since 3.0.0 127 127 */ 128 128 function bp_nouveau_message_search_form() { … … 138 138 * Filters the private message component search form. 139 139 * 140 * @since 1.0.0140 * @since 3.0.0 141 141 * 142 142 * @param string $search_form_html HTML markup for the message search form. … … 147 147 148 148 /** 149 * @since 1.0.0149 * @since 3.0.0 150 150 */ 151 151 function bp_nouveau_messages_adjust_nav() { … … 179 179 180 180 /** 181 * @since 1.0.0181 * @since 3.0.0 182 182 */ 183 183 function bp_nouveau_messages_adjust_admin_nav( $admin_nav ) { … … 204 204 205 205 /** 206 * @since 1.0.0206 * @since 3.0.0 207 207 */ 208 208 function bp_nouveau_add_notice_notification_for_user( $notifications, $user_id ) { … … 239 239 240 240 /** 241 * @since 1.0.0241 * @since 3.0.0 242 242 */ 243 243 function bp_nouveau_format_notice_notification_for_user( $array ) { … … 253 253 254 254 /** 255 * @since 1.0.0255 * @since 3.0.0 256 256 */ 257 257 function bp_nouveau_unregister_notices_widget() { … … 262 262 * Add active sitewide notices to the BP template_message global. 263 263 * 264 * @since 1.0.0264 * @since 3.0.0 265 265 */ 266 266 function bp_nouveau_push_sitewide_notices() { … … 300 300 301 301 /** 302 * @since 1.0.0302 * @since 3.0.0 303 303 */ 304 304 function bp_nouveau_mce_buttons( $buttons = array() ) { … … 320 320 321 321 /** 322 * @since 1.0.0322 * @since 3.0.0 323 323 */ 324 324 function bp_nouveau_messages_at_on_tinymce_init( $settings, $editor_id ) { … … 332 332 333 333 /** 334 * @since 1.0.0334 * @since 3.0.0 335 335 */ 336 336 function bp_nouveau_get_message_date( $date ) { … … 369 369 370 370 /** 371 * @since 1.0.0371 * @since 3.0.0 372 372 */ 373 373 function bp_nouveau_messages_get_bulk_actions() { … … 401 401 * Register notifications filters for the messages component. 402 402 * 403 * @since 1.0.0403 * @since 3.0.0 404 404 */ 405 405 function bp_nouveau_messages_notification_filters() {
Note: See TracChangeset
for help on using the changeset viewer.