Make WordPress Core

Changeset 32209


Ignore:
Timestamp:
04/20/2015 03:26:04 PM (10 years ago)
Author:
SergeyBiryukov
Message:

Remove duplicate string with a typo, merge it with an existing string.

props pavelevap.
fixes #32020.

File:
1 edited

Legend:

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

    r31983 r32209  
    29172917
    29182918        if ( !current_user_can( 'edit_posts' ) )
    2919             return new IXR_Error( 401, __( 'Sorry, you must be able to edit posts to this site in order to view categories.' ) );
     2919            return new IXR_Error( 401, __( 'Sorry, you must be able to edit posts on this site in order to view categories.' ) );
    29202920
    29212921        /** This action is documented in wp-includes/class-wp-xmlrpc-server.php */
Note: See TracChangeset for help on using the changeset viewer.