Make WordPress Core


Ignore:
Timestamp:
11/12/2020 02:41:19 PM (3 years ago)
Author:
ocean90
Message:

I18N: Revert [49236] for now to investigate alternative implementations.

See #39210, #51678, #26511.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-settings.php

    r49236 r49566  
    153153// Load the L10n library.
    154154require_once ABSPATH . WPINC . '/l10n.php';
    155 require_once ABSPATH . WPINC . '/class-wp-textdomain-registry.php';
    156155require_once ABSPATH . WPINC . '/class-wp-locale.php';
    157156require_once ABSPATH . WPINC . '/class-wp-locale-switcher.php';
     
    303302$GLOBALS['wp_embed'] = new WP_Embed();
    304303
    305 /**
    306  * WordPress Textdomain Registry object.
    307  *
    308  * Used to support just-in-time translations for manually loaded textdomains.
    309  *
    310  * @since 5.6.0
    311  *
    312  * @global WP_Locale_Switcher $wp_locale_switcher WordPress Textdomain Registry.
    313  */
    314 $GLOBALS['wp_textdomain_registry'] = new WP_Textdomain_Registry();
    315 
    316304// Load multisite-specific files.
    317305if ( is_multisite() ) {
Note: See TracChangeset for help on using the changeset viewer.