mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-30 23:30:05 +00:00
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:
@@ -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';
|
||||
|
||||
/**
|
||||
|
||||
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user