Changeset 36173 for trunk/src/wp-admin/comment.php
- Timestamp:
- 01/05/2016 04:06:54 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/comment.php
r35811 r36173 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
Note: See TracChangeset
for help on using the changeset viewer.