Twenty Thirteen: Removes title attribute from footer
Fixes #35843 Props: @davidakennedy git-svn-id: https://develop.svn.wordpress.org/trunk@36956 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
72f82072d4
commit
e62721d160
@ -16,7 +16,7 @@
|
||||
|
||||
<div class="site-info">
|
||||
<?php do_action( 'twentythirteen_credits' ); ?>
|
||||
<a href="<?php echo esc_url( __( 'https://wordpress.org/', 'twentythirteen' ) ); ?>" title="<?php esc_attr_e( 'Semantic Personal Publishing Platform', 'twentythirteen' ); ?>"><?php printf( __( 'Proudly powered by %s', 'twentythirteen' ), 'WordPress' ); ?></a>
|
||||
<a href="<?php echo esc_url( __( 'https://wordpress.org/', 'twentythirteen' ) ); ?>"><?php printf( __( 'Proudly powered by %s', 'twentythirteen' ), 'WordPress' ); ?></a>
|
||||
</div><!-- .site-info -->
|
||||
</footer><!-- #colophon -->
|
||||
</div><!-- #page -->
|
||||
|
Loading…
Reference in New Issue
Block a user