De-rabbit-hole compat.php
git-svn-id: http://svn.automattic.com/wordpress/trunk@6108 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
76d0f29698
commit
3fc1d4f08d
|
@ -1,7 +1,5 @@
|
|||
<?php
|
||||
|
||||
require_once(dirname(__FILE__).'/compat.php');
|
||||
|
||||
function mysql2date($dateformatstring, $mysqlstring, $translate = true) {
|
||||
global $wp_locale;
|
||||
$m = $mysqlstring;
|
||||
|
|
|
@ -151,7 +151,9 @@ else
|
|||
|
||||
wp_cache_init();
|
||||
|
||||
require (ABSPATH . WPINC . '/compat.php');
|
||||
require (ABSPATH . WPINC . '/functions.php');
|
||||
|
||||
require (ABSPATH . WPINC . '/classes.php');
|
||||
require (ABSPATH . WPINC . '/plugin.php');
|
||||
require (ABSPATH . WPINC . '/default-filters.php');
|
||||
|
|
Loading…
Reference in New Issue