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:
@@ -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>' );
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user