| | 188 | <?php if ( '.css' == substr( $file, strrpos( $file, '.' ) ) ) : ?> |
| | 189 | <div id="message" class="notice-info notice"> |
| | 190 | <p> |
| | 191 | <?php |
| | 192 | echo sprintf( |
| | 193 | /* translators: %s is a link to Custom CSS section in the Customizer. */ |
| | 194 | __( '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>.' ), |
| | 195 | esc_url( add_query_arg( 'autofocus[section]', 'custom_css', admin_url( 'customize.php' ) ) ) |
| | 196 | ); |
| | 197 | ?> |
| | 198 | </p> |
| | 199 | </div> |
| | 200 | <?php endif; ?> |