Changeset 31121 for trunk/src/wp-admin/post.php
- Timestamp:
- 01/10/2015 05:28:46 AM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/post.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/post.php
r29572 r31121 24 24 $post_id = $post_ID = 0; 25 25 26 $post = $post_type = $post_type_object = null;26 global $post_type, $post_type_object, $post; 27 27 28 28 if ( $post_id )
Note: See TracChangeset
for help on using the changeset viewer.