forked from mirror/_s
Change apos back to the correct rsquo. See #84.
This commit is contained in:
parent
3236571996
commit
e652d9f130
2
404.php
2
404.php
|
@ -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't be found.', '_s' ); ?></h1>
|
||||
<h1 class="entry-title"><?php _e( 'Oops! That page can’t be found.', '_s' ); ?></h1>
|
||||
</header><!-- .entry-header -->
|
||||
|
||||
<div class="entry-content">
|
||||
|
|
Reference in New Issue