Log in with username/password: lyceum/lyceum

Changeset 1054

Show
Ignore:
Timestamp:
08/12/07 14:16:08 (1 year ago)
Author:
jjb
Message:

cruft

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/lyceum/wp-admin/post.php

    r1053 r1054  
    22require_once('admin.php'); 
    33 
    4 assert('isset($blog)'); 
    54$wpvarstoreset = array('action', 'safe_mode', 'withcomments', 'posts', 'content', 'edited_post_title', 'comment_error', 'profile', 'trackback_url', 'excerpt', 'showcomments', 'commentstart', 'commentend', 'commentorder' ); 
    65 
     
    1918   } 
    2019} 
    21 assert('isset($blog)'); 
    2220 
    2321if (isset($_POST['deletepost'])) { 
     
    374372default: 
    375373   $title = __('Create New Post'); 
    376 // $parent_file = "post.php";// lyceum.jjb.cc/ticket/6 
    377 // assert('hv($parent_file)'); 
    378    //trace('$parent_file in default case of post.php', $parent_file); 
    379374   require_once (WPADMININC . 'admin-header.php'); 
    380375?> 
Log in with username/password: lyceum/lyceum