Changeset 15665 for trunk/wp-admin/comment.php
- Timestamp:
- 09/26/2010 09:37:25 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/comment.php
r15596 r15665 78 78 case 'spam' : 79 79 80 $title = __('Moderate Comment'); 81 80 82 $comment_id = absint( $_GET['c'] ); 81 83 … … 108 110 109 111 <?php screen_icon(); ?> 110 <h2><?php esc_html _e( 'Moderate Comment'); ?></h2>112 <h2><?php esc_html( $title ); ?></h2> 111 113 112 114 <?php
Note: See TracChangeset
for help on using the changeset viewer.