Changeset 34580 for trunk/src/wp-includes/class-wp-xmlrpc-server.php
- Timestamp:
- 09/26/2015 05:30:34 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-xmlrpc-server.php
r34579 r34580 1935 1935 } 1936 1936 1937 if ( isset( $content_struct['parent'] ) ) {1937 if ( ! empty( $content_struct['parent'] ) ) { 1938 1938 if ( ! $taxonomy['hierarchical'] ) 1939 1939 return new IXR_Error( 403, __( "This taxonomy is not hierarchical so you can't set a parent." ) );
Note: See TracChangeset
for help on using the changeset viewer.