No sort if no results. Props mByte in wp-testers list.

git-svn-id: https://develop.svn.wordpress.org/trunk@4538 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Mark Jaquith 2006-11-29 08:18:34 +00:00
parent 359fa59fb3
commit 1f94472ff1
1 changed files with 2 additions and 1 deletions

View File

@ -1025,7 +1025,8 @@ function meta_form() {
GROUP BY meta_key
ORDER BY meta_id DESC
LIMIT $limit" );
natcasesort( $keys );
if ( $keys )
natcasesort($keys);
?>
<h3><?php _e( 'Add a new custom field:' ) ?></h3>
<table id="newmeta" cellspacing="3" cellpadding="3">