Changeset 11310 for trunk/src/bp-messages/bp-messages-functions.php
- Timestamp:
- 12/19/2016 10:51:10 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-messages/bp-messages-functions.php
r11309 r11310 326 326 * 327 327 * @param int $thread_id ID of the thread. 328 * 329 * @return false|int Number of threads marked as read or false on error. 328 330 */ 329 331 function messages_mark_thread_read( $thread_id ) { … … 337 339 * 338 340 * @param int $thread_id ID of the thread. 341 * 342 * @return false|int Number of threads marked as unread or false on error. 339 343 */ 340 344 function messages_mark_thread_unread( $thread_id ) {
Note: See TracChangeset
for help on using the changeset viewer.