Changeset 40693
- Timestamp:
- 05/16/2017 08:47:33 AM (8 years ago)
- Location:
- branches/4.7
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.7
-
branches/4.7/src/wp-includes/class-wp-xmlrpc-server.php
r40678 r40693 383 383 $meta['id'] = (int) $meta['id']; 384 384 $pmeta = get_metadata_by_mid( 'post', $meta['id'] ); 385 386 if ( ! $pmeta || $pmeta->post_id != $post_id ) { 387 continue; 388 } 389 385 390 if ( isset($meta['key']) ) { 386 391 $meta['key'] = wp_unslash( $meta['key'] );
Note: See TracChangeset
for help on using the changeset viewer.