Changeset 14523
- Timestamp:
- 05/09/2010 09:29:06 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentyten/footer.php
r14433 r14523 11 11 */ 12 12 ?> 13 14 13 </div><!-- #main --> 15 14 … … 20 19 21 20 <div id="site-info"> 22 <a href="<?php echo home_url( '/' ) ?>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a> 21 <a href="<?php echo home_url( '/' ) ?>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home"> 22 <?php bloginfo( 'name' ); ?> 23 </a> 23 24 </div> 24 25 25 26 <div id="site-generator"> 26 <?php do_action('twentyten_credits' ); ?> 27 <a href="http://wordpress.org/" title="<?php esc_attr_e( 'Semantic Personal Publishing Platform', 'twentyten' ); ?>" rel="generator"><?php printf( __( 'Proudly powered by %s.', 'twentyten' ), 'WordPress' ); ?></a> 27 <?php do_action( 'twentyten_credits' ); ?> 28 <a href="<?php echo esc_url( __('http://wordpress.org/', 'twentyten') ); ?>" 29 title="<?php esc_attr_e('Semantic Personal Publishing Platform', 'twentyten'); ?>" rel="generator"> 30 <?php printf( __('Proudly powered by %s.', 'twentyten'), 'WordPress' ); ?> 31 </a> 28 32 </div> 29 33
Note: See TracChangeset
for help on using the changeset viewer.