]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-admin/includes/template.php
Wordpress 3.1.3
[autoinstalls/wordpress.git] / wp-admin / includes / template.php
index b345c36b76dcdbb08e8ade5d9e23cbd12fc450e4..2f16b3c125806cedcf673216222799757a3188d8 100644 (file)
@@ -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' );