[wp-cvs] wordpress/wp-admin post.php,1.123,1.124

Ryan Boren rboren at users.sourceforge.net
Tue Feb 1 01:49:54 GMT 2005


Update of /cvsroot/cafelog/wordpress/wp-admin
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6174/wp-admin

Modified Files:
	post.php 
Log Message:
Remove support for 'all' queries and for poststart and postend.

Index: post.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-admin/post.php,v
retrieving revision 1.123
retrieving revision 1.124
diff -C2 -d -r1.123 -r1.124
*** post.php	31 Jan 2005 10:32:28 -0000	1.123
--- post.php	1 Feb 2005 01:49:51 -0000	1.124
***************
*** 2,6 ****
  require_once('admin.php');
  
! $wpvarstoreset = array('action', 'safe_mode', 'withcomments', 'posts', 'poststart', 'postend', 'content', 'edited_post_title', 'comment_error', 'profile', 'trackback_url', 'excerpt', 'showcomments', 'commentstart', 'commentend', 'commentorder' );
  
  for ($i=0; $i<count($wpvarstoreset); $i += 1) {
--- 2,6 ----
  require_once('admin.php');
  
! $wpvarstoreset = array('action', 'safe_mode', 'withcomments', 'posts', 'content', 'edited_post_title', 'comment_error', 'profile', 'trackback_url', 'excerpt', 'showcomments', 'commentstart', 'commentend', 'commentorder' );
  
  for ($i=0; $i<count($wpvarstoreset); $i += 1) {



More information about the cvs mailing list