mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
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:
@@ -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() ) {
|
||||
|
||||
Reference in New Issue
Block a user