Changeset 19879
- Timestamp:
- 02/08/2012 06:50:25 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/class-wp-xmlrpc-server.php
r19873 r19879 730 730 731 731 if ( ! current_user_can( $post_type_taxonomies[$taxonomy]->cap->assign_terms ) ) 732 return new IXR_Error( 401, __( 'Sorry, you are not allowed to assign a term to one of the given taxonomies ' ) );732 return new IXR_Error( 401, __( 'Sorry, you are not allowed to assign a term to one of the given taxonomies.' ) ); 733 733 734 734 $term_ids = $post_data['terms'][$taxonomy];
Note: See TracChangeset
for help on using the changeset viewer.