Make WordPress Core

Ticket #5700: xmlrpc.php.diff

File xmlrpc.php.diff, 510 bytes (added by rnt, 18 years ago)
  • xmlrpc.php

     
    736736
    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
    742742                do_action('xmlrpc_call', 'wp.getPageStatusList');