Changeset 32314 for trunk/src/wp-content/themes/twentytwelve/footer.php
- Timestamp:
- 04/27/2015 05:35:06 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwelve/footer.php
r25521 r32314 14 14 <div class="site-info"> 15 15 <?php do_action( 'twentytwelve_credits' ); ?> 16 <a href="<?php echo esc_url( __( 'http ://wordpress.org/', 'twentytwelve' ) ); ?>" title="<?php esc_attr_e( 'Semantic Personal Publishing Platform', 'twentytwelve' ); ?>"><?php printf( __( 'Proudly powered by %s', 'twentytwelve' ), 'WordPress' ); ?></a>16 <a href="<?php echo esc_url( __( 'https://wordpress.org/', 'twentytwelve' ) ); ?>" title="<?php esc_attr_e( 'Semantic Personal Publishing Platform', 'twentytwelve' ); ?>"><?php printf( __( 'Proudly powered by %s', 'twentytwelve' ), 'WordPress' ); ?></a> 17 17 </div><!-- .site-info --> 18 18 </footer><!-- #colophon -->
Note: See TracChangeset
for help on using the changeset viewer.