Make WordPress Core

Changeset 22207


Ignore:
Timestamp:
10/11/2012 11:40:23 PM (12 years ago)
Author:
lancewillett
Message:

Twenty Twelve: remove invalid rel attribute generator from footer markup, see #22095.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-content/themes/twentytwelve/footer.php

    r21624 r22207  
    1515        <div class="site-info">
    1616            <?php do_action( 'twentytwelve_credits' ); ?>
    17             <a href="<?php echo esc_url( __( 'http://wordpress.org/', 'twentytwelve' ) ); ?>" title="<?php esc_attr_e( 'Semantic Personal Publishing Platform', 'twentytwelve' ); ?>" rel="generator"><?php printf( __( 'Proudly powered by %s', 'twentytwelve' ), 'WordPress' ); ?></a>
     17            <a href="<?php echo esc_url( __( 'http://wordpress.org/', 'twentytwelve' ) ); ?>" title="<?php esc_attr_e( 'Semantic Personal Publishing Platform', 'twentytwelve' ); ?>"><?php printf( __( 'Proudly powered by %s', 'twentytwelve' ), 'WordPress' ); ?></a>
    1818        </div><!-- .site-info -->
    1919    </footer><!-- #colophon -->
Note: See TracChangeset for help on using the changeset viewer.