Docs: Correct comment format in `wp-admin/edit-tags.php`, remove extra space.
Props immeet94. Fixes #46428. Built from https://develop.svn.wordpress.org/trunk@50769 git-svn-id: http://core.svn.wordpress.org/trunk@50378 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
81ad8ccdf6
commit
0cbb526928
|
@ -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';
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '5.8-alpha-50768';
|
||||
$wp_version = '5.8-alpha-50769';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue