Changeset 36526
- Timestamp:
- 02/13/2016 04:00:07 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/edit-tag-form.php
r36308 r36526 102 102 wp_original_referer_field( true, 'previous' ); 103 103 wp_nonce_field( 'update-tag_' . $term_id ); 104 105 /** 106 * Fires at the beginning of the Edit Term form. 107 * 108 * At this point, the required hidden fields and nonces have already been output. 109 * 110 * @since 4.5.0 111 * 112 * @param object $tag Current taxonomy term object. 113 * @param string $taxonomy Current $taxonomy slug. 114 */ 115 do_action( "{$taxonomy}_term_edit_form_top", $tag, $taxonomy ); 104 116 ?> 105 117 <table class="form-table">
Note: See TracChangeset
for help on using the changeset viewer.