Make WordPress Core

Changeset 21365


Ignore:
Timestamp:
07/30/2012 06:41:42 PM (12 years ago)
Author:
ryan
Message:

Give Add New button on edit taxonomy pages primary button styling. Props JustinSainton. fixes #21406

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/edit-tags.php

    r21333 r21365  
    389389do_action($taxonomy . '_add_form_fields', $taxonomy);
    390390
    391 submit_button( $tax->labels->add_new_item, 'button' );
     391submit_button( $tax->labels->add_new_item );
    392392
    393393// Back compat hooks. Deprecated in preference to {$taxonomy}_add_form
Note: See TracChangeset for help on using the changeset viewer.