Changeset 6642
- Timestamp:
- 01/22/08 17:13:43 (7 months ago)
- Files:
-
- trunk/xmlrpc.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/xmlrpc.php
r6634 r6642 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
