Text Changes: Merge strings referring to list_users capability.

See #38857.

git-svn-id: https://develop.svn.wordpress.org/trunk@39312 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov
2016-11-19 02:15:10 +00:00
parent ecb95b299c
commit 4e5fdda8f9
3 changed files with 3 additions and 3 deletions

View File

@@ -2476,7 +2476,7 @@ class wp_xmlrpc_server extends IXR_Server {
do_action( 'xmlrpc_call', 'wp.getUsers' );
if ( ! current_user_can( 'list_users' ) )
return new IXR_Error( 401, __( 'Sorry, you are not allowed to browse users.' ) );
return new IXR_Error( 401, __( 'Sorry, you are not allowed to list users.' ) );
$query = array( 'fields' => 'all_with_meta' );