Make WordPress Core

Changeset 19879


Ignore:
Timestamp:
02/08/2012 06:50:25 PM (13 years ago)
Author:
nacin
Message:

Combine two strings. props kenan3008, see #18429.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/class-wp-xmlrpc-server.php

    r19873 r19879  
    730730
    731731                    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.' ) );
    733733
    734734                    $term_ids = $post_data['terms'][$taxonomy];
Note: See TracChangeset for help on using the changeset viewer.