Changeset 5099 for trunk/bp-core/bp-core-component.php
- Timestamp:
- 09/04/2011 08:38:34 AM (14 years ago)
- File:
-
- 1 edited
-
trunk/bp-core/bp-core-component.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/bp-core-component.php
r4961 r5099 193 193 function setup_actions() { 194 194 195 // Register post types195 // Setup globals 196 196 add_action( 'bp_setup_globals', array ( $this, 'setup_globals' ), 10 ); 197 197 … … 203 203 add_action( 'bp_include', array ( $this, 'includes' ), 8 ); 204 204 205 // Register post types205 // Setup navigation 206 206 add_action( 'bp_setup_nav', array ( $this, 'setup_nav' ), 10 ); 207 207 208 // Register post types208 // Setup WP Admin Bar menus 209 209 add_action( 'bp_setup_admin_bar', array ( $this, 'setup_admin_bar' ), 10 ); 210 210 211 // Register post types211 // Setup component title 212 212 add_action( 'bp_setup_title', array ( $this, 'setup_title' ), 10 ); 213 213
Note: See TracChangeset
for help on using the changeset viewer.