[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
- Previous message: [wp-cvs] wordpress wp-settings.php,1.72,1.73
- Next message: [wp-cvs] wordpress/wp-includes comment-functions.php, 1.25,
1.26 feed-functions.php, 1.3,
1.4 template-functions-author.php, 1.20,
1.21 template-functions-category.php, 1.52,
1.53 template-functions-general.php, 1.67,
1.68 template-functions-links.php, 1.54,
1.55 template-functions-post.php, 1.44, 1.45 vars.php, 1.47, 1.48
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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 ----
- Previous message: [wp-cvs] wordpress wp-settings.php,1.72,1.73
- Next message: [wp-cvs] wordpress/wp-includes comment-functions.php, 1.25,
1.26 feed-functions.php, 1.3,
1.4 template-functions-author.php, 1.20,
1.21 template-functions-category.php, 1.52,
1.53 template-functions-general.php, 1.67,
1.68 template-functions-links.php, 1.54,
1.55 template-functions-post.php, 1.44, 1.45 vars.php, 1.47, 1.48
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cvs
mailing list