Changeset 8645 for trunk/wp-admin/post-new.php
- Timestamp:
- 08/14/2008 06:30:38 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/post-new.php
r8484 r8645 1 1 <?php 2 /** 3 * New Post Administration Panel. 4 * 5 * @package WordPress 6 * @subpackage Administration 7 */ 8 9 /** Load WordPress Administration Bootstrap */ 2 10 require_once('admin.php'); 3 11 $title = __('Create New Post');
Note: See TracChangeset
for help on using the changeset viewer.