Make WordPress Core


Ignore:
Timestamp:
06/24/2024 10:32:01 AM (2 years ago)
Author:
oandregal
Message:

Format: fix spaces for @param.

Props oandregal, mukesh27.

See #61451.

File:
1 edited

Legend:

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

    r58466 r58468  
    926926         * @since 6.6.0
    927927         *
    928          * @param array $data   Array following the theme.json specification.
     928         * @param array $data       Array following the theme.json specification.
    929929         * @param array $variations Shared block style variations.
    930930         * @return array Theme json data including shared block style variation definitions.
     
    968968         * @since 6.6.0
    969969         *
    970          * @param array $data       Array following the theme.json specification.
     970         * @param array $data Array following the theme.json specification.
    971971         * @return array Theme json data including shared block style variation definitions.
    972972         */
Note: See TracChangeset for help on using the changeset viewer.