Ticket #24847: 24847.patch
File 24847.patch, 949 bytes (added by , 12 years ago) |
---|
-
wp-content/themes/twentythirteen/footer.php
17 17 18 18 <div class="site-info"> 19 19 <?php do_action( 'twentythirteen_credits' ); ?> 20 <a href="<?php echo esc_url( __( 'http://wordpress.org/', 'twentythirteen' ) ); ?>" title="<?php esc_attr_e( 'Semantic Personal Publishing Platform', 'twentythirteen' ); ?>"><?php printf( __( 'Proudly powered by %s', 'twentythirteen' ), 'WordPress' ); ?></a>20 <a href="<?php echo esc_url( __( 'http://wordpress.org/', 'twentythirteen' ) ); ?>" title="<?php esc_attr_e( 'Semantic Personal Publishing Platform', 'twentythirteen' ); ?>"><?php _e( 'Proudly powered by WordPress', 'twentythirteen' ); ?></a> 21 21 </div><!-- .site-info --> 22 22 </footer><!-- #colophon --> 23 23 </div><!-- #page -->