Make WordPress Core


Ignore:
Timestamp:
03/24/2011 04:12:47 PM (14 years ago)
Author:
nacin
Message:

Change this string to one that already exists. props ericmann, fixes #16806.

File:
1 edited

Legend:

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

    r17011 r17554  
    15231523
    15241524        if ( !current_user_can( 'upload_files' ) )
    1525             return new IXR_Error( 403, __( 'You are not allowed to upload files on this site.' ) );
     1525            return new IXR_Error( 403, __( 'You are not allowed to upload files to this site.' ) );
    15261526
    15271527        do_action('xmlrpc_call', 'wp.getMediaItem');
Note: See TracChangeset for help on using the changeset viewer.