Changeset 36601
- Timestamp:
- 02/20/2016 09:26:26 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/admin-bar.php
r36491 r36601 880 880 * @since 3.1.0 881 881 * 882 * @global WP_Admin_Bar$show_admin_bar882 * @global bool $show_admin_bar 883 883 * 884 884 * @param bool $show Whether to allow the admin bar to show. … … 894 894 * @since 3.1.0 895 895 * 896 * @global WP_Admin_Bar$show_admin_bar897 * @global string 896 * @global bool $show_admin_bar 897 * @global string $pagenow 898 898 * 899 899 * @return bool Whether the admin bar should be showing.
Note: See TracChangeset
for help on using the changeset viewer.