Make WordPress Core


Ignore:
Timestamp:
11/24/2020 09:25:46 PM (4 years ago)
Author:
johnbillion
Message:

Docs: Upgrade more parameters in docblocks to used typed array notation.

See #51800, #41756

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/setup-config.php

    r48126 r49693  
    9393 * @global WP_Locale $wp_locale        WordPress date and time locale object.
    9494 *
    95  * @param string|array $body_classes
     95 * @param string|string[] $body_classes Class attribute values for the body tag.
    9696 */
    9797function setup_config_display_header( $body_classes = array() ) {
Note: See TracChangeset for help on using the changeset viewer.