Make WordPress Core


Ignore:
Timestamp:
03/19/2012 07:04:49 PM (14 years ago)
Author:
ryan
Message:

Consolidate some strings. Props ramiy. see #20216

File:
1 edited

Legend:

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

    r20159 r20215  
    30983098
    30993099        if ( !current_user_can('edit_themes') )
    3100             return new IXR_Error(401, __('Sorry, this user can not edit the template.'));
     3100            return new IXR_Error(401, __('Sorry, this user cannot edit the template.'));
    31013101
    31023102        /* warning: here we make the assumption that the blog's URL is on the same server */
Note: See TracChangeset for help on using the changeset viewer.