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

Commit e817cd9

Browse files
author
Jan Henckens
committed
Text-domain fix
1 parent 879ffe5 commit e817cd9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

searchform.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<div class="site-search">
22
<form id="main-search" action="/" method="get">
33
<fieldset>
4-
<input type="search" class="search-field" name="s" id="search" value="<?php the_search_query(); ?>" placeholder="Search" />
4+
<input type="search" class="search-field" placeholder="<?php echo esc_attr_x( 'Search &hellip;', 'placeholder', 'clean-content' ); ?>" value="<?php echo esc_attr( get_search_query() ); ?>" name="s">
55
<input type="hidden" value="post" name="post_type" id="post_type" />
66
<button type="submit" value="" id="search-submit" name="submit" class="submit">
77
</fieldset>

style.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Theme URI: http://onedge.be/themes/clear-content
44
Author: Jan Henckens
55
Author URI: http://onedge.be/
66
Description: Responsive blog theme with simple colours and a focus on readability on every device or screen size.
7-
Version: 1.0.4
7+
Version: 1.0.5
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

0 commit comments

Comments
 (0)