Make WordPress Core


Ignore:
Timestamp:
07/07/2023 12:34:26 AM (20 months ago)
Author:
johnbillion
Message:

Docs: Correct the formatting of various filter documentation.

See #57840

File:
1 edited

Legend:

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

    r56073 r56157  
    171171         * @since 6.1.0
    172172         *
    173          * @param WP_Theme_JSON_Data Class to access and update the underlying data.
     173         * @param WP_Theme_JSON_Data $theme_json Class to access and update the underlying data.
    174174         */
    175175        $theme_json   = apply_filters( 'wp_theme_json_data_default', new WP_Theme_JSON_Data( $config, 'default' ) );
     
    253253             * @since 6.1.0
    254254             *
    255              * @param WP_Theme_JSON_Data Class to access and update the underlying data.
     255             * @param WP_Theme_JSON_Data $theme_json Class to access and update the underlying data.
    256256             */
    257257            $theme_json      = apply_filters( 'wp_theme_json_data_theme', new WP_Theme_JSON_Data( $theme_json_data, 'theme' ) );
     
    370370         * @since 6.1.0
    371371         *
    372          * @param WP_Theme_JSON_Data Class to access and update the underlying data.
     372         * @param WP_Theme_JSON_Data $theme_json Class to access and update the underlying data.
    373373         */
    374374        $theme_json = apply_filters( 'wp_theme_json_data_blocks', new WP_Theme_JSON_Data( $config, 'blocks' ) );
     
    506506                 * @since 6.1.0
    507507                 *
    508                  * @param WP_Theme_JSON_Data Class to access and update the underlying data.
     508                 * @param WP_Theme_JSON_Data $theme_json Class to access and update the underlying data.
    509509                 */
    510510                $theme_json = apply_filters( 'wp_theme_json_data_user', new WP_Theme_JSON_Data( $config, 'custom' ) );
Note: See TracChangeset for help on using the changeset viewer.