Twenty Eleven: Document the twentyeleven_credits action hook.

Follow-up to [17954], [25627], [29998].

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


git-svn-id: http://core.svn.wordpress.org/trunk@60074 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov
2025-09-13 22:57:32 +00:00
parent 6d4a349d52
commit b747a4564d
2 changed files with 9 additions and 2 deletions

View File

@@ -25,7 +25,14 @@
?>
<div id="site-generator">
<?php do_action( 'twentyeleven_credits' ); ?>
<?php
/**
* Fires before the Twenty Eleven footer text for footer customization.
*
* @since Twenty Eleven 1.0
*/
do_action( 'twentyeleven_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-60737';
$wp_version = '6.9-alpha-60738';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.