Make WordPress Core

Ticket #24847: 24847.patch

File 24847.patch, 949 bytes (added by SergeyBiryukov, 12 years ago)
  • wp-content/themes/twentythirteen/footer.php

     
    1717
    1818                        <div class="site-info">
    1919                                <?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>
    2121                        </div><!-- .site-info -->
    2222                </footer><!-- #colophon -->
    2323        </div><!-- #page -->