rebase on oct-10-2023
This commit is contained in:
@@ -113,7 +113,7 @@ function show_blog_form( $blogname = '', $blog_title = '', $errors = '' ) {
|
||||
}
|
||||
|
||||
$current_network = get_network();
|
||||
// Blog name.
|
||||
// Site name.
|
||||
if ( ! is_subdomain_install() ) {
|
||||
echo '<label for="blogname">' . __( 'Site Name (subdirectory only):' ) . '</label>';
|
||||
} else {
|
||||
@@ -399,7 +399,7 @@ function signup_another_blog( $blogname = '', $blog_title = '', $errors = '' ) {
|
||||
<input type="hidden" name="stage" value="gimmeanotherblog" />
|
||||
<?php
|
||||
/**
|
||||
* Hidden sign-up form fields output when creating another site or user.
|
||||
* Fires when hidden sign-up form fields output when creating another site or user.
|
||||
*
|
||||
* @since MU (3.0.0)
|
||||
*
|
||||
@@ -704,8 +704,8 @@ function confirm_user_signup( $user_name, $user_email ) {
|
||||
<p><?php _e( 'But, before you can start using your new username, <strong>you must activate it</strong>.' ); ?></p>
|
||||
<p>
|
||||
<?php
|
||||
/* translators: %s: Email address. */
|
||||
printf( __( 'Check your inbox at %s and click the link given.' ), '<strong>' . $user_email . '</strong>' );
|
||||
/* translators: %s: The user email address. */
|
||||
printf( __( 'Check your inbox at %s and click on the given link.' ), '<strong>' . $user_email . '</strong>' );
|
||||
?>
|
||||
</p>
|
||||
<p><?php _e( 'If you do not activate your username within two days, you will have to sign up again.' ); ?></p>
|
||||
@@ -862,8 +862,8 @@ function confirm_blog_signup( $domain, $path, $blog_title, $user_name = '', $use
|
||||
<p><?php _e( 'But, before you can start using your site, <strong>you must activate it</strong>.' ); ?></p>
|
||||
<p>
|
||||
<?php
|
||||
/* translators: %s: Email address. */
|
||||
printf( __( 'Check your inbox at %s and click the link given.' ), '<strong>' . $user_email . '</strong>' );
|
||||
/* translators: %s: The user email address. */
|
||||
printf( __( 'Check your inbox at %s and click on the given link.' ), '<strong>' . $user_email . '</strong>' );
|
||||
?>
|
||||
</p>
|
||||
<p><?php _e( 'If you do not activate your site within two days, you will have to sign up again.' ); ?></p>
|
||||
|
||||
Reference in New Issue
Block a user