Merge pull request #6556 from Jerryby/wordpress

footer link fix
This commit is contained in:
gregory-p
2022-04-18 19:40:10 +04:00
committed by GitHub
2 changed files with 2 additions and 0 deletions

View File

@@ -12,6 +12,7 @@ require_once 'inc/walker-nav-menu.php';
<a href="/features">Features</a> <a href="/features">Features</a>
<a href="/about-us">About Us</a> <a href="/about-us">About Us</a>
<a href="/privacy-policy">Privacy Policy</a> <a href="/privacy-policy">Privacy Policy</a>
<a href="/cookies-policy">Cookies Policy</a>
<a href="/terms-of-use">Terms of Use</a> <a href="/terms-of-use">Terms of Use</a>
<a href="/contact-us">Contact Us</a> <a href="/contact-us">Contact Us</a>
<a href="/faq-page">FAQs</a> <a href="/faq-page">FAQs</a>

View File

@@ -6,6 +6,7 @@
<a href="/features">Features</a> <a href="/features">Features</a>
<a href="/about-us">About Us</a> <a href="/about-us">About Us</a>
<a href="/privacy-policy">Privacy Policy</a> <a href="/privacy-policy">Privacy Policy</a>
<a href="/cookies-policy">Cookies Policy</a>
<a href="/terms-of-use">Terms of Use</a> <a href="/terms-of-use">Terms of Use</a>
<a href="/contact-us">Contact Us</a> <a href="/contact-us">Contact Us</a>
<a href="/faq-page">FAQs</a> <a href="/faq-page">FAQs</a>