Changeset 55703 for trunk/src/wp-includes/class-wp-theme.php
- Timestamp:
- 05/02/2023 03:43:03 PM (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-theme.php
r55426 r55703 1769 1769 */ 1770 1770 public static function sort_by_name( &$themes ) { 1771 if ( 0 === strpos( get_user_locale(), 'en_' ) ) {1771 if ( str_starts_with( get_user_locale(), 'en_' ) ) { 1772 1772 uasort( $themes, array( 'WP_Theme', '_name_sort' ) ); 1773 1773 } else {
Note: See TracChangeset
for help on using the changeset viewer.