diff --git a/wp-admin/themes.php b/wp-admin/themes.php index 2e2f5efdc0..1d16e979dd 100644 --- a/wp-admin/themes.php +++ b/wp-admin/themes.php @@ -46,7 +46,7 @@ require_once('admin-header.php'); $themes = get_themes(); $ct = current_theme_info(); -ksort( $themes ); +uksort( $themes, "strnatcasecmp" ); $theme_total = count( $themes ); $per_page = 15;