Remove wp- prefix from wp-l10n.php
git-svn-id: https://develop.svn.wordpress.org/trunk@3870 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
cb1347c092
commit
d2240011a0
@ -113,7 +113,7 @@ wp_cache_init();
|
|||||||
|
|
||||||
require (ABSPATH . WPINC . '/functions.php');
|
require (ABSPATH . WPINC . '/functions.php');
|
||||||
require (ABSPATH . WPINC . '/default-filters.php');
|
require (ABSPATH . WPINC . '/default-filters.php');
|
||||||
require_once (ABSPATH . WPINC . '/wp-l10n.php');
|
require_once (ABSPATH . WPINC . '/l10n.php');
|
||||||
|
|
||||||
if ( !is_blog_installed() && (!strstr($_SERVER['PHP_SELF'], 'install.php') && !defined('WP_INSTALLING')) ) {
|
if ( !is_blog_installed() && (!strstr($_SERVER['PHP_SELF'], 'install.php') && !defined('WP_INSTALLING')) ) {
|
||||||
if ( strstr($_SERVER['PHP_SELF'], 'wp-admin') )
|
if ( strstr($_SERVER['PHP_SELF'], 'wp-admin') )
|
||||||
|
Loading…
Reference in New Issue
Block a user