X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/f6364df6999f38896cc58171ec4a503f4f2dedcf..e9d988989fe37ab8c5f903e47fbe36e6e00dc51f:/wp-admin/includes/template.php diff --git a/wp-admin/includes/template.php b/wp-admin/includes/template.php index b345c36b..2f16b3c1 100644 --- a/wp-admin/includes/template.php +++ b/wp-admin/includes/template.php @@ -465,6 +465,10 @@ function list_meta( $meta ) { */ function _list_meta_row( $entry, &$count ) { static $update_nonce = false; + + if ( is_protected_meta( $entry['meta_key'] ) ) + return; + if ( !$update_nonce ) $update_nonce = wp_create_nonce( 'add-meta' );