From ddd835488830573fe9e324b24d54ce25ed37e682 Mon Sep 17 00:00:00 2001 From: audrasjb Date: Mon, 12 Feb 2024 11:09:08 +0000 Subject: [PATCH] Twenty Twenty-Four: Add missing translation functions to text strings. This changeset updates some text labels in `footer.php` to make them translatable. Props wildworks, sabernhardt, poena, onemaggie, luminuu, mukesh27. Fixes #60298. Built from https://develop.svn.wordpress.org/trunk@57588 git-svn-id: http://core.svn.wordpress.org/trunk@57089 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- .../twentytwentyfour/patterns/footer.php | 18 +++++++++--------- wp-includes/version.php | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/wp-content/themes/twentytwentyfour/patterns/footer.php b/wp-content/themes/twentytwentyfour/patterns/footer.php index b39b3ddf7a..85f310dd51 100644 --- a/wp-content/themes/twentytwentyfour/patterns/footer.php +++ b/wp-content/themes/twentytwentyfour/patterns/footer.php @@ -45,9 +45,9 @@ - - - + + + @@ -68,9 +68,9 @@ - - - + + + @@ -90,9 +90,9 @@ - - - + + + diff --git a/wp-includes/version.php b/wp-includes/version.php index 2ba7c531d4..12cd9aad9b 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.5-alpha-57587'; +$wp_version = '6.5-alpha-57588'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.