Ticket #17795: 17795.diff
| File 17795.diff, 913 bytes (added by Caspie, 2 years ago) |
|---|
-
wp-content/themes/twentyten/footer.php
30 30 31 31 <div id="site-generator"> 32 32 <?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/' ); ?>" title="<?php esc_attr_e( 'Semantic Personal Publishing Platform', 'twentyten' ); ?>" rel="generator"><?php printf( __( 'Proudly powered by %s.', 'twentyten' ), 'WordPress' ); ?></a> 34 34 </div><!-- #site-generator --> 35 35 36 36 </div><!-- #colophon -->
