Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
09/24/2015 11:55:02 PM (10 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-loader.php

    r9993 r10138  
    11<?php
    2 
    32/**
    43 * BuddyPress Member Notifications Loader.
     
    87 * @package BuddyPress
    98 * @subpackage NotificationsLoader
    10  * @since BuddyPress (1.9.0)
     9 * @since 1.9.0
    1110 */
    1211
     
    1918     * Start the notifications component creation process.
    2019     *
    21      * @since BuddyPress (1.9.0)
     20     * @since 1.9.0
    2221     */
    2322    public function __construct() {
     
    3534     * Include notifications component files.
    3635     *
    37      * @since BuddyPress (1.9.0)
     36     * @since 1.9.0
    3837     *
    3938     * @see BP_Component::includes() for a description of arguments.
     
    5857     * Set up component global data.
    5958     *
    60      * @since BuddyPress (1.9.0)
     59     * @since 1.9.0
    6160     *
    6261     * @see BP_Component::setup_globals() for a description of arguments.
     
    9392     * Set up component navigation.
    9493     *
    95      * @since BuddyPress (1.9.0)
     94     * @since 1.9.0
    9695     *
    9796     * @see BP_Component::setup_nav() for a description of arguments.
     
    165164     * Set up the component entries in the WordPress Admin Bar.
    166165     *
    167      * @since BuddyPress (1.9.0)
     166     * @since 1.9.0
    168167     *
    169168     * @see BP_Component::setup_nav() for a description of the $wp_admin_nav
     
    222221     * Set up the title for pages and <title>.
    223222     *
    224      * @since BuddyPress (1.9.0)
     223     * @since 1.9.0
    225224     */
    226225    public function setup_title() {
     
    248247     * Setup cache groups.
    249248     *
    250      * @since BuddyPress (2.2.0)
     249     * @since 2.2.0
    251250     */
    252251    public function setup_cache_groups() {
     
    265264 * Bootstrap the Notifications component.
    266265 *
    267  * @since BuddyPress (1.9.0)
     266 * @since 1.9.0
    268267 */
    269268function bp_setup_notifications() {
Note: See TracChangeset for help on using the changeset viewer.