From f3d27cf2fdc4ac4dfc69e3432c6c54a2cfdc4da0 Mon Sep 17 00:00:00 2001 From: Adam Wood Date: Wed, 25 Sep 2024 04:51:49 +0000 Subject: [PATCH] Make 2024: Fix text domain for login link translation See https://github.com/WordPress/wporg-mu-plugins/issues/647 git-svn-id: https://meta.svn.wordpress.org/sites/trunk@14079 74240141-8908-4e6f-9713-ba540dce6ec7 --- .../wp-content/themes/pub/wporg-breathe-2024/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wordpress.org/public_html/wp-content/themes/pub/wporg-breathe-2024/functions.php b/wordpress.org/public_html/wp-content/themes/pub/wporg-breathe-2024/functions.php index 3a82682209..bffe7889df 100644 --- a/wordpress.org/public_html/wp-content/themes/pub/wporg-breathe-2024/functions.php +++ b/wordpress.org/public_html/wp-content/themes/pub/wporg-breathe-2024/functions.php @@ -199,7 +199,7 @@ function _maybe_add_login_item_to_menu( $menus ) { } $login_item = array( - 'label' => __( 'Log in', 'wporg-learn' ), + 'label' => __( 'Log in', 'wporg-breathe' ), 'url' => wp_login_url( $redirect_url ), );