Changeset 59159 for trunk/src/wp-includes/blocks/index.php
- Timestamp:
- 10/03/2024 12:23:53 AM (18 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/blocks/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/blocks/index.php
r59132 r59159 26 26 * 27 27 * @since 6.3.0 28 *29 * @global string $wp_version The WordPress version string.30 28 */ 31 29 function register_core_block_style_handles() { 32 global $wp_version;30 $wp_version = wp_get_wp_version(); 33 31 34 32 if ( ! wp_should_load_separate_core_block_assets() ) {
Note: See TracChangeset
for help on using the changeset viewer.