Make WordPress Core


Ignore:
Timestamp:
07/23/2020 07:37:57 AM (4 years ago)
Author:
johnbillion
Message:

Docs: Further corrections and improvements to various inline docblocks.

See #49572

File:
1 edited

Legend:

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

    r48573 r48576  
    46904690     *     Mapping of 'panel', 'section', 'control' to the ID which should be autofocused.
    46914691     *
    4692      *     @type string [$control] ID for control to be autofocused.
    4693      *     @type string [$section] ID for section to be autofocused.
    4694      *     @type string [$panel]    ID for panel to be autofocused.
     4692     *     @type string $control ID for control to be autofocused.
     4693     *     @type string $section ID for section to be autofocused.
     4694     *     @type string $panel   ID for panel to be autofocused.
    46954695     * }
    46964696     */
     
    47074707     *     Mapping of 'panel', 'section', 'control' to the ID which should be autofocused.
    47084708     *
    4709      *     @type string [$control] ID for control to be autofocused.
    4710      *     @type string [$section] ID for section to be autofocused.
    4711      *     @type string [$panel]    ID for panel to be autofocused.
     4709     *     @type string $control ID for control to be autofocused.
     4710     *     @type string $section ID for section to be autofocused.
     4711     *     @type string $panel   ID for panel to be autofocused.
    47124712     * }
    47134713     */
Note: See TracChangeset for help on using the changeset viewer.