Changeset 12752 for trunk/xmlrpc.php
- Timestamp:
- 01/18/2010 08:34:48 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/xmlrpc.php
r12735 r12752 2242 2242 if ( !empty( $content_struct['wp_page_template'] ) ) 2243 2243 $page_template = $content_struct['wp_page_template']; 2244 } elseif ( $content_struct['post_type'] == 'post' ) {2244 } elseif ( $content_struct['post_type'] == 'post' ) { 2245 2245 // This is the default, no changes needed 2246 2246 } else { … … 2828 2828 2829 2829 foreach ($posts_list as $entry) { 2830 if ( !current_user_can( 'edit_post', $entry['ID'] ) )2830 if ( !current_user_can( 'edit_post', $entry['ID'] ) ) 2831 2831 continue; 2832 2832
Note: See TracChangeset
for help on using the changeset viewer.