Skip to content

Commit a740e10

Browse files
Twenty Fourteen: Document the twentyfourteen_credits action hook.
Follow-up to [24832], [60738], [60739], [60740]. Props pmbaldha, sabernhardt. See #63648. git-svn-id: https://develop.svn.wordpress.org/trunk@60742 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 564eb69 commit a740e10

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

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

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,14 @@
1818
<?php get_sidebar( 'footer' ); ?>
1919

2020
<div class="site-info">
21-
<?php do_action( 'twentyfourteen_credits' ); ?>
21+
<?php
22+
/**
23+
* Fires before the Twenty Fourteen footer text for footer customization.
24+
*
25+
* @since Twenty Fourteen 1.0
26+
*/
27+
do_action( 'twentyfourteen_credits' );
28+
?>
2229
<?php
2330
if ( function_exists( 'the_privacy_policy_link' ) ) {
2431
the_privacy_policy_link( '', '<span role="separator" aria-hidden="true"></span>' );

0 commit comments

Comments
 (0)