Ticket #5962: invalid-html2.diff
| File invalid-html2.diff, 664 bytes (added by nbachiyski, 5 years ago) |
|---|
-
wp-admin/includes/template.php
631 631 <?php endif; ?> 632 632 <a href="edit-comments.php?s=<?php comment_author_IP() ?>&mode=detail"><?php comment_author_IP() ?></a> 633 633 </p> 634 < p><?php if ( 'list' == $mode ) comment_excerpt(); else comment_text(); ?></p>634 <?php if ( 'list' == $mode ) comment_excerpt(); else comment_text(); ?> 635 635 <p><?php printf(__('From %1$s, %2$s'), $post_link, $ptime) ?></p> 636 636 </td> 637 637 <td><?php comment_date(__('Y/m/d')); ?></td>