[wp-cvs] wordpress/wp-includes vars.php, 1.46, 1.47 wp-l10n.php,
1.12, 1.13 template-functions.php, 1.55, NONE
Matthew Mullenweg
saxmatt at users.sourceforge.net
Mon Feb 7 07:25:32 GMT 2005
Update of /cvsroot/cafelog/wordpress/wp-includes
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8222/wp-includes
Modified Files:
vars.php wp-l10n.php
Removed Files:
template-functions.php
Log Message:
Include cleanups
Index: vars.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-includes/vars.php,v
retrieving revision 1.46
retrieving revision 1.47
diff -C2 -d -r1.46 -r1.47
*** vars.php 26 Jan 2005 22:29:18 -0000 1.46
--- vars.php 7 Feb 2005 07:25:29 -0000 1.47
***************
*** 1,7 ****
<?php
- /* This file sets various arrays and variables for use in WordPress */
- require(ABSPATH . 'wp-includes/version.php');
-
// On which page are we ?
$PHP_SELF = $_SERVER['PHP_SELF'];
--- 1,4 ----
Index: wp-l10n.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-includes/wp-l10n.php,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** wp-l10n.php 29 Jan 2005 23:17:10 -0000 1.12
--- wp-l10n.php 7 Feb 2005 07:25:29 -0000 1.13
***************
*** 1,5 ****
<?php
! require_once(ABSPATH . 'wp-includes/streams.php');
! require_once(ABSPATH . 'wp-includes/gettext.php');
function get_locale() {
--- 1,8 ----
<?php
!
! if ( defined('WPLANG') && '' != constant('WPLANG') ) {
! require_once(ABSPATH . 'wp-includes/streams.php');
! require_once(ABSPATH . 'wp-includes/gettext.php');
! }
function get_locale() {
***************
*** 95,97 ****
}
! ?>
--- 98,100 ----
}
! ?>
\ No newline at end of file
--- template-functions.php DELETED ---
More information about the cvs
mailing list