[wp-cvs] wordpress wp-settings.php,1.73,1.74

Matthew Mullenweg saxmatt at users.sourceforge.net
Mon Feb 7 07:37:56 GMT 2005


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

Modified Files:
	wp-settings.php 
Log Message:
Remove querystring variable legacy code

Index: wp-settings.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-settings.php,v
retrieving revision 1.73
retrieving revision 1.74
diff -C2 -d -r1.73 -r1.74
*** wp-settings.php	7 Feb 2005 07:25:30 -0000	1.73
--- wp-settings.php	7 Feb 2005 07:37:53 -0000	1.74
***************
*** 89,95 ****
  
  if (!strstr($_SERVER['PHP_SELF'], 'install.php') && !strstr($_SERVER['PHP_SELF'], 'wp-admin/import')) :
-     $querystring_start = '?';
-     $querystring_equal = '=';
-     $querystring_separator = '&';
  
      // Used to guarantee unique hash cookies
--- 89,92 ----



More information about the cvs mailing list