Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
codeispoetry committed Dec 19, 2022
1 parent a22a58e commit a018359
Show file tree
Hide file tree
Showing 18 changed files with 14,529 additions and 13,954 deletions.
36 changes: 18 additions & 18 deletions 404.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,24 +11,24 @@
?>

<div id="content" class="container">
<div class="row">
<div class="col-12">
<main id="primary" class="site-main archive">
<header class="page-header mb-5 text-center">
<?php
printf('<h1 class="page-title">%s</h1>', __('Oops! That page can&rsquo;t be found.', 'sunflower'));
?>
</header><!-- .page-header -->
<div class="row">
<div class="col-12">
<main id="primary" class="site-main archive">
<header class="page-header mb-5 text-center">
<?php
printf( '<h1 class="page-title">%s</h1>', __( 'Oops! That page can&rsquo;t be found.', 'sunflower' ) );
?>
</header><!-- .page-header -->

<div class="col-12 text-center mb-5 ">
<?php
esc_html_e('It looks like nothing was found at this location. Maybe try one of the links below or a search?', 'sunflower');
get_search_form();
?>
</div>
</main><!-- #main -->
</div>
</div>
<div class="col-12 text-center mb-5 ">
<?php
esc_html_e( 'It looks like nothing was found at this location. Maybe try one of the links below or a search?', 'sunflower' );
get_search_form();
?>
</div>
</main><!-- #main -->
</div>
</div>
</div>
<?php
get_footer();
get_footer();
Loading

0 comments on commit a018359

Please sign in to comment.