Changeset 20918 for trunk/wp-includes/admin-bar.php
- Timestamp:
- 05/25/2012 10:26:00 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/admin-bar.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/admin-bar.php
r20666 r20918 577 577 return; 578 578 579 $wp_admin_bar->add_menu( array( 'parent' => 'appearance', 'id' => 'customize', 'title' => __('Customize'), 'href' => wp_customize_url(get_stylesheet()) ) ); 579 $wp_admin_bar->add_menu( array( 580 'parent' => 'appearance', 581 'id' => 'customize', 582 'title' => __('Customize'), 583 'href' => wp_customize_url(get_stylesheet()), 584 'meta' => array( 585 'class' => 'hide-if-no-customize', 586 ), 587 ) ); 588 add_action( 'wp_before_admin_bar_render', 'wp_customize_support_script' ); 580 589 581 590 if ( current_theme_supports( 'widgets' ) )
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)