Changeset 15938 for trunk/wp-includes/admin-bar.php
- Timestamp:
- 10/23/2010 07:49:25 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/admin-bar.php
r15916 r15938 63 63 if ( !is_object( $wp_admin_bar ) ) 64 64 return false; 65 65 66 66 $wp_admin_bar->load_user_locale_translations(); 67 67 … … 227 227 */ 228 228 function wp_admin_bar_css() { 229 global $pagenow, $wp_locale; 229 global $pagenow, $wp_locale, $wp_admin_bar; 230 231 if ( !is_object( $wp_admin_bar ) ) 232 return false; 230 233 231 234 if ( !is_user_logged_in() )
Note: See TracChangeset
for help on using the changeset viewer.