Changeset 58263
- Timestamp:
- 05/31/2024 03:46:59 AM (6 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-theme-json-resolver.php
r58262 r58263 753 753 * @since 6.6.0 754 754 * 755 * @param WP_Theme_JSON 755 * @param WP_Theme_JSON $theme_json A theme json instance. 756 756 * @return array An array of resolved paths. 757 757 */ … … 770 770 /* 771 771 * The same file convention when registering web fonts. 772 * See: WP_Font_Face_Resolver:: 772 * See: WP_Font_Face_Resolver::to_theme_file_uri. 773 773 */ 774 774 $placeholder = 'file:./';
Note: See TracChangeset
for help on using the changeset viewer.