Make WordPress Core

Changeset 18220


Ignore:
Timestamp:
06/09/2011 09:47:28 PM (14 years ago)
Author:
nacin
Message:

PHPdoc fixes. props trepmal. fixes #17734.

File:
1 edited

Legend:

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

    r18213 r18220  
    9595
    9696/**
    97  * Add the "Dashboard"/"View Site" menu.
     97 * Add the "Dashboard"/"Visit Site" menu.
    9898 *
    9999 * @since 3.2.0
     
    388388
    389389/**
    390  * Set the display status of the admin bar
     390 * Set the display status of the admin bar.
    391391 *
    392392 * This can be called immediately upon plugin load.  It does not need to be called from a function hooked to the init action.
     
    436436 * @access private
    437437 *
    438  * @param string $context Context of this preference check, either 'admin' or 'front'
    439  * @param int $user Optional. ID of the user to check, defaults to 0 for current user
    440  * @return bool Whether the admin bar should be showing for this user
     438 * @param string $context Context of this preference check, either 'admin' or 'front'.
     439 * @param int $user Optional. ID of the user to check, defaults to 0 for current user.
     440 * @return bool Whether the admin bar should be showing for this user.
    441441 */
    442442function _get_admin_bar_pref( $context, $user = 0 ) {
Note: See TracChangeset for help on using the changeset viewer.