Opened 9 years ago
Closed 9 years ago
#35281 closed defect (bug) (fixed)
Orphaned closing `td` tag within cancel button of Moderate Comment screen
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | 4.5 | Priority: | normal |
Severity: | normal | Version: | 4.2 |
Component: | Comments | Keywords: | good-first-bug has-patch |
Focuses: | administration | Cc: |
Description
Found in wp-admin/comment.php around line 217:
<p> <?php submit_button( $button, 'primary', 'submit', false ); ?> <a href="<?php echo admin_url('edit-comments.php'); ?>" class="button-cancel"><?php esc_attr_e( 'Cancel' ); ?></a></td> </p>
Missed in r31641
See #23988
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
Fixed in r36173:
Comments: Remove orphaned closing td tag within cancel button of Moderate Comment screen.
Left behind in r31641. See #23988.
Props ash.matadeen.