Rename to Sage

This commit is contained in:
Ben Word
2015-01-09 20:48:11 -06:00
parent eaf4d7b73b
commit 030c084134
29 changed files with 198 additions and 201 deletions

View File

@@ -1,13 +1,13 @@
<?php get_template_part('templates/page', 'header'); ?>
<div class="alert alert-warning">
<?php _e('Sorry, but the page you were trying to view does not exist.', 'roots'); ?>
<?php _e('Sorry, but the page you were trying to view does not exist.', 'sage'); ?>
</div>
<p><?php _e('It looks like this was the result of either:', 'roots'); ?></p>
<p><?php _e('It looks like this was the result of either:', 'sage'); ?></p>
<ul>
<li><?php _e('a mistyped address', 'roots'); ?></li>
<li><?php _e('an out-of-date link', 'roots'); ?></li>
<li><?php _e('a mistyped address', 'sage'); ?></li>
<li><?php _e('an out-of-date link', 'sage'); ?></li>
</ul>
<?php get_search_form(); ?>