Changeset 32642 for trunk/src/wp-admin/post.php
- Timestamp:
- 05/28/2015 09:40:27 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/post.php
r31633 r32642 24 24 $post_id = $post_ID = 0; 25 25 26 /** 27 * @global string $post_type 28 * @global object $post_type_object 29 * @global WP_Post $post 30 */ 26 31 global $post_type, $post_type_object, $post; 27 32
Note: See TracChangeset
for help on using the changeset viewer.