[wp-cvs] wordpress wp-settings.php,1.67,1.68
Ryan Boren
rboren at users.sourceforge.net
Thu Jan 27 15:20:49 GMT 2005
Update of /cvsroot/cafelog/wordpress
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1627
Modified Files:
wp-settings.php
Log Message:
Cleanup wp-l10n includes.
Index: wp-settings.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-settings.php,v
retrieving revision 1.67
retrieving revision 1.68
diff -C2 -d -r1.67 -r1.68
*** wp-settings.php 26 Jan 2005 22:46:39 -0000 1.67
--- wp-settings.php 27 Jan 2005 15:20:46 -0000 1.68
***************
*** 59,62 ****
--- 59,63 ----
require (ABSPATH . WPINC . '/functions.php');
+ require_once (ABSPATH . WPINC . '/wp-l10n.php');
$wpdb->hide_errors();
***************
*** 65,70 ****
$wpdb->show_errors();
- require_once (ABSPATH . WPINC . '/wp-l10n.php');
-
require (ABSPATH . WPINC . '/functions-formatting.php');
require (ABSPATH . WPINC . '/functions-post.php');
--- 66,69 ----
More information about the cvs
mailing list