Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
09/12/2015 05:51:55 AM (10 years ago)
Author:
tw2113
Message:

Standardizing our @since tags for the Forums component.

See #6576

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-forums/bp-forums-bbpress-sa.php

    r9819 r10096  
    44 *
    55 * @package BuddyPress
    6  * @subpackage Forums
    7  */
    8 
    9 // Exit if accessed directly
     6 * @subpackage ForumsbbPress
     7 */
     8
     9// Exit if accessed directly.
    1010defined( 'ABSPATH' ) || exit;
    1111
     
    9090     * Fires during the bootstrap setup for bbPress 1.x.
    9191     *
    92      * @since BuddyPress (1.1.0)
     92     * @since 1.1.0
    9393     */
    9494    do_action( 'bb_got_roles' );
     
    9797     * Fires during the bootstrap setup for bbPress 1.x.
    9898     *
    99      * @since BuddyPress (1.1.0)
     99     * @since 1.1.0
    100100     */
    101101    do_action( 'bb_init'      );
     
    104104     * Fires during the bootstrap setup for bbPress 1.x.
    105105     *
    106      * @since BuddyPress (1.1.0)
     106     * @since 1.1.0
    107107     */
    108108    do_action( 'init_roles'   );
     
    145145     * Fires inside an anonymous function that is run on bbPress shutdown.
    146146     *
    147      * @since BuddyPress (1.1.0)
     147     * @since 1.1.0
    148148     */
    149149    register_shutdown_function( create_function( '', 'do_action("bb_shutdown");' ) );
Note: See TracChangeset for help on using the changeset viewer.