Changeset 17996 for trunk/wp-admin/includes/post.php
- Timestamp:
- 05/22/2011 11:21:34 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/post.php
r17994 r17996 201 201 if ( $meta->post_id != $post_ID ) 202 202 continue; 203 if ( is_protected_meta( $ key) )203 if ( is_protected_meta( $value['key'] ) ) 204 204 continue; 205 205 update_meta( $key, $value['key'], $value['value'] ); … … 213 213 if ( $meta->post_id != $post_ID ) 214 214 continue; 215 if ( is_protected_meta( $ key ) )215 if ( is_protected_meta( $meta->meta_key ) ) 216 216 continue; 217 217 delete_meta( $key );
Note: See TracChangeset
for help on using the changeset viewer.