Changeset 32537
- Timestamp:
- 05/22/2015 03:59:13 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/admin-bar.php
r32525 r32537 14 14 * @since 3.1.0 15 15 * @access private 16 * 17 * @global WP_Admin_Bar $wp_admin_bar 18 * 16 19 * @return bool Whether the admin bar was successfully initialized. 17 20 */ … … 56 59 * 57 60 * @since 3.1.0 61 * 62 * @global WP_Admin_Bar $wp_admin_bar 58 63 */ 59 64 function wp_admin_bar_render() { … … 480 485 * 481 486 * @since 3.1.0 487 * 488 * @global object $tag 489 * @global WP_Query $wp_the_query 482 490 * 483 491 * @param WP_Admin_Bar $wp_admin_bar … … 891 899 * @since 3.1.0 892 900 * 901 * @global WP_Admin_Bar $wp_admin_bar 902 * 893 903 * @param bool $show Whether to allow the admin bar to show. 894 * @return void895 904 */ 896 905 function show_admin_bar( $show ) { … … 903 912 * 904 913 * @since 3.1.0 914 * 915 * @global WP_Admin_Bar $wp_admin_bar 916 * @global string $pagenow 905 917 * 906 918 * @return bool Whether the admin bar should be showing.
Note: See TracChangeset
for help on using the changeset viewer.