~canonical-sysadmins/wordpress/4.4.2

« 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:42 UTC
  • mfrom: (1.1.12 upstream)
  • Revision ID: barry.price@canonical.com-20160107060942-1ghv2tqiwm8z0j36
Merge WP4.4.1 from upstream

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',