Changeset 5868 for trunk/bp-core/bp-core-component.php
- Timestamp:
- 02/28/2012 10:05:51 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/bp-core-component.php
r5472 r5868 61 61 62 62 /** 63 * @var array WordPress adminbar links63 * @var array WordPress Toolbar links 64 64 */ 65 65 var $admin_menu; … … 228 228 add_action( 'bp_setup_nav', array ( $this, 'setup_nav' ), 10 ); 229 229 230 // Setup WP Admin Bar menus230 // Setup WP Toolbar menus 231 231 add_action( 'bp_setup_admin_bar', array ( $this, 'setup_admin_bar' ), 10 ); 232 232 … … 275 275 276 276 /** 277 * Setup the adminbar277 * Setup the Toolbar 278 278 * 279 279 * @global obj $wp_admin_bar … … 290 290 return; 291 291 292 // Do we have adminbar menus to add?292 // Do we have Toolbar menus to add? 293 293 if ( !empty( $wp_admin_nav ) ) { 294 294
Note: See TracChangeset
for help on using the changeset viewer.