Changeset 32209
- Timestamp:
- 04/20/2015 03:26:04 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-xmlrpc-server.php
r31983 r32209 2917 2917 2918 2918 if ( !current_user_can( 'edit_posts' ) ) 2919 return new IXR_Error( 401, __( 'Sorry, you must be able to edit posts tothis site in order to view categories.' ) );2919 return new IXR_Error( 401, __( 'Sorry, you must be able to edit posts on this site in order to view categories.' ) ); 2920 2920 2921 2921 /** This action is documented in wp-includes/class-wp-xmlrpc-server.php */
Note: See TracChangeset
for help on using the changeset viewer.