Changeset 17021 for trunk/wp-includes/functions.php
- Timestamp:
- 12/17/2010 08:34:36 AM (15 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/functions.php
r17009 r17021 4485 4485 global $show_admin_bar; 4486 4486 $show_admin_bar = (bool) $show; 4487 4488 // Remove the object if we are not going to be showing 4489 // Otherwise you have to call this function prior to the init hook for it to work! 4490 if ( ! $show_admin_bar && isset( $GLOBALS['wp_admin_bar'] ) ) 4491 $GLOBALS['wp_admin_bar'] = null; 4487 4492 } 4488 4493
Note: See TracChangeset
for help on using the changeset viewer.