Changeset 378
- Timestamp:
- 09/24/2003 09:55:06 PM (23 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/b2edit.php (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/b2edit.php
r294 r378 20 20 } 21 21 22 $b2varstoreset = array('action','safe_mode','withcomments','c','posts','poststart','postend','content','edited_post_title','comment_error','profile', 'trackback_url', 'excerpt'); 22 $b2varstoreset = array('action' 23 ,'safe_mode' 24 ,'withcomments' 25 ,'c' 26 ,'posts' 27 ,'poststart' 28 ,'postend' 29 ,'content' 30 ,'edited_post_title' 31 ,'comment_error' 32 ,'profile' 33 ,'trackback_url' 34 ,'excerpt' 35 ,'showcomments' 36 ,'commentstart' 37 ,'commentend' 38 ,'commentorder' 39 ); 40 23 41 for ($i=0; $i<count($b2varstoreset); $i += 1) { 24 42 $b2var = $b2varstoreset[$i]; … … 170 188 $post_password = $postdata['post_password']; 171 189 172 include(' b2edit.form.php');190 include('wp-edit.form.php'); 173 191 } else { 174 192 ?> … … 333 351 $content = format_to_edit($content); 334 352 335 include(' b2edit.form.php');353 include('wp-edit.form.php'); 336 354 337 355 break; … … 437 455 $post_pingback = get_settings('default_pingback_flag'); 438 456 $default_post_cat = get_settings('default_post_category'); 439 include(' b2edit.form.php');457 include('wp-edit.form.php'); 440 458 echo '<br /><br />'; 441 459 } … … 454 472 } 455 473 456 include('b2edit.showposts.php'); 474 include('wp-edit.showposts.php'); 475 echo '<br /><br />'; 476 include('wp-edit.showcomments.php'); 477 457 478 break; 458 479 } // end switch
Note: See TracChangeset
for help on using the changeset viewer.