Make WordPress Core


Ignore:
Timestamp:
12/09/2008 09:07:36 AM (16 years ago)
Author:
markjaquith
Message:

Move from generic "Save" to better "Update X", more consistent use of button-primary for major actions. fixes #8374. props azaozz, FFEMTcJ

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/edit-link-category-form.php

    r9912 r10137  
    1818     */
    1919    $heading = '<h2>' . __('Edit Link Category') . '</h2>';
    20     $submit_text = __('Edit Category');
     20    $submit_text = __('Update Category');
    2121    $form = '<form name="editcat" id="editcat" method="post" action="link-category.php" class="validate">';
    2222    $action = 'editedcat';
     
    7676        </tr>
    7777    </table>
    78 <p class="submit"><input type="submit" class="button" name="submit" value="<?php echo $submit_text ?>" /></p>
     78<p class="submit"><input type="submit" class="button-primary" name="submit" value="<?php echo $submit_text ?>" /></p>
    7979<?php do_action('edit_link_category_form', $category); ?>
    8080</form>
Note: See TracChangeset for help on using the changeset viewer.