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/plugin-editor.php

    r9903 r10137  
    143143    <?php
    144144        if ( isset($_GET['phperror']) )
    145             echo "<input type='hidden' name='phperror' value='1' /><input type='submit' name='submit' value='" . __('Update File and Attempt to Reactivate') . "' tabindex='2' />";
     145            echo "<input type='hidden' name='phperror' value='1' /><input type='submit' name='submit' class='button-primary' value='" . __('Update File and Attempt to Reactivate') . "' tabindex='2' />";
    146146        else
    147             echo "<input type='submit' name='submit' value='" . __('Update File') . "' tabindex='2' />";
     147            echo "<input type='submit' name='submit' class='button-primary' value='" . __('Update File') . "' tabindex='2' />";
    148148    ?>
    149149    </p>
Note: See TracChangeset for help on using the changeset viewer.