Changeset 7021
- Timestamp:
- 02/25/08 18:34:45 (9 months ago)
- Files:
-
- trunk/xmlrpc.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/xmlrpc.php
r6815 r7021 693 693 set_current_user( 0, $username ); 694 694 if( !current_user_can( 'edit_posts' ) ) { 695 return new IXR_Error( 403, __( 'You are not allowed details about comments.' ) );695 return new IXR_Error( 403, __( 'You are not allowed access to details about comments.' ) ); 696 696 } 697 697
