Ticket #34521: 34521-you-can-not-----you are not allowed.patch
| File 34521-you-can-not-----you are not allowed.patch, 673 bytes (added by , 10 years ago) |
|---|
-
wp-includes/class-wp-xmlrpc-server.php
5995 5995 return new IXR_Error( 404, __( 'Invalid post ID.' ) ); 5996 5996 5997 5997 if ( !current_user_can( 'edit_post', $post_ID ) ) 5998 return new IXR_Error( 401, __( 'Sorry, you can notedit this post.' ) );5998 return new IXR_Error( 401, __( 'Sorry, you are not allowed to edit this post.' ) ); 5999 5999 6000 6000 /** This action is documented in wp-includes/class-wp-xmlrpc-server.php */ 6001 6001 do_action( 'xmlrpc_call', 'mt.getPostCategories' );