mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-22 17:18:32 +01:00
Typo fix from rnt. fixes #5700
git-svn-id: http://svn.automattic.com/wordpress/trunk@6642 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
f283ceae87
commit
a33b080c9d
@ -736,7 +736,7 @@ class wp_xmlrpc_server extends IXR_Server {
|
||||
|
||||
set_current_user( 0, $username );
|
||||
if( !current_user_can( 'edit_posts' ) ) {
|
||||
return new IXR_Error( 403, __( 'You are not allowed acces to details about this blog.' ) );
|
||||
return new IXR_Error( 403, __( 'You are not allowed access to details about this blog.' ) );
|
||||
}
|
||||
|
||||
do_action('xmlrpc_call', 'wp.getPageStatusList');
|
||||
|
Loading…
Reference in New Issue
Block a user