Changeset 52346
- Timestamp:
- 12/08/2021 10:14:52 AM (3 years ago)
- Location:
- trunk/src/wp-admin
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/theme.php
r52341 r52346 783 783 : null, 784 784 ), 785 'block _theme'=> $theme->is_block_theme(),785 'blockTheme' => $theme->is_block_theme(), 786 786 ); 787 787 } -
trunk/src/wp-admin/themes.php
r52341 r52346 901 901 ?> 902 902 <a class="button activate" href="{{{ data.actions.activate }}}" aria-label="<?php echo esc_attr( $aria_label ); ?>"><?php _e( 'Activate' ); ?></a> 903 <# if ( ! data.block _theme ) { #>903 <# if ( ! data.blockTheme ) { #> 904 904 <?php 905 905 /* translators: %s: Theme name. */
Note: See TracChangeset
for help on using the changeset viewer.