Changeset 6710
- Timestamp:
- 02/02/2008 05:57:20 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.3/xmlrpc.php
r6504 r6710 1197 1197 && ($content_struct["post_type"] == "page") 1198 1198 ) { 1199 if( !current_user_can( 'edit_page', $post_ID ) ) { 1200 return(new IXR_Error(401, __("Sorry, you do not have the right to edit this page."))); 1201 } 1202 1199 1203 $post_type = "page"; 1200 1204 }
Note: See TracChangeset
for help on using the changeset viewer.