Skip to content

Commit f506f28

Browse files
Twenty Thirteen: Document the twentythirteen_credits action hook.
Follow-up to [23452], [60738], [60739]. Props pmbaldha, sabernhardt. See #63648. git-svn-id: https://develop.svn.wordpress.org/trunk@60740 602fd350-edb4-49c9-b593-d223f7449a82
1 parent dcc4c35 commit f506f28

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

src/wp-content/themes/twentythirteen/footer.php

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,14 @@
1515
<?php get_sidebar( 'main' ); ?>
1616

1717
<div class="site-info">
18-
<?php do_action( 'twentythirteen_credits' ); ?>
18+
<?php
19+
/**
20+
* Fires before the Twenty Thirteen footer text for footer customization.
21+
*
22+
* @since Twenty Thirteen 1.0
23+
*/
24+
do_action( 'twentythirteen_credits' );
25+
?>
1926
<?php
2027
if ( function_exists( 'the_privacy_policy_link' ) ) {
2128
the_privacy_policy_link( '', '<span role="separator" aria-hidden="true"></span>' );

0 commit comments

Comments
 (0)