Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
09/24/2015 11:55:02 PM (9 years ago)
Author:
tw2113
Message:

Standardizing our @since tags for the Notifications component.

See #6576

File:
1 edited

Legend:

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

    r9993 r10138  
    11<?php
    2 
    32/**
    43 * BuddyPress Notifications Actions.
     
    1211 */
    1312
    14 // Exit if accessed directly
     13// Exit if accessed directly.
    1514defined( 'ABSPATH' ) || exit;
    1615
     
    1817 * Handle marking single notifications as read.
    1918 *
    20  * @since BuddyPress (1.9.0)
     19 * @since 1.9.0
    2120 *
    2221 * @return bool
     
    5453 * Handle marking single notifications as unread.
    5554 *
    56  * @since BuddyPress (1.9.0)
     55 * @since 1.9.0
    5756 *
    5857 * @return bool
     
    9089 * Handle deleting single notifications.
    9190 *
    92  * @since BuddyPress (1.9.0)
     91 * @since 1.9.0
    9392 *
    9493 * @return bool
     
    126125 * Handles bulk management (mark as read/unread, delete) of notifications.
    127126 *
    128  * @since BuddyPress (2.2.0)
     127 * @since 2.2.0
    129128 *
    130129 * @return bool
Note: See TracChangeset for help on using the changeset viewer.