Changeset 17994 for trunk/wp-admin/includes/template.php
- Timestamp:
- 05/22/2011 11:19:42 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/template.php
r17952 r17994 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 468 472 if ( !$update_nonce ) 469 473 $update_nonce = wp_create_nonce( 'add-meta' );
Note: See TracChangeset
for help on using the changeset viewer.