Make WordPress Core


Ignore:
Timestamp:
07/01/2021 09:01:17 PM (4 years ago)
Author:
johnbillion
Message:

Docs: Corrections and improvements to types used in docblocks for symbols, properties, and filters.

See #53399

File:
1 edited

Legend:

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

    r51219 r51298  
    18291829 * @since 5.8.0
    18301830 *
    1831  * @return boolean Whether or not to use the block editor to manage widgets.
     1831 * @return bool Whether to use the block editor to manage widgets.
    18321832 */
    18331833function wp_use_widgets_block_editor() {
     
    18371837     * @since 5.8.0
    18381838     *
    1839      * @param boolean $use_widgets_block_editor Whether or not to use the block editor to manage widgets.
     1839     * @param bool $use_widgets_block_editor Whether to use the block editor to manage widgets.
    18401840     */
    18411841    return apply_filters(
Note: See TracChangeset for help on using the changeset viewer.