Changeset 58419
- Timestamp:
- 06/15/2024 12:32:35 PM (3 months ago)
- Location:
- trunk/src/wp-admin
- Files:
-
- 15 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/admin-header.php
r55917 r58419 15 15 * In case admin-header.php is included in a function. 16 16 * 17 * @global string $title 17 * @global string $title The title of the current screen. 18 18 * @global string $hook_suffix 19 19 * @global WP_Screen $current_screen WordPress current screen object. -
trunk/src/wp-admin/edit-form-advanced.php
r58029 r58419 13 13 14 14 /** 15 * @global string $post_type 16 * @global WP_Post_Type $post_type_object 15 * @global string $post_type Global post type. 16 * @global WP_Post_Type $post_type_object Global post type object. 17 17 * @global WP_Post $post Global post object. 18 18 */ -
trunk/src/wp-admin/edit-form-blocks.php
r56675 r58419 15 15 16 16 /** 17 * @global string $post_type 18 * @global WP_Post_Type $post_type_object 17 * @global string $post_type Global post type. 18 * @global WP_Post_Type $post_type_object Global post type object. 19 19 * @global WP_Post $post Global post object. 20 * @global string $title 21 * @global array $wp_meta_boxes 20 * @global string $title The title of the current screen. 21 * @global array $wp_meta_boxes Global meta box state. 22 22 */ 23 23 global $post_type, $post_type_object, $post, $title, $wp_meta_boxes; -
trunk/src/wp-admin/edit-tags.php
r56600 r58419 33 33 34 34 /** 35 * $post_type is set when the WP_Terms_List_Table instance is created 35 * $post_type is set when the WP_Terms_List_Table instance is created. 36 36 * 37 * @global string $post_type 37 * @global string $post_type Global post type. 38 38 */ 39 39 global $post_type; -
trunk/src/wp-admin/edit.php
r56606 r58419 30 30 31 31 /** 32 * @global string $post_type 33 * @global WP_Post_Type $post_type_object 32 * @global string $post_type Global post type. 33 * @global WP_Post_Type $post_type_object Global post type object. 34 34 */ 35 35 global $post_type, $post_type_object; -
trunk/src/wp-admin/includes/class-wp-posts-list-table.php
r56665 r58419 66 66 * @see WP_List_Table::__construct() for more information on default arguments. 67 67 * 68 * @global WP_Post_Type $post_type_object 68 * @global WP_Post_Type $post_type_object Global post type object. 69 69 * @global wpdb $wpdb WordPress database abstraction object. 70 70 * -
trunk/src/wp-admin/includes/class-wp-screen.php
r57272 r58419 985 985 986 986 /** 987 * @global array $wp_meta_boxes 987 * @global array $wp_meta_boxes Global meta box state. 988 988 * 989 989 * @return bool … … 1104 1104 * @since 4.4.0 1105 1105 * 1106 * @global array $wp_meta_boxes 1106 * @global array $wp_meta_boxes Global meta box state. 1107 1107 */ 1108 1108 public function render_meta_boxes_preferences() { -
trunk/src/wp-admin/includes/class-wp-terms-list-table.php
r56665 r58419 28 28 * @see WP_List_Table::__construct() for more information on default arguments. 29 29 * 30 * @global string $post_type 31 * @global string $taxonomy 30 * @global string $post_type Global post type. 31 * @global string $taxonomy Global taxonomy. 32 32 * @global string $action 33 33 * @global object $tax … … 331 331 332 332 /** 333 * @global string $taxonomy 333 * @global string $taxonomy Global taxonomy. 334 * 334 335 * @param WP_Term $tag Term object. 335 336 * @param int $level -
trunk/src/wp-admin/includes/nav-menu.php
r57648 r58419 205 205 * @since 3.0.0 206 206 * 207 * @global array $wp_meta_boxes 207 * @global array $wp_meta_boxes Global meta box state. 208 208 */ 209 209 function wp_initial_nav_menu_meta_boxes() { -
trunk/src/wp-admin/includes/plugin.php
r58067 r58419 2031 2031 * @since 1.5.0 2032 2032 * 2033 * @global string $title 2033 * @global string $title The title of the current screen. 2034 2034 * @global array $menu 2035 2035 * @global array $submenu -
trunk/src/wp-admin/includes/post.php
r58406 r58419 2346 2346 * @global WP_Post $post Global post object. 2347 2347 * @global WP_Screen $current_screen WordPress current screen object. 2348 * @global array $wp_meta_boxes 2348 * @global array $wp_meta_boxes Global meta box state. 2349 2349 */ 2350 2350 function the_block_editor_meta_boxes() { -
trunk/src/wp-admin/includes/screen.php
r50832 r58419 90 90 * @since 2.7.0 91 91 * 92 * @global array $wp_meta_boxes 92 * @global array $wp_meta_boxes Global meta box state. 93 93 * 94 94 * @param WP_Screen $screen -
trunk/src/wp-admin/includes/template.php
r57181 r58419 1051 1051 * @since 4.4.0 The `$screen` parameter now accepts an array of screen IDs. 1052 1052 * 1053 * @global array $wp_meta_boxes 1053 * @global array $wp_meta_boxes Global meta box state. 1054 1054 * 1055 1055 * @param string $id Meta box ID (used in the 'id' attribute for the meta box). … … 1288 1288 * @since 2.5.0 1289 1289 * 1290 * @global array $wp_meta_boxes 1290 * @global array $wp_meta_boxes Global meta box state. 1291 1291 * 1292 1292 * @param string|WP_Screen $screen The screen identifier. If you have used add_menu_page() or … … 1473 1473 * @since 4.4.0 The `$screen` parameter now accepts an array of screen IDs. 1474 1474 * 1475 * @global array $wp_meta_boxes 1475 * @global array $wp_meta_boxes Global meta box state. 1476 1476 * 1477 1477 * @param string $id Meta box ID (used in the 'id' attribute for the meta box). -
trunk/src/wp-admin/post-new.php
r47808 r58419 11 11 12 12 /** 13 * @global string $post_type14 * @global object $post_type_object15 * @global WP_Post $post Global post object.13 * @global string $post_type Global post type. 14 * @global WP_Post_Type $post_type_object Global post type object. 15 * @global WP_Post $post Global post object. 16 16 */ 17 17 global $post_type, $post_type_object, $post; -
trunk/src/wp-admin/post.php
r58069 r58419 29 29 30 30 /** 31 * @global string $post_type32 * @global object $post_type_object33 * @global WP_Post $post Global post object.31 * @global string $post_type Global post type. 32 * @global WP_Post_Type $post_type_object Global post type object. 33 * @global WP_Post $post Global post object. 34 34 */ 35 35 global $post_type, $post_type_object, $post;
Note: See TracChangeset
for help on using the changeset viewer.