Changeset 28500 for trunk/src/wp-admin/includes/export.php
- Timestamp:
- 05/19/2014 05:03:44 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/export.php
r27048 r28500 442 442 <wp:meta_value><?php echo wxr_cdata( $meta->meta_value ); ?></wp:meta_value> 443 443 </wp:postmeta> 444 <?php endforeach; ?> 445 <?php $comments = $wpdb->get_results( $wpdb->prepare( "SELECT * FROM $wpdb->comments WHERE comment_post_ID = %d AND comment_approved <> 'spam'", $post->ID ) ); 444 <?php endforeach; 445 446 $comments = $wpdb->get_results( $wpdb->prepare( "SELECT * FROM $wpdb->comments WHERE comment_post_ID = %d AND comment_approved <> 'spam'", $post->ID ) ); 446 447 foreach ( $comments as $c ) : ?> 447 448 <wp:comment>
Note: See TracChangeset
for help on using the changeset viewer.