]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-admin/edit-tag-form.php
WordPress 4.7
[autoinstalls/wordpress.git] / wp-admin / edit-tag-form.php
index 7d218dd5764d2d23b4ea71c27c893c2c7568da8b..d233b3091ee36cecb6e8ae4ef130c033ac354890 100644 (file)
@@ -78,24 +78,17 @@ do_action( "{$taxonomy}_pre_edit_form", $tag, $taxonomy ); ?>
                /* translators: %s: taxonomy name */
                printf( _x( '← Back to %s', 'admin screen' ), $tax->labels->name );
        ?></a></p>
-       <?php } else { ?>
-       <p><a href="<?php echo esc_url( wp_get_referer() ); ?>"><?php
-               /* translators: %s: taxonomy name */
-               printf( _x( '&larr; Back to %s', 'admin screen' ), $tax->labels->name );
-       ?></a></p>
        <?php } ?>
 </div>
 <?php endif; ?>
 
 <div id="ajax-response"></div>
 
-<form name="edittag" id="edittag" method="post" action="edit-tags.php" class="validate"
-<?php
+<form name="edittag" id="edittag" method="post" action="edit-tags.php" class="validate"<?php
 /**
  * Fires inside the Edit Term form tag.
  *
- * The dynamic portion of the hook name, `$taxonomy`, refers to
- * the taxonomy slug.
+ * The dynamic portion of the hook name, `$taxonomy`, refers to the taxonomy slug.
  *
  * @since 3.7.0
  */