Docs: Correct comment format in wp-admin/edit-tags.php, remove extra space.

Props immeet94.
Fixes #46428.

git-svn-id: https://develop.svn.wordpress.org/trunk@50769 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov
2021-04-18 14:27:59 +00:00
parent e01bbd48f4
commit 2d7b7dd833
2 changed files with 2 additions and 2 deletions

View File

@@ -51,7 +51,7 @@ wp_reset_vars( array( 'wp_http_referer' ) );
$wp_http_referer = remove_query_arg( array( 'action', 'message', 'tag_ID' ), $wp_http_referer );
/** Also used by Edit Tags */
// Also used by Edit Tags.
require_once ABSPATH . 'wp-admin/includes/edit-tag-messages.php';
/**

View File

@@ -320,7 +320,7 @@ if ( 'category' === $taxonomy || 'link_category' === $taxonomy || 'post_tag' ===
require_once ABSPATH . 'wp-admin/admin-header.php';
/** Also used by the Edit Tag form */
// Also used by the Edit Tag form.
require_once ABSPATH . 'wp-admin/includes/edit-tag-messages.php';
$class = ( isset( $_REQUEST['error'] ) ) ? 'error' : 'updated';