Make WordPress Core


Ignore:
Timestamp:
02/20/2008 07:30:55 PM (18 years ago)
Author:
ryan
Message:

Remove raquo from buttons. Props filosofo. fixes #5938

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/comment.php

    r6923 r6943  
    6161if ( 'spam' == $_GET['dt'] ) {
    6262    $caution_msg = __('You are about to mark the following comment as spam:');
    63     $button = __('Spam Comment »');
     63    $button = __('Spam Comment');
    6464} elseif ( 'cdc' == $action ) {
    6565    $caution_msg = __('You are about to delete the following comment:');
    66     $button = __('Delete Comment »');
     66    $button = __('Delete Comment');
    6767} else {
    6868    $caution_msg = __('You are about to approve the following comment:');
    69     $button = __('Approve Comment »');
     69    $button = __('Approve Comment');
    7070}
    7171?>
Note: See TracChangeset for help on using the changeset viewer.