Changeset 2812 for branches/plugin/bbp-includes/bbp-loader.php
- Timestamp:
- 01/17/2011 06:57:34 PM (15 years ago)
- File:
-
- 1 edited
-
branches/plugin/bbp-includes/bbp-loader.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/plugin/bbp-includes/bbp-loader.php
r2789 r2812 2 2 3 3 /** 4 * The main bbPress loader.4 * bbPress Loader Actions 5 5 * 6 6 * @package bbPress … … 9 9 10 10 /** Main Actions **************************************************************/ 11 12 /** 13 * Main action responsible for constants, globals, and includes 14 * 15 * @since bbPress (r2599) 16 * 17 * @uses do_action() Calls 'bbp_loaded' 18 */ 19 function bbp_loaded() { 20 do_action( 'bbp_loaded' ); 21 } 11 22 12 23 /** … … 52 63 function bbp_setup_globals() { 53 64 do_action( 'bbp_setup_globals' ); 54 }55 56 /**57 * Main action responsible for constants, globals, and includes58 *59 * @since bbPress (r2599)60 *61 * @uses do_action() Calls 'bbp_loaded'62 */63 function bbp_loaded() {64 do_action( 'bbp_loaded' );65 65 } 66 66
Note: See TracChangeset
for help on using the changeset viewer.