Merge pull request #84 from pixolin/patch-1

_s: Correct two minor typos in 404.php.
This commit is contained in:
Philip Arthur Moore 2013-02-02 21:16:07 -08:00
commit 9957c274e0
1 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ get_header(); ?>
<article id="post-0" class="post error404 not-found">
<header class="entry-header">
<h1 class="entry-title"><?php _e( 'Oops! That page can&rsquo;t be found.', '_s' ); ?></h1>
<h1 class="entry-title"><?php _e( 'Oops! That page can&apos;t be found.', '_s' ); ?></h1>
</header><!-- .entry-header -->
<div class="entry-content">
@ -31,7 +31,7 @@ get_header(); ?>
</div><!-- .widget -->
<?php
/* translators: %1$s: smilie */
/* translators: %1$s: smiley */
$archive_content = '<p>' . sprintf( __( 'Try looking in the monthly archives. %1$s', '_s' ), convert_smilies( ':)' ) ) . '</p>';
the_widget( 'WP_Widget_Archives', 'dropdown=1', "after_title=</h2>$archive_content" );
?>