Changeset 58419 for trunk/src/wp-admin/edit-form-blocks.php
- Timestamp:
- 06/15/2024 12:32:35 PM (20 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/edit-form-blocks.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
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;
Note: See TracChangeset
for help on using the changeset viewer.