Ticket #21406: 21406.1.diff
| File 21406.1.diff, 532 bytes (added by JustinSainton, 10 months ago) |
|---|
-
wp-admin/edit-tags.php
388 388 do_action('add_tag_form_fields', $taxonomy); 389 389 do_action($taxonomy . '_add_form_fields', $taxonomy); 390 390 391 submit_button( $tax->labels->add_new_item, ' button' );391 submit_button( $tax->labels->add_new_item, 'primary' ); 392 392 393 393 // Back compat hooks. Deprecated in preference to {$taxonomy}_add_form 394 394 if ( 'category' == $taxonomy )
