Make WordPress Core


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

Remove raquo from buttons. Props filosofo. fixes #5938

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/import/mt.php

    r6726 r6943  
    3131<?php _e('Or use <code>mt-export.txt</code> in your <code>/wp-content/</code> directory'); ?></p>
    3232<p class="submit">
    33 <input type="submit" value="<?php echo attribute_escape(__('Import mt-export.txt &raquo;')); ?>" />
     33<input type="submit" value="<?php echo attribute_escape(__('Import mt-export.txt')); ?>" />
    3434</p>
    3535</form>
Note: See TracChangeset for help on using the changeset viewer.