Changeset 32643 for trunk/src/wp-admin/includes/screen.php
- Timestamp:
- 05/29/2015 02:05:26 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/screen.php
r31696 r32643 60 60 * 61 61 * @since 2.7.0 62 * 63 * @global array $wp_meta_boxes 62 64 * 63 65 * @param WP_Screen $screen … … 163 165 * @since 3.1.0 164 166 * 167 * @global WP_Screen $current_screen 168 * 165 169 * @return WP_Screen Current screen object 166 170 */ … … 368 372 * @since 3.3.0 369 373 * @access public 374 * 375 * @global string $hook_suffix 370 376 * 371 377 * @param string|WP_Screen $hook_name Optional. The hook name (also known as the hook suffix) used to determine the screen. … … 530 536 * @see set_current_screen() 531 537 * @since 3.3.0 538 * 539 * @global WP_Screen $current_screen 540 * @global string $taxnow 541 * @global string $typenow 532 542 */ 533 543 public function set_current_screen() { … … 788 798 * 789 799 * @since 3.3.0 800 * 801 * @global string $screen_layout_columns 790 802 */ 791 803 public function render_screen_meta() { … … 960 972 } 961 973 974 /** 975 * 976 * @global array $wp_meta_boxes 977 * 978 * @return bool 979 */ 962 980 public function show_screen_options() { 963 981 global $wp_meta_boxes; … … 1018 1036 * 1019 1037 * @since 3.3.0 1038 * 1039 * @global array $wp_meta_boxes 1020 1040 */ 1021 1041 public function render_screen_options() {
Note: See TracChangeset
for help on using the changeset viewer.