Changeset 10982
- Timestamp:
- 05/17/2021 05:26:25 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/locale-detection/locale-detection.php
r6638 r10982 26 26 add_action( 'locale', [ $detector, 'get_locale' ] ); 27 27 } 28 add_action( 'plugins_loaded', __NAMESPACE__ . '\init' );28 add_action( 'plugins_loaded', __NAMESPACE__ . '\init', 1 );
Note: See TracChangeset
for help on using the changeset viewer.