[wp-cvs] wordpress wp-login.php,1.22.4.7,1.22.4.8
Ryan Boren
rboren at users.sourceforge.net
Fri Dec 3 20:50:21 UTC 2004
- Previous message: [wp-cvs]
wordpress/wp-includes classes.php, 1.26, 1.27 functions.php,
1.217, 1.218 template-functions-category.php, 1.41,
1.42 template-functions-links.php, 1.44, 1.45
- Next message: [wp-cvs] wordpress/wp-includes version.php,1.15.4.4,1.15.4.5
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/cafelog/wordpress
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22192
Modified Files:
Tag: WordPress-Ver-1_2-Branch
wp-login.php
Log Message:
Remove siteurl auto-update.
Index: wp-login.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-login.php,v
retrieving revision 1.22.4.7
retrieving revision 1.22.4.8
diff -C2 -d -r1.22.4.7 -r1.22.4.8
*** wp-login.php 27 Nov 2004 22:54:52 -0000 1.22.4.7
--- wp-login.php 3 Dec 2004 20:50:18 -0000 1.22.4.8
***************
*** 45,52 ****
header('Pragma: no-cache');
- // If someone has moved WordPress let's try to detect it
- if ( dirname('http://' . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI']) != get_settings('siteurl') )
- update_option('siteurl', dirname('http://' . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI']) );
-
switch($action) {
--- 45,48 ----
- Previous message: [wp-cvs]
wordpress/wp-includes classes.php, 1.26, 1.27 functions.php,
1.217, 1.218 template-functions-category.php, 1.41,
1.42 template-functions-links.php, 1.44, 1.45
- Next message: [wp-cvs] wordpress/wp-includes version.php,1.15.4.4,1.15.4.5
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cvs
mailing list