Skip to:
Content

BuddyPress.org

Changeset 9966


Ignore:
Timestamp:
06/25/2015 04:39:27 PM (10 years ago)
Author:
r-a-y
Message:

Messages: Add phpDoc clarification about message action functions.

See #6505.

File:
1 edited

Legend:

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

    r9965 r9966  
    1818 * Handle creating of private messages or sitewide notices
    1919 *
    20  * @since BuddyPress (2.4.0)
     20 * @since BuddyPress (2.4.0) This function was split from messages_screen_compose(). See #6505.
    2121 *
    2222 * @return boolean
     
    129129 * Handle editing of sitewide notices
    130130 *
    131  * @since BuddyPress (2.4.0)
     131 * @since BuddyPress (2.4.0) This function was split from messages_screen_notices(). See #6505.
    132132 *
    133133 * @global int $notice_id
Note: See TracChangeset for help on using the changeset viewer.