Changeset 38705 for trunk/src/wp-includes/class-wp-theme.php
- Timestamp:
- 10/03/2016 07:03:41 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-theme.php
r38121 r38705 1396 1396 */ 1397 1397 public static function sort_by_name( &$themes ) { 1398 if ( 0 === strpos( get_ locale(), 'en_' ) ) {1398 if ( 0 === strpos( get_user_locale(), 'en_' ) ) { 1399 1399 uasort( $themes, array( 'WP_Theme', '_name_sort' ) ); 1400 1400 } else {
Note: See TracChangeset
for help on using the changeset viewer.