[wp-cvs] wordpress/wp-admin edit.php,1.33,1.34
Ryan Boren
rboren at users.sourceforge.net
Tue Sep 28 01:22:37 UTC 2004
Update of /cvsroot/cafelog/wordpress/wp-admin
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31542
Modified Files:
edit.php
Log Message:
Use superglobals for m and s. Bug 321. Hat tip: christoph.
Index: edit.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-admin/edit.php,v
retrieving revision 1.33
retrieving revision 1.34
diff -C2 -d -r1.33 -r1.34
*** edit.php 17 Sep 2004 10:51:23 -0000 1.33
--- edit.php 28 Sep 2004 01:22:35 -0000 1.34
***************
*** 122,126 ****
<?php
$what_to_show = 'posts';
! if ( empty($m) && empty($s) ) {
$showposts = 15;
} else {
--- 122,126 ----
<?php
$what_to_show = 'posts';
! if ( empty($_GET['m']) && empty($_GET['s']) ) {
$showposts = 15;
} else {
More information about the cvs
mailing list