- Timestamp:
- 03/18/2018 09:56:44 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-nouveau/includes/messages/ajax.php
r11855 r11899 3 3 * Messages Ajax functions 4 4 * 5 * @since 1.0.05 * @since 3.0.0 6 6 */ 7 7 … … 29 29 30 30 /** 31 * @since 1.0.031 * @since 3.0.0 32 32 */ 33 33 function bp_nouveau_ajax_messages_send_message() { … … 89 89 90 90 /** 91 * @since 1.0.091 * @since 3.0.0 92 92 */ 93 93 function bp_nouveau_ajax_messages_send_reply() { … … 178 178 179 179 /** 180 * @since 1.0.0180 * @since 3.0.0 181 181 */ 182 182 function bp_nouveau_ajax_get_user_message_threads() { … … 290 290 291 291 /** 292 * @since 1.0.0292 * @since 3.0.0 293 293 */ 294 294 function bp_nouveau_ajax_messages_thread_read() { … … 320 320 321 321 /** 322 * @since 1.0.0322 * @since 3.0.0 323 323 */ 324 324 function bp_nouveau_ajax_get_thread_messages() { … … 416 416 417 417 /** 418 * @since 1.0.0418 * @since 3.0.0 419 419 */ 420 420 function bp_nouveau_ajax_delete_thread_messages() { … … 449 449 450 450 /** 451 * @since 1.0.0451 * @since 3.0.0 452 452 */ 453 453 function bp_nouveau_ajax_star_thread_messages() { … … 536 536 537 537 /** 538 * @since 1.0.0538 * @since 3.0.0 539 539 */ 540 540 function bp_nouveau_ajax_readunread_thread_messages() { … … 599 599 600 600 /** 601 * @since 1.0.0601 * @since 3.0.0 602 602 */ 603 603 function bp_nouveau_ajax_dismiss_sitewide_notice() {
Note: See TracChangeset
for help on using the changeset viewer.