Ticket #5700: xmlrpc.php.diff
| File xmlrpc.php.diff, 510 bytes (added by , 18 years ago) |
|---|
-
xmlrpc.php
736 736 737 737 set_current_user( 0, $username ); 738 738 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.' ) ); 740 740 } 741 741 742 742 do_action('xmlrpc_call', 'wp.getPageStatusList');