Changeset 48104 for trunk/src/wp-includes/class-wp-xmlrpc-server.php
- Timestamp:
- 06/20/2020 12:00:07 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-xmlrpc-server.php
r47808 r48104 1516 1516 $taxonomies = array_keys( $post_data['terms'] ); 1517 1517 1518 // Validating term ids.1518 // Validating term IDs. 1519 1519 foreach ( $taxonomies as $taxonomy ) { 1520 1520 if ( ! array_key_exists( $taxonomy, $post_type_taxonomies ) ) { … … 5657 5657 5658 5658 /* 5659 * If there is no post data for the give post id, stop now and return an error.5659 * If there is no post data for the give post ID, stop now and return an error. 5660 5660 * Otherwise a new post will be created (which was the old behavior). 5661 5661 */
Note: See TracChangeset
for help on using the changeset viewer.