Make WordPress Core


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.1/wp-admin/includes/template.php

    r18018 r17411  
    466466function _list_meta_row( $entry, &$count ) {
    467467    static $update_nonce = false;
    468 
    469     if ( is_protected_meta( $entry['meta_key'] ) )
    470         return;
    471 
    472468    if ( !$update_nonce )
    473469        $update_nonce = wp_create_nonce( 'add-meta' );
Note: See TracChangeset for help on using the changeset viewer.