Add missing " after automattic.com. What am I doing here:)

This commit is contained in:
Sami Keijonen 2016-11-26 19:24:15 +02:00
parent 7d5e943597
commit 4aa1e19a5a
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
<div class="site-info">
<a href="<?php echo esc_url( __( 'https://wordpress.org/', '_s' ) ); ?>"><?php printf( esc_html__( 'Proudly powered by %s', '_s' ), 'WordPress' ); ?></a>
<span class="sep"> | </span>
<?php printf( esc_html__( 'Theme: %1$s by %2$s.', '_s' ), '_s', '<a href="http://automattic.com/ rel="designer">Automattic</a>' ); ?>
<?php printf( esc_html__( 'Theme: %1$s by %2$s.', '_s' ), '_s', '<a href="http://automattic.com/" rel="designer">Automattic</a>' ); ?>
</div><!-- .site-info -->
</footer><!-- #colophon -->
</div><!-- #page -->