[wp-cvs] wordpress/wp-includes vars.php,1.27,1.28
Ryan Boren
rboren at users.sourceforge.net
Fri Jun 11 14:34:29 CDT 2004
Update of /cvsroot/cafelog/wordpress/wp-includes
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12921
Modified Files:
vars.php
Log Message:
Handle https URLs when manipulating COOKIEPATH. http://mosquito.wordpress.org/bug_view_page.php?bug_id=0000001
Index: vars.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-includes/vars.php,v
retrieving revision 1.27
retrieving revision 1.28
diff -C2 -d -r1.27 -r1.28
*** vars.php 7 May 2004 23:21:31 -0000 1.27
--- vars.php 11 Jun 2004 19:34:26 -0000 1.28
***************
*** 174,178 ****
// Path for cookies
! define('COOKIEPATH', preg_replace('|http://[^/]+|i', '', get_settings('home') . '/' ) );
// Some default filters
--- 174,178 ----
// Path for cookies
! define('COOKIEPATH', preg_replace('|https?://[^/]+|i', '', get_settings('home') . '/' ) );
// Some default filters
More information about the cvs
mailing list