Make WordPress Core


Ignore:
Timestamp:
10/12/2012 04:13:37 PM (12 years ago)
Author:
lancewillett
Message:

Twenty Ten and Eleven: remove invalid rel attribute generator from footer markup, see #22095.

File:
1 edited

Legend:

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

    r19599 r22214  
    3131            <div id="site-generator">
    3232                <?php do_action( 'twentyten_credits' ); ?>
    33                 <a href="<?php echo esc_url( __( 'http://wordpress.org/', 'twentyten' ) ); ?>" title="<?php esc_attr_e( 'Semantic Personal Publishing Platform', 'twentyten' ); ?>" rel="generator"><?php printf( __( 'Proudly powered by %s.', 'twentyten' ), 'WordPress' ); ?></a>
     33                <a href="<?php echo esc_url( __( 'http://wordpress.org/', 'twentyten' ) ); ?>" title="<?php esc_attr_e( 'Semantic Personal Publishing Platform', 'twentyten' ); ?>"><?php printf( __( 'Proudly powered by %s.', 'twentyten' ), 'WordPress' ); ?></a>
    3434            </div><!-- #site-generator -->
    3535
Note: See TracChangeset for help on using the changeset viewer.