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-screens.php

    r9819 r10138  
    11<?php
    2 
    32/**
    43 * BuddyPress Notifications Screen Functions.
     
    1211 */
    1312
    14 // Exit if accessed directly
     13// Exit if accessed directly.
    1514defined( 'ABSPATH' ) || exit;
    1615
     
    1817 * Catch and route the 'unread' notifications screen.
    1918 *
    20  * @since BuddyPress (1.9.0)
     19 * @since 1.9.0
    2120 */
    2221function bp_notifications_screen_unread() {
     
    2524     * Fires right before the loading of the notifications unread screen template file.
    2625     *
    27      * @since BuddyPress (1.9.0)
     26     * @since 1.9.0
    2827     */
    2928    do_action( 'bp_notifications_screen_unread' );
     
    3231     * Filters the template to load for the notifications unread screen.
    3332     *
    34      * @since BuddyPress (1.9.0)
     33     * @since 1.9.0
    3534     *
    3635     * @param string $template Path to the notifications unread template to load.
     
    4241 * Catch and route the 'read' notifications screen.
    4342 *
    44  * @since BuddyPress (1.9.0)
     43 * @since 1.9.0
    4544 */
    4645function bp_notifications_screen_read() {
     
    4948     * Fires right before the loading of the notifications read screen template file.
    5049     *
    51      * @since BuddyPress (1.9.0)
     50     * @since 1.9.0
    5251     */
    5352    do_action( 'bp_notifications_screen_read' );
     
    5655     * Filters the template to load for the notifications read screen.
    5756     *
    58      * @since BuddyPress (1.9.0)
     57     * @since 1.9.0
    5958     *
    6059     * @param string $template Path to the notifications read template to load.
     
    6665 * Catch and route the 'settings' notifications screen.
    6766 *
    68  * @since BuddyPress (1.9.0)
     67 * @since 1.9.0
    6968 */
    7069function bp_notifications_screen_settings() {
Note: See TracChangeset for help on using the changeset viewer.