~canonical-sysadmins/wordpress/5.1

« back to all changes in this revision

Viewing changes to wp-content/themes/twentysixteen/footer.php

  • Committer: Barry Price
  • Date: 2016-01-07 06:09:02 UTC
  • mto: This revision was merged to the branch mainline in revision 16.
  • Revision ID: barry.price@canonical.com-20160107060902-ck851ica42q3m8k6
new upstream release 4.4.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
 
15
15
                <footer id="colophon" class="site-footer" role="contentinfo">
16
16
                        <?php if ( has_nav_menu( 'primary' ) ) : ?>
17
 
                                <nav class="main-navigation" role="navigation" aria-label="<?php _e( 'Footer Primary Menu', 'twentysixteen' ); ?>">
 
17
                                <nav class="main-navigation" role="navigation" aria-label="<?php esc_attr_e( 'Footer Primary Menu', 'twentysixteen' ); ?>">
18
18
                                        <?php
19
19
                                                wp_nav_menu( array(
20
20
                                                        'theme_location' => 'primary',
25
25
                        <?php endif; ?>
26
26
 
27
27
                        <?php if ( has_nav_menu( 'social' ) ) : ?>
28
 
                                <nav class="social-navigation" role="navigation" aria-label="<?php _e( 'Footer Social Links Menu', 'twentysixteen' ); ?>">
 
28
                                <nav class="social-navigation" role="navigation" aria-label="<?php esc_attr_e( 'Footer Social Links Menu', 'twentysixteen' ); ?>">
29
29
                                        <?php
30
30
                                                wp_nav_menu( array(
31
31
                                                        'theme_location' => 'social',