Make WordPress Core


Ignore:
Timestamp:
12/07/2021 12:18:50 PM (4 years ago)
Author:
johnbillion
Message:

Docs: Various inline documentation corrections and improvements.

See #53399

File:
1 edited

Legend:

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

    r52204 r52332  
    162162     *
    163163     * @since 4.4.0
    164      * @var array
     164     * @var string[]
    165165     */
    166166    protected $autofocus = array();
     
    47214721     * @since 4.4.0
    47224722     *
    4723      * @return array {
     4723     * @return string[] {
    47244724     *     Mapping of 'panel', 'section', 'control' to the ID which should be autofocused.
    47254725     *
Note: See TracChangeset for help on using the changeset viewer.