Changeset 33861 for trunk/src/wp-includes/class-wp-xmlrpc-server.php
- Timestamp:
- 09/02/2015 06:14:14 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-xmlrpc-server.php
r33734 r33861 1734 1734 1735 1735 if ( ! current_user_can( $post_type->cap->edit_posts ) ) 1736 return new IXR_Error( 401, __( ' Sorry, you are not allowed to edit posts in this post type' ));1736 return new IXR_Error( 401, __( 'You are not allowed to edit posts in this post type.' )); 1737 1737 1738 1738 $query['post_type'] = $post_type->name;
Note: See TracChangeset
for help on using the changeset viewer.