Make WordPress Core

Changeset 29975


Ignore:
Timestamp:
10/20/2014 07:20:48 PM (10 years ago)
Author:
iandstewart
Message:

Twenty Fifteen: Adding in the twentyfifteen credits action.

Props iamtakashi, fixes #30051.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentyfifteen/footer.php

    r29892 r29975  
    1515    <footer id="colophon" class="site-footer" role="contentinfo">
    1616        <div class="site-info">
     17            <?php do_action( 'twentyfifteen_credits' ); ?>
    1718            <a href="<?php echo esc_url( __( 'http://wordpress.org/', 'twentyfifteen' ) ); ?>"><?php printf( esc_html__( 'Proudly powered by %s', 'twentyfifteen' ), 'WordPress' ); ?></a>
    1819        </div><!-- .site-info -->
Note: See TracChangeset for help on using the changeset viewer.