Changeset 41574 for trunk/src/wp-includes/class-wp-xmlrpc-server.php
- Timestamp:
- 09/22/2017 10:07:35 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-xmlrpc-server.php
r41572 r41574 2066 2066 if ( ! empty( $content_struct['parent'] ) ) { 2067 2067 if ( ! $taxonomy['hierarchical'] ) 2068 return new IXR_Error( 403, __( "This taxonomy is not hierarchical so you can't set a parent.") );2068 return new IXR_Error( 403, __( 'Cannot set parent term, taxonomy is not hierarchical.' ) ); 2069 2069 2070 2070 $parent_term_id = (int) $content_struct['parent'];
Note: See TracChangeset
for help on using the changeset viewer.