Skip to content

Commit

Permalink
added search form
Browse files Browse the repository at this point in the history
changed to the correct l10n text
  • Loading branch information
manne committed Jun 25, 2012
1 parent 47ea749 commit 12c4a3f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion 404.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,15 @@

<section class="post-content">

<p><?php _e("The article you were looking for was not found, try looking for it again!", "bonestheme"); ?></p>
<p><?php _e("The article you were looking for was not found, but maybe try looking again!", "bonestheme"); ?></p>

</section> <!-- end article section -->

<section class="search">

<p><?php get_search_form(); ?></p>

</section> <!-- end search section -->

<footer class="article-header">

Expand Down

0 comments on commit 12c4a3f

Please sign in to comment.