Changeset 5722
- Timestamp:
- 06/18/07 00:19:15 (1 year ago)
- Files:
-
- branches/2.2/xmlrpc.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/2.2/xmlrpc.php
r5670 r5722 850 850 return new IXR_Error(401, __('Sorry, you do not have the right to edit this post.')); 851 851 852 extract($actual_post );852 extract($actual_post, EXTR_SKIP); 853 853 854 854 if ( ('publish' == $post_status) && !current_user_can('publish_posts') ) … … 1128 1128 } 1129 1129 1130 extract($postdata);1131 1130 $this->escape($postdata); 1131 extract($postdata, EXTR_SKIP); 1132 1132 1133 1133 // Let WordPress manage slug if none was provided.
