Changeset 1054
- Timestamp:
- 08/12/07 14:16:08 (1 year ago)
- Files:
-
- trunk/src/lyceum/wp-admin/post.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/lyceum/wp-admin/post.php
r1053 r1054 2 2 require_once('admin.php'); 3 3 4 assert('isset($blog)');5 4 $wpvarstoreset = array('action', 'safe_mode', 'withcomments', 'posts', 'content', 'edited_post_title', 'comment_error', 'profile', 'trackback_url', 'excerpt', 'showcomments', 'commentstart', 'commentend', 'commentorder' ); 6 5 … … 19 18 } 20 19 } 21 assert('isset($blog)');22 20 23 21 if (isset($_POST['deletepost'])) { … … 374 372 default: 375 373 $title = __('Create New Post'); 376 // $parent_file = "post.php";// lyceum.jjb.cc/ticket/6377 // assert('hv($parent_file)');378 //trace('$parent_file in default case of post.php', $parent_file);379 374 require_once (WPADMININC . 'admin-header.php'); 380 375 ?>
