Make WordPress Core

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: rachelbaker's profile rachelbaker 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)

remove-orphaned-closing-td.patch (560 bytes) - added by ash.matadeen 9 years ago.

Download all attachments as: .zip

Change History (3)

#1 @diddledani
9 years ago

  • Keywords has-patch added; needs-patch removed

#2 @rachelbaker
9 years ago

  • Resolution set to fixed
  • Status changed from new to closed

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.

Note: See TracTickets for help on using tickets.