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:
parent
359fa59fb3
commit
1f94472ff1
@ -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
Block a user