Docs: Various corrections and improvements to inline docs and docblocks.

See #57840


git-svn-id: https://develop.svn.wordpress.org/trunk@55753 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
John Blackbourn
2023-05-12 21:33:08 +00:00
parent 0746cc7324
commit 2310db697f
11 changed files with 17 additions and 6 deletions

View File

@@ -87,7 +87,7 @@ do_action( 'activate_header' );
*/
function do_activate_header() {
/**
* Fires before the Site Activation page is loaded.
* Fires within the `<head>` section of the Site Activation page.
*
* Fires on the {@see 'wp_head'} action.
*