Make WordPress Core

Changeset 38404


Ignore:
Timestamp:
08/27/2016 03:12:18 PM (8 years ago)
Author:
dd32
Message:

i18n: Retire another remaining wp-includes/locale.php require, and instead load the required WP_Locale class directly.

See #37827.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/load.php

    r38402 r38404  
    868868    require_once ABSPATH . WPINC . '/pomo/mo.php';
    869869    require_once ABSPATH . WPINC . '/l10n.php';
    870     require_once ABSPATH . WPINC . '/locale.php';
     870    require_once ABSPATH . WPINC . '/class-wp-locale.php';
    871871
    872872    // General libraries
Note: See TracChangeset for help on using the changeset viewer.