Changeset 32650 for trunk/src/wp-admin/includes/screen.php
- Timestamp:
- 05/29/2015 03:42:40 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/screen.php
r32643 r32650 11 11 * 12 12 * @since 2.7.0 13 * 14 * @staticvar array $column_headers 13 15 * 14 16 * @param string|WP_Screen $screen The screen you want the headers for … … 328 330 /** 329 331 * Stores old string-based help. 332 * 333 * @static 334 * @access private 335 * 336 * @var array 330 337 */ 331 338 private static $_old_compat_help = array(); … … 344 351 * 345 352 * @since 3.3.0 353 * 354 * @static 355 * @access private 356 * 346 357 * @var array 347 * @access private348 358 */ 349 359 private static $_registry = array(); … … 372 382 * @since 3.3.0 373 383 * @access public 384 * 385 * @static 374 386 * 375 387 * @global string $hook_suffix … … 588 600 * 589 601 * @since 3.3.0 602 * 603 * @static 590 604 * 591 605 * @param WP_Screen $screen A screen object. … … 975 989 * 976 990 * @global array $wp_meta_boxes 977 * 991 * 978 992 * @return bool 979 993 */
Note: See TracChangeset
for help on using the changeset viewer.