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-form.php

    r10015 r10137  
    99if ( ! empty($link_id) ) {
    1010    $heading = sprintf( __( '<a href="%s">Links</a> / Edit Link' ), 'link-manager.php' );
    11     $submit_text = __('Save Changes');
     11    $submit_text = __('Update Link');
    1212    $form = '<form name="editlink" id="editlink" method="post" action="link.php">';
    1313    $nonce_action = 'update-bookmark_' . $link_id;
Note: See TracChangeset for help on using the changeset viewer.