No sort if no results. Props mByte in wp-testers list.
git-svn-id: http://svn.automattic.com/wordpress/trunk@4538 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
cc238cab45
commit
bd8ca8ff8e
|
@ -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">
|
||||
|
|
Loading…
Reference in New Issue