Changeset 40702
- Timestamp:
- 05/16/2017 08:53:14 AM (8 years ago)
- Location:
- branches/3.8
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.8
-
branches/3.8/src/wp-includes/class-wp-xmlrpc-server.php
r40687 r40702 274 274 $meta['id'] = (int) $meta['id']; 275 275 $pmeta = get_metadata_by_mid( 'post', $meta['id'] ); 276 277 if ( ! $pmeta || $pmeta->post_id != $post_id ) { 278 continue; 279 } 280 276 281 if ( isset($meta['key']) ) { 277 282 $meta['key'] = wp_unslash( $meta['key'] );
Note: See TracChangeset
for help on using the changeset viewer.