Reduce WPCS Messages Part 11

This commit is contained in:
Kniebremser
2019-07-14 20:02:51 +02:00
parent f520a653d1
commit 01d65050af
5 changed files with 16 additions and 11 deletions

View File

@@ -74,7 +74,7 @@ function comicpress_enqueue_theme_scripts() {
if ( ! comicpress_themeinfo( 'disable_scroll_to_top' ) ) {
wp_enqueue_script( 'comicpress_scroll', get_template_directory_uri() . '/js/scroll.js', null, null, true );
}
if ( comicpress_themeinfo( 'enable_avatar_trick' ) && ! $is_IE) {
if ( comicpress_themeinfo( 'enable_avatar_trick' ) && ! $is_IE ) {
wp_enqueue_script( 'themetricks_historic1', get_template_directory_uri() . '/js/cvi_text_lib.js', null, null, true );
wp_enqueue_script( 'themetricks_historic2', get_template_directory_uri() . '/js/instant.js', null, null, true );
}

View File

@@ -1,11 +1,11 @@
/*
/*
Style Specifically for the Gutenberg Editor
*/
@media screen and (min-width: 768px) {
@media screen and ( min-width: 768px ) {
.edit-post-visual-editor .editor-post-title,
.edit-post-visual-editor .editor-block-list__block {
max-width: 1100px;
}
}
.edit-post-visual-editor .editor-post-title,
.edit-post-visual-editor .editor-block-list__block {
max-width: 1100px;
}
}

View File

@@ -1,5 +1,9 @@
<?php if ( ! comicpress_sidebars_disabled() ) comicpress_get_sidebar( 'under-blog' ); ?>
<?php
if ( ! comicpress_sidebars_disabled() ) comicpress_get_sidebar( 'under-blog' );
?>
</div>
<?php
if ( ! comicpress_is_signup() && ! comicpress_sidebars_disabled() ) {
if ( comicpress_is_layout( '3clgn' ) ) comicpress_get_sidebar( 'right' );

View File

@@ -19,6 +19,7 @@
/* translators: Content for search button */
esc_html_e( '&raquo;', 'comicpress' );
?>
</button>
</form>

View File

@@ -712,7 +712,6 @@ ul.children {
font-size: 13px;
font-weight: 700;
font-style: normal;
}
textarea#comment {
@@ -1467,7 +1466,8 @@ table#wp-calendar td {
float: left;
}
.ie .searchform button, .ie #submit {
.ie .searchform button,
.ie #submit {
display: inline-block;
float: left;
border: 1px solid #888;