Changeset 19523
- Timestamp:
- 12/01/2011 04:32:33 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/admin-bar.php
r19518 r19523 486 486 487 487 if ( current_user_can( 'create_users' ) || current_user_can( 'promote_users' ) ) 488 $actions[ 'user-new.php' ] = array( _x( 'User', 'add new from admin bar' ), 'new-user' , 'new-secondary-object');488 $actions[ 'user-new.php' ] = array( _x( 'User', 'add new from admin bar' ), 'new-user' ); 489 489 490 490 if ( ! $actions ) … … 635 635 ), 636 636 ) ); 637 638 $wp_admin_bar->add_group( array(639 'parent' => 'new-content',640 'id' => 'new-secondary-object',641 'meta' => array(642 'class' => 'ab-sub-secondary',643 ),644 ) );645 637 } 646 638
Note: See TracChangeset
for help on using the changeset viewer.