Skip to content
This repository was archived by the owner on Oct 29, 2018. It is now read-only.

Commit f25428d

Browse files
author
Jan Henckens
committed
bugfixes, part 1
1 parent 5d9600c commit f25428d

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,5 @@ wp-content/cache/
1111
wp-content/upgrade/
1212
wp-content/uploads/
1313
wp-content/wp-cache-config.php
14-
sass/.sass-cache
14+
sass/.sass-cache
15+
config.codekit

content-single.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<h1 class="entry-title">
1010
<?php the_title(); ?>
1111
</h1>
12-
<?php the_post_thumbnail( $size, $attr ); ?>
12+
<?php the_post_thumbnail(); ?>
1313

1414
</header><!-- .entry-header -->
1515

functions.php

+1-2
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,7 @@ function clear_content_setup() {
7474
add_theme_support( 'site-logo', array(
7575
'size' => 'clear_content_logo',
7676
) );
77-
add_theme_support( 'html5', array( 'search-form' ) );
78-
add_editor_style( 'inc/clear-content-editor-style.css' );
77+
add_editor_style( 'inc/clear-content-editor-style.css' );
7978

8079
}
8180
endif; // clear_content_setup

style.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Version: 1.0.2
88
License: GNU General Public License v2 or later
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1010
Text Domain: clear-content
11-
Tags: white, light, two-columns, right-sidebar, flexible-width, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
11+
Tags: white, light, two-columns, right-sidebar, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready, responsive-layou
1212
1313
This theme, like WordPress, is licensed under the GPL.
1414
Use it to make something cool, have fun, and share what you've learned with others.

0 commit comments

Comments
 (0)