Make WordPress Core


Ignore:
Timestamp:
01/30/2022 07:23:25 PM (5 years ago)
Author:
johnbillion
Message:

Docs: Increase the specificity of types in various inline documentation.

See #54729

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-theme.php

    r52610 r52652  
    2424         * @since 3.4.0
    2525         * @since 5.4.0 Added `Requires at least` and `Requires PHP` headers.
    26          * @var array
     26         * @var string[]
    2727         */
    2828        private static $file_headers = array(
     
    5555         * @since 5.3.0 Added the Twenty Twenty theme.
    5656         * @since 5.6.0 Added the Twenty Twenty-One theme.
    57          * @var array
     57         * @var string[]
    5858         */
    5959        private static $default_themes = array(
     
    7878         *
    7979         * @since 3.8.0
    80          * @var array
     80         * @var string[]
    8181         */
    8282        private static $tag_map = array(
Note: See TracChangeset for help on using the changeset viewer.