Changeset 56249 for trunk/src/wp-includes/blocks/index.php
- Timestamp:
- 07/17/2023 02:48:48 PM (3 years 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
r56223 r56249 45 45 * the core developer's workflow. 46 46 */ 47 if ( ! wp_i n_development_mode( 'core' ) ) {47 if ( ! wp_is_development_mode( 'core' ) ) { 48 48 $transient_name = 'wp_core_block_css_files'; 49 49 $files = get_transient( $transient_name );
Note: See TracChangeset
for help on using the changeset viewer.