Changeset 10096 for trunk/src/bp-forums/bp-forums-bbpress-sa.php
- Timestamp:
- 09/12/2015 05:51:55 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-forums/bp-forums-bbpress-sa.php
r9819 r10096 4 4 * 5 5 * @package BuddyPress 6 * @subpackage Forums 7 */ 8 9 // Exit if accessed directly 6 * @subpackage ForumsbbPress 7 */ 8 9 // Exit if accessed directly. 10 10 defined( 'ABSPATH' ) || exit; 11 11 … … 90 90 * Fires during the bootstrap setup for bbPress 1.x. 91 91 * 92 * @since BuddyPress (1.1.0)92 * @since 1.1.0 93 93 */ 94 94 do_action( 'bb_got_roles' ); … … 97 97 * Fires during the bootstrap setup for bbPress 1.x. 98 98 * 99 * @since BuddyPress (1.1.0)99 * @since 1.1.0 100 100 */ 101 101 do_action( 'bb_init' ); … … 104 104 * Fires during the bootstrap setup for bbPress 1.x. 105 105 * 106 * @since BuddyPress (1.1.0)106 * @since 1.1.0 107 107 */ 108 108 do_action( 'init_roles' ); … … 145 145 * Fires inside an anonymous function that is run on bbPress shutdown. 146 146 * 147 * @since BuddyPress (1.1.0)147 * @since 1.1.0 148 148 */ 149 149 register_shutdown_function( create_function( '', 'do_action("bb_shutdown");' ) );
Note: See TracChangeset
for help on using the changeset viewer.