Changeset 5731 for branches/2.2/wp-admin/admin-functions.php
- Timestamp:
- 06/19/2007 10:40:59 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2/wp-admin/admin-functions.php
r5724 r5731 1110 1110 $post_ID = (int) $post_ID; 1111 1111 1112 $protected = array( '_wp_attached_file', '_wp_attachment_metadata', '_wp_old_slug' );1112 $protected = array( '_wp_attached_file', '_wp_attachment_metadata', '_wp_old_slug', '_wp_page_template' ); 1113 1113 1114 1114 $metakeyselect = $wpdb->escape( stripslashes( trim( $_POST['metakeyselect'] ) ) );
Note: See TracChangeset
for help on using the changeset viewer.