Changeset 18220
- Timestamp:
- 06/09/2011 09:47:28 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/admin-bar.php
r18213 r18220 95 95 96 96 /** 97 * Add the "Dashboard"/"Vi ewSite" menu.97 * Add the "Dashboard"/"Visit Site" menu. 98 98 * 99 99 * @since 3.2.0 … … 388 388 389 389 /** 390 * Set the display status of the admin bar 390 * Set the display status of the admin bar. 391 391 * 392 392 * This can be called immediately upon plugin load. It does not need to be called from a function hooked to the init action. … … 436 436 * @access private 437 437 * 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. 441 441 */ 442 442 function _get_admin_bar_pref( $context, $user = 0 ) {
Note: See TracChangeset
for help on using the changeset viewer.