Make WordPress Core

Changeset 58263


Ignore:
Timestamp:
05/31/2024 03:46:59 AM (2 years ago)
Author:
noisysocks
Message:

Remove extraneous spaces from WP_Theme_JSON_Resolver

Follows r58262.
See #61273.
Props mukesh27.

File:
1 edited

Legend:

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

    r58262 r58263  
    753753         * @since 6.6.0
    754754         *
    755          * @param WP_Theme_JSON  $theme_json A theme json instance.
     755         * @param WP_Theme_JSON $theme_json A theme json instance.
    756756         * @return array An array of resolved paths.
    757757         */
     
    770770                /*
    771771                 * The same file convention when registering web fonts.
    772                  * See: WP_Font_Face_Resolver:: to_theme_file_uri.
     772                 * See: WP_Font_Face_Resolver::to_theme_file_uri.
    773773                 */
    774774                $placeholder = 'file:./';
Note: See TracChangeset for help on using the changeset viewer.