Changeset 10138 for trunk/src/bp-notifications/bp-notifications-actions.php
- Timestamp:
- 09/24/2015 11:55:02 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-notifications/bp-notifications-actions.php
r9993 r10138 1 1 <?php 2 3 2 /** 4 3 * BuddyPress Notifications Actions. … … 12 11 */ 13 12 14 // Exit if accessed directly 13 // Exit if accessed directly. 15 14 defined( 'ABSPATH' ) || exit; 16 15 … … 18 17 * Handle marking single notifications as read. 19 18 * 20 * @since BuddyPress (1.9.0)19 * @since 1.9.0 21 20 * 22 21 * @return bool … … 54 53 * Handle marking single notifications as unread. 55 54 * 56 * @since BuddyPress (1.9.0)55 * @since 1.9.0 57 56 * 58 57 * @return bool … … 90 89 * Handle deleting single notifications. 91 90 * 92 * @since BuddyPress (1.9.0)91 * @since 1.9.0 93 92 * 94 93 * @return bool … … 126 125 * Handles bulk management (mark as read/unread, delete) of notifications. 127 126 * 128 * @since BuddyPress (2.2.0)127 * @since 2.2.0 129 128 * 130 129 * @return bool
Note: See TracChangeset
for help on using the changeset viewer.