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

    r9912 r10137  
    7171        </tr>
    7272    </table>
    73 <p class="submit"><input type="submit" class="button" name="submit" value="<?php _e('Edit Category'); ?>" /></p>
     73<p class="submit"><input type="submit" class="button-primary" name="submit" value="<?php _e('Update Category'); ?>" /></p>
    7474<?php do_action('edit_category_form', $category); ?>
    7575</form>
Note: See TracChangeset for help on using the changeset viewer.