- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.1/wp-admin/includes/template.php
r18018 r17411 466 466 function _list_meta_row( $entry, &$count ) { 467 467 static $update_nonce = false; 468 469 if ( is_protected_meta( $entry['meta_key'] ) )470 return;471 472 468 if ( !$update_nonce ) 473 469 $update_nonce = wp_create_nonce( 'add-meta' );
Note: See TracChangeset
for help on using the changeset viewer.