Changeset 16162 for trunk/wp-includes/class-wp-admin-bar.php
- Timestamp:
- 11/03/2010 02:22:54 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/class-wp-admin-bar.php
r16098 r16162 42 42 wp_enqueue_style( 'admin-bar' ); 43 43 44 if ( is_super_admin() ) {45 wp_enqueue_style( 'super-admin-bar' );46 }47 48 44 do_action( 'admin_bar_init' ); 49 45 }
Note: See TracChangeset
for help on using the changeset viewer.