From 5db5ede87ea5bb11708fa2dfc740b6efa356b8c8 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Mon, 15 Sep 2025 12:14:31 +0000 Subject: [PATCH] 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 --- wp-content/themes/twentythirteen/footer.php | 9 ++++++++- wp-includes/version.php | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/wp-content/themes/twentythirteen/footer.php b/wp-content/themes/twentythirteen/footer.php index 5a24fcdf2f..ebf0cc977a 100644 --- a/wp-content/themes/twentythirteen/footer.php +++ b/wp-content/themes/twentythirteen/footer.php @@ -15,7 +15,14 @@
- + ' ); diff --git a/wp-includes/version.php b/wp-includes/version.php index aa916745a1..5a04f7ed45 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.