Make WordPress Core


Ignore:
Timestamp:
11/10/2022 07:34:13 PM (2 years ago)
Author:
ocean90
Message:

I18N: Revert [54795] from the 6.1 branch.

This will be added again once committed to trunk first.

See #57060.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/6.1/src/wp-includes/functions.php

    r54795 r54796  
    63486348        $mofile        = WP_LANG_DIR . '/continents-cities-' . $locale_loaded . '.mo';
    63496349        unload_textdomain( 'continents-cities' );
    6350         load_textdomain( 'continents-cities', $mofile, $locale_loaded );
     6350        load_textdomain( 'continents-cities', $mofile );
    63516351        $mo_loaded = true;
    63526352    }
Note: See TracChangeset for help on using the changeset viewer.