Changeset 23534
- Timestamp:
- 02/28/2013 07:51:29 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/template.php
r23457 r23534 536 536 537 537 foreach ( $keys as $key ) { 538 if ( is_protected_meta( $key, 'post' ) ) 539 continue; 538 540 echo "\n<option value='" . esc_attr($key) . "'>" . esc_html($key) . "</option>"; 539 541 }
Note: See TracChangeset
for help on using the changeset viewer.