Changeset 10137 for trunk/wp-admin/edit-tag-form.php
- Timestamp:
- 12/09/2008 09:07:36 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-tag-form.php
r9912 r10137 35 35 </tr> 36 36 </table> 37 <p class="submit"><input type="submit" class="button " name="submit" value="<?php _e('EditTag'); ?>" /></p>37 <p class="submit"><input type="submit" class="button-primary" name="submit" value="<?php _e('Update Tag'); ?>" /></p> 38 38 <?php do_action('edit_tag_form', $tag); ?> 39 39 </form>
Note: See TracChangeset
for help on using the changeset viewer.