Skip to content

Commit

Permalink
Make 2024: Fix text domain for login link translation
Browse files Browse the repository at this point in the history
See WordPress/wporg-mu-plugins#647


git-svn-id: https://meta.svn.wordpress.org/sites/trunk@14079 74240141-8908-4e6f-9713-ba540dce6ec7
  • Loading branch information
Adam Wood committed Sep 25, 2024
1 parent 04670bc commit f3d27cf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 ),
);

Expand Down

0 comments on commit f3d27cf

Please sign in to comment.