Skip to content

Commit

Permalink
Docs: Correct comment format in wp-admin/edit-tags.php, remove extr…
Browse files Browse the repository at this point in the history
…a space.

Props immeet94.
Fixes #46428.

git-svn-id: https://develop.svn.wordpress.org/trunk@50769 602fd350-edb4-49c9-b593-d223f7449a82
  • Loading branch information
SergeyBiryukov committed Apr 18, 2021
1 parent e01bbd4 commit 2d7b7dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/wp-admin/edit-tag-form.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@

$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';

/**
Expand Down
2 changes: 1 addition & 1 deletion src/wp-admin/edit-tags.php
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@

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';
Expand Down

0 comments on commit 2d7b7dd

Please sign in to comment.