rupok / flexia

A modern lightweight and versatile theme for WordPress with the endless customization options through Customizer.
https://flexia.pro
11 stars 6 forks source link

framework/views/template-parts/content-footer-bottom.php#L41 #8

Closed EmranAhmed closed 7 years ago

EmranAhmed commented 7 years ago

Use admin_url function instead of making one, translate it and escape url :)

example:

printf( '<ul class="flexia-footer-menu"><li><a href="%s">%s</a></li></ul>', 
esc_url( admin_url('nav-menus.php') ),  esc_html__('Assign Footer Menu', 'textdomain')) ;