Changeset 6642
- Timestamp:
- 01/22/2008 05:13:43 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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
Note: See TracChangeset
for help on using the changeset viewer.