Changeset 16480 for trunk/wp-content/themes/twentyten/footer.php
- Timestamp:
- 11/19/2010 05:37:47 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentyten/footer.php
r14786 r16480 24 24 25 25 <div id="site-info"> 26 <a href="<?php echo home_url( '/' ) ?>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home">26 <a href="<?php echo home_url( '/' ); ?>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home"> 27 27 <?php bloginfo( 'name' ); ?> 28 28 </a> … … 31 31 <div id="site-generator"> 32 32 <?php do_action( 'twentyten_credits' ); ?> 33 <a href="<?php echo esc_url( __('http://wordpress.org/', 'twentyten') ); ?>" 34 title="<?php esc_attr_e('Semantic Personal Publishing Platform', 'twentyten'); ?>" rel="generator"> 35 <?php printf( __('Proudly powered by %s.', 'twentyten'), 'WordPress' ); ?> 36 </a> 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> 37 34 </div><!-- #site-generator --> 38 35
Note: See TracChangeset
for help on using the changeset viewer.