Changeset 6943 for trunk/wp-admin/comment.php
- Timestamp:
- 02/20/2008 07:30:55 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/comment.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/comment.php
r6923 r6943 61 61 if ( 'spam' == $_GET['dt'] ) { 62 62 $caution_msg = __('You are about to mark the following comment as spam:'); 63 $button = __('Spam Comment »');63 $button = __('Spam Comment'); 64 64 } elseif ( 'cdc' == $action ) { 65 65 $caution_msg = __('You are about to delete the following comment:'); 66 $button = __('Delete Comment »');66 $button = __('Delete Comment'); 67 67 } else { 68 68 $caution_msg = __('You are about to approve the following comment:'); 69 $button = __('Approve Comment »');69 $button = __('Approve Comment'); 70 70 } 71 71 ?>
Note: See TracChangeset
for help on using the changeset viewer.