Changeset 52279 for trunk/src/wp-admin/theme-editor.php
- Timestamp:
- 11/30/2021 02:25:34 PM (4 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/theme-editor.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/theme-editor.php
r52053 r52279 197 197 <?php endif; ?> 198 198 199 <?php if ( preg_match( '/\.css$/', $file ) ) : ?>199 <?php if ( preg_match( '/\.css$/', $file ) && ! wp_is_block_template_theme() && current_user_can( 'customize' ) ) : ?> 200 200 <div id="message" class="notice-info notice"> 201 201 <p><strong><?php _e( 'Did you know?' ); ?></strong></p>
Note: See TracChangeset
for help on using the changeset viewer.