Skip to content

Commit

Permalink
Update wcorg-misc.php
Browse files Browse the repository at this point in the history
Clarify description.
  • Loading branch information
pkevan authored Oct 11, 2023
1 parent 4394eaa commit 36e6310
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public_html/wp-content/mu-plugins/wcorg-misc.php
Original file line number Diff line number Diff line change
Expand Up @@ -690,7 +690,7 @@ function wcorg_user_new_wporg_credentials_notice() {
}
?>
<div class="notice notice-info">
<p><?php echo wp_kses_post( __( '<strong>Use WordPress.org accounts to add and invite users</strong>. You should use the same email address that user has registered to WordPress.org with.' ) ); ?></p>
<p><?php echo wp_kses_post( __( '<strong>Use WordPress.org accounts to add and invite users</strong>. You should use the same email address that the user has registered on WordPress.org with.' ) ); ?></p>
</div>
<?php
}
Expand All @@ -709,4 +709,4 @@ function fix_mu_plugins_private_urls( string $url ) : string {

return str_replace( $search, $replace, $url );
}
add_filter( 'plugins_url', 'fix_mu_plugins_private_urls' );
add_filter( 'plugins_url', 'fix_mu_plugins_private_urls' );

0 comments on commit 36e6310

Please sign in to comment.