Changeset 19959
- Timestamp:
- 02/21/2012 06:24:49 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentytwelve/footer.php
r19842 r19959 16 16 <div class="site-info"> 17 17 <?php do_action( 'twentytwelve_credits' ); ?> 18 <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>18 <a href="http://wordpress.org/" title="<?php esc_attr_e( 'Semantic Personal Publishing Platform', 'twentytwelve' ); ?>" rel="generator"><?php printf( __( 'Proudly powered by %s', 'twentytwelve' ), 'WordPress' ); ?></a> 19 19 </div><!-- .site-info --> 20 20 </footer><!-- #colophon -->
Note: See TracChangeset
for help on using the changeset viewer.