Make WordPress Core

Changeset 32537


Ignore:
Timestamp:
05/22/2015 03:59:13 AM (10 years ago)
Author:
wonderboymusic
Message:

Add missing doc blocks to admin-bar.php.

See #32444.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/admin-bar.php

    r32525 r32537  
    1414 * @since 3.1.0
    1515 * @access private
     16 *
     17 * @global WP_Admin_Bar $wp_admin_bar
     18 *
    1619 * @return bool Whether the admin bar was successfully initialized.
    1720 */
     
    5659 *
    5760 * @since 3.1.0
     61 *
     62 * @global WP_Admin_Bar $wp_admin_bar
    5863 */
    5964function wp_admin_bar_render() {
     
    480485 *
    481486 * @since 3.1.0
     487 *
     488 * @global object   $tag
     489 * @global WP_Query $wp_the_query
    482490 *
    483491 * @param WP_Admin_Bar $wp_admin_bar
     
    891899 * @since 3.1.0
    892900 *
     901 * @global WP_Admin_Bar $wp_admin_bar
     902 *
    893903 * @param bool $show Whether to allow the admin bar to show.
    894  * @return void
    895904 */
    896905function show_admin_bar( $show ) {
     
    903912 *
    904913 * @since 3.1.0
     914 *
     915 * @global WP_Admin_Bar $wp_admin_bar
     916 * @global string       $pagenow
    905917 *
    906918 * @return bool Whether the admin bar should be showing.
Note: See TracChangeset for help on using the changeset viewer.