Changeset 18020 for branches/3.1/wp-admin/includes/post.php
- Timestamp:
- 05/24/2011 03:55:03 PM (14 years ago)
- Location:
- branches/3.1
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.1
-
branches/3.1/wp-admin/includes/post.php
r18018 r18020 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.