| 188 | <?php if ( preg_match( '/\.css$/', $file ) ) : ?> |
| 189 | <div id="message" class="notice-info notice"> |
| 190 | <p><strong><?php _e( 'Did you know?' ); ?></strong></p> |
| 191 | <p> |
| 192 | <?php |
| 193 | echo sprintf( |
| 194 | /* translators: %s is a link to Custom CSS section in the Customizer. */ |
| 195 | __( 'There’s no need to change your CSS here — you can edit and live preview CSS changes in the <a href="%s">built-in CSS editor</a>.' ), |
| 196 | esc_url( add_query_arg( 'autofocus[section]', 'custom_css', admin_url( 'customize.php' ) ) ) |
| 197 | ); |
| 198 | ?> |
| 199 | </p> |
| 200 | </div> |
| 201 | <?php endif; ?> |