1 parent f00c3d0 commit 41cb497Copy full SHA for 41cb497
1 file changed
wordpress.org/public_html/wp-content/themes/pub/wporg-login/functions.php
@@ -483,7 +483,6 @@ function wporg_login_wporg_is_starpress( $redirect_to = '' ) {
483
$message .= '<strong>' . sprintf( __( 'Register for %s', 'wporg' ), esc_html( $_REQUEST['wcname'] ) ) . '</strong>';
484
$message .= __( 'Log in to your WordPress.org account. If you don\'t have one, you can <a href="/register">create an account</a>.', 'wporg' );
485
} else {
486
- $message .= '<strong>' . __( 'WordCamp is part of WordPress.org', 'wporg' ) . '</strong>';
487
$message .= __( 'Log in to your WordPress.org account to participate in WordCamps and meetups around the world.', 'wporg' );
488
}
489
} elseif ( str_contains( $from, 'learn.wordpress.org' ) ) {
0 commit comments