Changeset 5732
- Timestamp:
- 06/19/2007 10:42:19 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2/wp-admin/admin-functions.php
r5731 r5732 1150 1150 global $wpdb; 1151 1151 1152 $protected = array( '_wp_attached_file', '_wp_attachment_metadata', '_wp_old_slug' );1152 $protected = array( '_wp_attached_file', '_wp_attachment_metadata', '_wp_old_slug', '_wp_page_template' ); 1153 1153 1154 1154 if ( in_array($mkey, $protected) )
Note: See TracChangeset
for help on using the changeset viewer.