[wp-cvs] wordpress/wp-includes functions.php,1.179,1.180
Matthew Mullenweg
saxmatt at users.sourceforge.net
Tue Oct 5 07:36:53 UTC 2004
Update of /cvsroot/cafelog/wordpress/wp-includes
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10071/wp-includes
Modified Files:
functions.php
Log Message:
Fix GUID generation
Index: functions.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-includes/functions.php,v
retrieving revision 1.179
retrieving revision 1.180
diff -C2 -d -r1.179 -r1.180
*** functions.php 4 Oct 2004 10:19:43 -0000 1.179
--- functions.php 5 Oct 2004 07:36:50 -0000 1.180
***************
*** 301,305 ****
function get_settings($setting) {
global $wpdb, $cache_settings, $cache_nonexistantoptions;
! if ( strstr($_SERVER['REQUEST_URI'], 'wp-admin/install.php') || strstr($_SERVER['REQUEST_URI'], 'wp-admin/upgrade.php') )
return false;
--- 301,305 ----
function get_settings($setting) {
global $wpdb, $cache_settings, $cache_nonexistantoptions;
! if ( strstr($_SERVER['REQUEST_URI'], 'wp-admin/install.php') )
return false;
More information about the cvs
mailing list