Changeset 58419 for trunk/src/wp-admin/post.php
- Timestamp:
- 06/15/2024 12:32:35 PM (10 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.