]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-content/themes/twentysixteen/footer.php
WordPress 4.4.1
[autoinstalls/wordpress.git] / wp-content / themes / twentysixteen / footer.php
index 6c910cfbc2e8284acb57b9fd4cceee77c64a10c3..5c6a18275a04ee2c9a3fee10f83635cd84509b10 100644 (file)
@@ -14,7 +14,7 @@
 
                <footer id="colophon" class="site-footer" role="contentinfo">
                        <?php if ( has_nav_menu( 'primary' ) ) : ?>
-                               <nav class="main-navigation" role="navigation" aria-label="<?php _e( 'Footer Primary Menu', 'twentysixteen' ); ?>">
+                               <nav class="main-navigation" role="navigation" aria-label="<?php esc_attr_e( 'Footer Primary Menu', 'twentysixteen' ); ?>">
                                        <?php
                                                wp_nav_menu( array(
                                                        'theme_location' => 'primary',
@@ -25,7 +25,7 @@
                        <?php endif; ?>
 
                        <?php if ( has_nav_menu( 'social' ) ) : ?>
-                               <nav class="social-navigation" role="navigation" aria-label="<?php _e( 'Footer Social Links Menu', 'twentysixteen' ); ?>">
+                               <nav class="social-navigation" role="navigation" aria-label="<?php esc_attr_e( 'Footer Social Links Menu', 'twentysixteen' ); ?>">
                                        <?php
                                                wp_nav_menu( array(
                                                        'theme_location' => 'social',