- +

diff --git a/layout-head.php b/layout-head.php index 61b021b..bc41e1a 100644 --- a/layout-head.php +++ b/layout-head.php @@ -21,7 +21,7 @@ @@ -32,7 +32,7 @@ do_action( 'comicpress-narrowcolumn-area' ); if ( ! comicpress_sidebars_disabled() ) { if ( ! is_front_page() && ! comicpress_themeinfo( 'over-blog-sidebar-all-posts' ) ) return; - comicpress_get_sidebar( 'over-blog' ); + comicpress_get_sidebar( 'over-blog' ); } do_action( 'comic-blog-area' ); ?> diff --git a/options.php b/options.php index b816e80..c836f9a 100644 --- a/options.php +++ b/options.php @@ -337,7 +337,7 @@ function comicpress_admin_options() { ComicPress %3$3s', 'comicpress' ), + __( 'ComicPress %3$3s', 'comicpress' ), esc_url( 'http://frumph.net/' ), 'target="_blank" rel="noopener noreferrer"', comicpress_themeinfo( 'version' ) @@ -351,7 +351,7 @@ function comicpress_admin_options() { Philip M. Hofer alias (Frumph).', 'comicpress' ), + __( 'Developed and maintained by Philip M. Hofer alias (Frumph).', 'comicpress' ), esc_url( 'http://frumph.net/' ), 'target="_blank" rel="noopener noreferrer"' ); @@ -359,7 +359,7 @@ function comicpress_admin_options() { Tyler Martin.', 'comicpress' ), + __( 'Originally created by Tyler Martin.', 'comicpress' ), esc_url( 'http://mindfaucet.com/' ), 'target="_blank" rel="noopener noreferrer"' ); diff --git a/searchform.php b/searchform.php index 86a4b7f..aef7cb6 100644 --- a/searchform.php +++ b/searchform.php @@ -14,7 +14,11 @@