Ticket #9524: 9524.diff
| File 9524.diff, 875 bytes (added by Denis-de-Bernardy, 4 years ago) |
|---|
-
wp-admin/includes/export.php
313 313 <wp:comment_id><?php echo $c->comment_ID; ?></wp:comment_id> 314 314 <wp:comment_author><?php echo wxr_cdata($c->comment_author); ?></wp:comment_author> 315 315 <wp:comment_author_email><?php echo $c->comment_author_email; ?></wp:comment_author_email> 316 <wp:comment_author_url><?php echo $c->comment_author_url; ?></wp:comment_author_url>316 <wp:comment_author_url><?php echo clean_url($c->comment_author_url); ?></wp:comment_author_url> 317 317 <wp:comment_author_IP><?php echo $c->comment_author_IP; ?></wp:comment_author_IP> 318 318 <wp:comment_date><?php echo $c->comment_date; ?></wp:comment_date> 319 319 <wp:comment_date_gmt><?php echo $c->comment_date_gmt; ?></wp:comment_date_gmt>
