Make WordPress Core

Changeset 7021 for trunk/xmlrpc.php


Ignore:
Timestamp:
02/25/2008 06:34:45 PM (18 years ago)
Author:
ryan
Message:

Grammar fix. Props thenlich and hansengel. fixes #5991

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/xmlrpc.php

    r6815 r7021  
    693693        set_current_user( 0, $username );
    694694        if( !current_user_can( 'edit_posts' ) ) {
    695             return new IXR_Error( 403, __( 'You are not allowed details about comments.' ) );
     695            return new IXR_Error( 403, __( 'You are not allowed access to details about comments.' ) );
    696696        }
    697697
Note: See TracChangeset for help on using the changeset viewer.