Twenty Thirteen: Document the twentythirteen_credits action hook.

Follow-up to [23452], [60738], [60739].

Props pmbaldha, sabernhardt.
See #63648.
Built from https://develop.svn.wordpress.org/trunk@60740


git-svn-id: http://core.svn.wordpress.org/trunk@60076 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov
2025-09-15 12:14:31 +00:00
parent 11b6c91929
commit 5db5ede87e
2 changed files with 9 additions and 2 deletions

View File

@@ -15,7 +15,14 @@
<?php get_sidebar( 'main' ); ?>
<div class="site-info">
<?php do_action( 'twentythirteen_credits' ); ?>
<?php
/**
* Fires before the Twenty Thirteen footer text for footer customization.
*
* @since Twenty Thirteen 1.0
*/
do_action( 'twentythirteen_credits' );
?>
<?php
if ( function_exists( 'the_privacy_policy_link' ) ) {
the_privacy_policy_link( '', '<span role="separator" aria-hidden="true"></span>' );

View File

@@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.9-alpha-60739';
$wp_version = '6.9-alpha-60740';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.