Remove invalid rel="designer" attribute

Refresh of #1016
Fixes #1020
This commit is contained in:
David A. Kennedy 2017-06-10 00:58:56 -04:00
parent 9b576d5852
commit 7a04605a0b
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
<span class="sep"> | </span>
<?php
/* translators: 1: Theme name, 2: Theme author. */
printf( esc_html__( 'Theme: %1$s by %2$s.', '_s' ), '_s', '<a href="https://automattic.com/" rel="designer">Automattic</a>' );
printf( esc_html__( 'Theme: %1$s by %2$s.', '_s' ), '_s', '<a href="https://automattic.com/">Automattic</a>' );
?>
</div><!-- .site-info -->
</footer><!-- #colophon -->