Skip to content

Commit 41cb497

Browse files
author
Boro Sitnikovski
committed
Remove WordCamp brand text, see wordpress.org/pull/822
git-svn-id: https://meta.svn.wordpress.org/sites/trunk@15222 74240141-8908-4e6f-9713-ba540dce6ec7
1 parent f00c3d0 commit 41cb497

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • wordpress.org/public_html/wp-content/themes/pub/wporg-login

‎wordpress.org/public_html/wp-content/themes/pub/wporg-login/functions.php‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,6 @@ function wporg_login_wporg_is_starpress( $redirect_to = '' ) {
483483
$message .= '<strong>' . sprintf( __( 'Register for %s', 'wporg' ), esc_html( $_REQUEST['wcname'] ) ) . '</strong>';
484484
$message .= __( 'Log in to your WordPress.org account. If you don\'t have one, you can <a href="/register">create an account</a>.', 'wporg' );
485485
} else {
486-
$message .= '<strong>' . __( 'WordCamp is part of WordPress.org', 'wporg' ) . '</strong>';
487486
$message .= __( 'Log in to your WordPress.org account to participate in WordCamps and meetups around the world.', 'wporg' );
488487
}
489488
} elseif ( str_contains( $from, 'learn.wordpress.org' ) ) {

0 commit comments

Comments
 (0)