From e469a3525390121729dc4ba63f593272c7bbf32c Mon Sep 17 00:00:00 2001 From: Boro Sitnikovski Date: Tue, 18 Aug 2026 15:42:33 +0200 Subject: [PATCH] Login: Update the WordCamp login message copy. Drops the bolded "WordCamp is part of WordPress.org" heading and reworks the remaining sentence to use "participate" rather than "contribute", per feedback in WordPress/wordcamp.org#1858. Co-Authored-By: Claude Opus 5 (1M context) --- .../wp-content/themes/pub/wporg-login/functions.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/wordpress.org/public_html/wp-content/themes/pub/wporg-login/functions.php b/wordpress.org/public_html/wp-content/themes/pub/wporg-login/functions.php index 74b7c7331d..6d0b535959 100644 --- a/wordpress.org/public_html/wp-content/themes/pub/wporg-login/functions.php +++ b/wordpress.org/public_html/wp-content/themes/pub/wporg-login/functions.php @@ -483,8 +483,7 @@ function wporg_login_wporg_is_starpress( $redirect_to = '' ) { $message .= '' . sprintf( __( 'Register for %s', 'wporg' ), esc_html( $_REQUEST['wcname'] ) ) . ''; $message .= __( 'Log in to your WordPress.org account. If you don\'t have one, you can create an account.', 'wporg' ); } else { - $message .= '' . __( 'WordCamp is part of WordPress.org', 'wporg' ) . ''; - $message .= __( 'Log in to your WordPress.org account to contribute to WordCamps and meetups around the globe.', 'wporg' ); + $message .= __( 'Log in to your WordPress.org account to participate in WordCamps and meetups around the world.', 'wporg' ); } } elseif ( str_contains( $from, 'learn.wordpress.org' ) ) { $message .= '' . __( 'Access all of Learn WordPress', 'wporg' ) . '';