]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-admin/edit-tag-form.php
WordPress 4.3
[autoinstalls/wordpress.git] / wp-admin / edit-tag-form.php
index 7e2d9377854152ae56c31174708d636ac0826bad..ac5aafbf8fef26da306c8dfcbcd7f35f32e8418d 100644 (file)
@@ -62,7 +62,7 @@ if ( 'category' == $taxonomy ) {
 do_action( "{$taxonomy}_pre_edit_form", $tag, $taxonomy ); ?>
 
 <div class="wrap">
-<h2><?php echo $tax->labels->edit_item; ?></h2>
+<h1><?php echo $tax->labels->edit_item; ?></h1>
 <div id="ajax-response"></div>
 <form name="edittag" id="edittag" method="post" action="edit-tags.php" class="validate"
 <?php