Make WordPress Core

Changeset 6642


Ignore:
Timestamp:
01/22/2008 05:13:43 PM (17 years ago)
Author:
ryan
Message:

Typo fix from rnt. fixes #5700

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/xmlrpc.php

    r6634 r6642  
    737737        set_current_user( 0, $username );
    738738        if( !current_user_can( 'edit_posts' ) ) {
    739             return new IXR_Error( 403, __( 'You are not allowed acces to details about this blog.' ) );
     739            return new IXR_Error( 403, __( 'You are not allowed access to details about this blog.' ) );
    740740        }
    741741
Note: See TracChangeset for help on using the changeset viewer.