Skip to content

Commit

Permalink
Change search placeholder text
Browse files Browse the repository at this point in the history
cheesypoof committed Aug 29, 2016
1 parent 05b2ce7 commit aa30359
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion couch/tags.php
Original file line number Diff line number Diff line change
@@ -2803,7 +2803,7 @@ function search_form( $params, $node ){
global $CTX, $FUNCS;
extract( $FUNCS->get_named_vars(
array(
'msg'=>'Search..',
'msg'=>'Search…',
'processor'=>''
),
$params) );
2 changes: 1 addition & 1 deletion couch/theme/_system/register.php
Original file line number Diff line number Diff line change
@@ -676,7 +676,7 @@ function _render_filter_search(){
global $CTX, $FUNCS, $PAGE;

$page_ids = '';
$msg = 'Search..';
$msg = 'Search…';
$query = strip_tags( trim($_GET['s']) );

if( $query ){

0 comments on commit aa30359

Please sign in to comment.