Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
05/12/2015 04:39:07 AM (10 years ago)
Author:
tw2113
Message:

First pass at messages component docs cleanup.

See #6403.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-messages/bp-messages-actions.php

    r9819 r9862  
    22
    33/**
    4  * BuddyPress Messages Actions
     4 * BuddyPress Messages Actions.
    55 *
    66 * Action functions are exactly the same as screen functions, however they do
     
    103103 *
    104104 * @return bool|null Returns false on failure. Otherwise redirects back to the
    105  *         message box URL.
     105 *                   message box URL.
    106106 */
    107107function bp_messages_action_mark_read() {
     
    144144 *
    145145 * @return bool|null Returns false on failure. Otherwise redirects back to the
    146  *         message box URL.
     146 *                   message box URL.
    147147 */
    148148function bp_messages_action_mark_unread() {
     
    185185 *
    186186 * @return bool Returns false on failure. Otherwise redirects back to the
    187  *         message box URL.
     187 *              message box URL.
    188188 */
    189189function bp_messages_action_bulk_manage() {
Note: See TracChangeset for help on using the changeset viewer.