Changeset 9862 for trunk/src/bp-messages/bp-messages-actions.php
- Timestamp:
- 05/12/2015 04:39:07 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-messages/bp-messages-actions.php
r9819 r9862 2 2 3 3 /** 4 * BuddyPress Messages Actions 4 * BuddyPress Messages Actions. 5 5 * 6 6 * Action functions are exactly the same as screen functions, however they do … … 103 103 * 104 104 * @return bool|null Returns false on failure. Otherwise redirects back to the 105 * message box URL.105 * message box URL. 106 106 */ 107 107 function bp_messages_action_mark_read() { … … 144 144 * 145 145 * @return bool|null Returns false on failure. Otherwise redirects back to the 146 * message box URL.146 * message box URL. 147 147 */ 148 148 function bp_messages_action_mark_unread() { … … 185 185 * 186 186 * @return bool Returns false on failure. Otherwise redirects back to the 187 * message box URL.187 * message box URL. 188 188 */ 189 189 function bp_messages_action_bulk_manage() {
Note: See TracChangeset
for help on using the changeset viewer.