diff --git a/wp-admin/includes/template.php b/wp-admin/includes/template.php
index fae3d3e911..2616907d12 100644
--- a/wp-admin/includes/template.php
+++ b/wp-admin/includes/template.php
@@ -2427,7 +2427,7 @@ function meta_form() {
FROM $wpdb->postmeta
GROUP BY meta_key
HAVING meta_key NOT LIKE '\_%'
- ORDER BY LOWER(meta_key)
+ ORDER BY meta_key
LIMIT $limit" );
if ( $keys )
natcasesort($keys);
@@ -3288,7 +3288,7 @@ function find_posts_div($found_action = '') {
-
+
@@ -3298,7 +3298,7 @@ function find_posts_div($found_action = '') {