Make WordPress Core

Changeset 29998


Ignore:
Timestamp:
10/23/2014 06:36:20 PM (11 years ago)
Author:
iandstewart
Message:

Twenty Fifteen: documentation for the twentyfifteen_credits action

Props iamtakashi, fixes #30051

File:
1 edited

Legend:

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

    r29975 r29998  
    1515    <footer id="colophon" class="site-footer" role="contentinfo">
    1616        <div class="site-info">
    17             <?php do_action( 'twentyfifteen_credits' ); ?>
     17            <?php
     18                /**
     19                 * Fires before the Twenty Fifteen footer text for footer customization.
     20                 *
     21                 * @since Twenty Fifteen 1.0
     22                 */
     23                do_action( 'twentyfifteen_credits' );
     24            ?>
    1825            <a href="<?php echo esc_url( __( 'http://wordpress.org/', 'twentyfifteen' ) ); ?>"><?php printf( esc_html__( 'Proudly powered by %s', 'twentyfifteen' ), 'WordPress' ); ?></a>
    1926        </div><!-- .site-info -->
Note: See TracChangeset for help on using the changeset viewer.