mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
Docs: Upgrade more parameters in docblocks to used typed array notation.
See #51800, #41756 git-svn-id: https://develop.svn.wordpress.org/trunk@49693 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -92,7 +92,7 @@ $step = isset( $_GET['step'] ) ? (int) $_GET['step'] : -1;
|
||||
* @global string $wp_local_package Locale code of the package.
|
||||
* @global WP_Locale $wp_locale WordPress date and time locale object.
|
||||
*
|
||||
* @param string|array $body_classes
|
||||
* @param string|string[] $body_classes Class attribute values for the body tag.
|
||||
*/
|
||||
function setup_config_display_header( $body_classes = array() ) {
|
||||
$body_classes = (array) $body_classes;
|
||||
|
||||
Reference in New Issue
Block a user