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/edit-category-form.php

    r6850 r6943  
    22if ( ! empty($cat_ID) ) {
    33    $heading = __('Edit Category');
    4     $submit_text = __('Edit Category »');
     4    $submit_text = __('Edit Category');
    55    $form = '<form name="editcat" id="editcat" method="post" action="categories.php">';
    66    $action = 'editedcat';
     
    99} else {
    1010    $heading = __('Add Category');
    11     $submit_text = __('Add Category &raquo;');
     11    $submit_text = __('Add Category');
    1212    $form = '<form name="addcat" id="addcat" method="post" action="categories.php" class="add:the-list:">';
    1313    $action = 'addcat';
Note: See TracChangeset for help on using the changeset viewer.