Ticket #35281: remove-orphaned-closing-td.patch
File remove-orphaned-closing-td.patch, 560 bytes (added by , 5 years ago) |
---|
-
wp-admin/comment.php
214 214 215 215 <p> 216 216 <?php submit_button( $button, 'primary', 'submit', false ); ?> 217 <a href="<?php echo admin_url('edit-comments.php'); ?>" class="button-cancel"><?php esc_attr_e( 'Cancel' ); ?></a> </td>217 <a href="<?php echo admin_url('edit-comments.php'); ?>" class="button-cancel"><?php esc_attr_e( 'Cancel' ); ?></a> 218 218 </p> 219 219 220 220 <?php wp_nonce_field( $nonce_action ); ?>