remove comments

This commit is contained in:
2025-05-20 22:55:11 -07:00
parent b7cdf496b6
commit 0cd241571f
6 changed files with 32 additions and 32 deletions

12
404.php
View File

@ -1,4 +1,4 @@
<?php
<?php
/**
* The template for displaying 404 pages (not found)
*
@ -26,8 +26,8 @@ $sophia_after_dark_pnf_latest_posts = get_theme_mod( 'sophia_after_dark_enable_p
<div class="page-content">
<p><?php esc_html_e( 'It looks like nothing was found at this location.', 'sophia-after-dark' ); ?></p>
</div><!-- .page-content -->
</section><!-- .error-404 -->
</div>
</section>
<?php if ( true === $sophia_after_dark_pnf_latest_posts ) : ?>
<div class="page-extra-content mt-404-latest-posts-wrapper">
@ -55,11 +55,11 @@ $sophia_after_dark_pnf_latest_posts = get_theme_mod( 'sophia_after_dark_enable_p
wp_reset_postdata();
?>
</div><!-- .mt-404-latest-posts-wrapper -->
</div>
<?php endif; ?>
</main><!-- #main -->
</div><!-- #primary -->
</main>
</div>
<?php
get_footer();