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

    r10047 r10137  
    193193            <p class="submit">
    194194<?php
    195     echo "<input type='submit' name='submit' class='button' value='" . __('Update File') . "' tabindex='2' />";
     195    echo "<input type='submit' name='submit' class='button-primary' value='" . __('Update File') . "' tabindex='2' />";
    196196?>
    197197</p>
Note: See TracChangeset for help on using the changeset viewer.