Changeset 55926 for trunk/src/wp-includes/global-styles-and-settings.php
- Timestamp:
- 06/16/2023 08:06:30 AM (16 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/global-styles-and-settings.php
r55711 r55926 427 427 WP_Theme_JSON_Resolver::clean_cached_data(); 428 428 } 429 430 /** 431 * Returns the current theme's wanted patterns (slugs) to be 432 * registered from Pattern Directory. 433 * 434 * @since 6.3.0 435 * 436 * @return string[] 437 */ 438 function wp_get_remote_theme_patterns() { 439 return WP_Theme_JSON_Resolver::get_theme_data( array(), array( 'with_supports' => false ) )->get_patterns(); 440 }
Note: See TracChangeset
for help on using the changeset viewer.