Changeset 20566
- Timestamp:
- 04/23/2012 09:41:50 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/class-wp-xmlrpc-server.php
r20469 r20566 2923 2923 return $this->error; 2924 2924 2925 if ( !current_user_can( 'edit_posts' ) ) 2926 return new IXR_Error( 403, __( 'You are not allowed access to details about this site.' ) ); 2927 2925 2928 do_action( 'xmlrpc_call', 'wp.getPostFormats' ); 2926 2929
Note: See TracChangeset
for help on using the changeset viewer.