Changeset 32642 for trunk/src/wp-admin/post-new.php
- Timestamp:
- 05/28/2015 09:40:27 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/post-new.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/post-new.php
r31121 r32642 10 10 require_once( dirname( __FILE__ ) . '/admin.php' ); 11 11 12 /** 13 * @global string $post_type 14 * @global object $post_type_object 15 * @global WP_Post $post 16 */ 12 17 global $post_type, $post_type_object, $post; 13 18
Note: See TracChangeset
for help on using the changeset viewer.