Remove extra wp-l10n.php include. Bug 756.
git-svn-id: http://svn.automattic.com/wordpress/trunk@2185 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
9838608868
commit
2a8038d93b
|
@ -6,8 +6,6 @@ if ( !file_exists( dirname(__FILE__) . '/wp-config.php') )
|
||||||
|
|
||||||
require_once( dirname(__FILE__) . '/wp-config.php');
|
require_once( dirname(__FILE__) . '/wp-config.php');
|
||||||
|
|
||||||
require_once( ABSPATH . '/wp-includes/wp-l10n.php');
|
|
||||||
|
|
||||||
$query_vars = array();
|
$query_vars = array();
|
||||||
|
|
||||||
// Process PATH_INFO and 404.
|
// Process PATH_INFO and 404.
|
||||||
|
|
Loading…
Reference in New Issue