mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-03 15:08:10 +01:00
i18n: Retire another remaining wp-includes/locale.php
require, and instead load the required WP_Locale
class directly.
See #37827. Built from https://develop.svn.wordpress.org/trunk@38404 git-svn-id: http://core.svn.wordpress.org/trunk@38345 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
71e8e8368a
commit
ec83ce1a0c
@ -867,7 +867,7 @@ function wp_load_translations_early() {
|
|||||||
// Translation and localization
|
// Translation and localization
|
||||||
require_once ABSPATH . WPINC . '/pomo/mo.php';
|
require_once ABSPATH . WPINC . '/pomo/mo.php';
|
||||||
require_once ABSPATH . WPINC . '/l10n.php';
|
require_once ABSPATH . WPINC . '/l10n.php';
|
||||||
require_once ABSPATH . WPINC . '/locale.php';
|
require_once ABSPATH . WPINC . '/class-wp-locale.php';
|
||||||
|
|
||||||
// General libraries
|
// General libraries
|
||||||
require_once ABSPATH . WPINC . '/plugin.php';
|
require_once ABSPATH . WPINC . '/plugin.php';
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '4.7-alpha-38403';
|
$wp_version = '4.7-alpha-38404';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
Loading…
Reference in New Issue
Block a user