progress on #24 to add i18n and wpml support

This commit is contained in:
Ben Word
2011-04-30 20:22:06 -06:00
parent e5d81e5d06
commit 119c20704f
12 changed files with 59 additions and 59 deletions

View File

@@ -2,7 +2,7 @@
<div id="content" class="<?php echo roots_container_class; ?>">
<div id="main" class="<?php echo get_option('roots_main_class'); ?>">
<div class="container">
<h1>Search Results for <?php echo get_search_query(); ?></h1>
<h1><?php _e('Search Results for', 'roots'); ?> <?php echo get_search_query(); ?></h1>
<?php get_template_part('loop', 'search'); ?>
</div>
</div><!-- /#main -->
@@ -12,4 +12,4 @@
</div>
</aside><!-- /#sidebar -->
</div><!-- /#content -->
<?php get_footer(); ?>
<?php get_footer(); ?>