Docs: Miscellaneous docblock corrections and improvements.

See #53399


git-svn-id: https://develop.svn.wordpress.org/trunk@51477 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
John Blackbourn
2021-07-22 16:53:59 +00:00
parent a5bef1ea91
commit 0871a0ddc2
3 changed files with 4 additions and 8 deletions

View File

@@ -89,9 +89,6 @@ $step = isset( $_GET['step'] ) ? (int) $_GET['step'] : -1;
* @ignore
* @since 2.3.0
*
* @global string $wp_local_package Locale code of the package.
* @global WP_Locale $wp_locale WordPress date and time locale object.
*
* @param string|string[] $body_classes Class attribute values for the body tag.
*/
function setup_config_display_header( $body_classes = array() ) {