We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97c87a7 commit 6a8da0eCopy full SHA for 6a8da0e
footer.php
@@ -23,7 +23,7 @@
23
24
<?php wp_footer(); ?>
25
26
-<a href="#page" class="top"><span class="screen-reader-text"><?php echo esc_html_e('Back to top', 'air'); ?></span><?php echo wp_remote_fopen( esc_url( get_template_directory_uri() . '/svg/chevron-up.svg' ) ); ?></a>
+<a href="#page" class="top"><span class="screen-reader-text"><?php echo esc_html_e('Back to top', 'air'); ?></span><?php echo wp_remote_fopen( esc_url( get_template_directory_uri() . '/svg/chevron-up.svg' ) ); ?></a>
27
28
</body>
29
</html>
0 commit comments