You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
Project Nami
2
2
===============
3
3
4
-
### Version: `2.0.3` ###
4
+
### Version: `2.1.0` ###
5
5
6
6
### Description: ###
7
7
[](https://deploy.azure.com/?repository=https://github.com/ProjectNami/projectnami/tree/latest)
@@ -142,7 +144,7 @@ function wpmu_activate_stylesheet() {
142
144
echo'<p class="lead-in">';
143
145
if ( $signup->domain . $signup->path == '' ) {
144
146
printf(
145
-
/* translators: 1: login URL, 2: username, 3: user email, 4: lost password URL */
147
+
/* translators: 1: login URL, 2: username, 3: user email, 4: lost password URL */
146
148
__( 'Your account has been activated. You may now <a href="%1$s">log in</a> to the site using your chosen username of “%2$s”. Please check your email inbox at %3$s for your password and login instructions. If you do not receive an email, please check your junk or spam folder. If you still do not receive an email within an hour, you can <a href="%4$s">reset your password</a>.' ),
147
149
network_site_url( 'wp-login.php', 'login' ),
148
150
$signup->user_login,
@@ -151,7 +153,7 @@ function wpmu_activate_stylesheet() {
151
153
);
152
154
} else {
153
155
printf(
154
-
/* translators: 1: site URL, 2: username, 3: user email, 4: lost password URL */
156
+
/* translators: 1: site URL, 2: username, 3: user email, 4: lost password URL */
155
157
__( 'Your site at %1$s is active. You may now log in to your site using your chosen username of “%2$s”. Please check your email inbox at %3$s for your password and login instructions. If you do not receive an email, please check your junk or spam folder. If you still do not receive an email within an hour, you can <a href="%4$s">reset your password</a>.' ),
printf( __( 'Your account is now activated. <a href="%1$s">View your site</a> or <a href="%2$s">Log in</a>' ), $url, esc_url( $login_url ) );
189
-
?></p>
190
-
<?phpelse: ?>
191
-
<p class="view"><?php
193
+
?>
194
+
</p>
195
+
<?phpelse : ?>
196
+
<p class="view">
197
+
<?php
192
198
/* translators: 1: login URL, 2: network home URL */
193
199
printf( __( 'Your account is now activated. <a href="%1$s">Log in</a> or go back to the <a href="%2$s">homepage</a>.' ), network_site_url( 'wp-login.php', 'login' ), network_home_url() );
194
-
?></p>
195
-
<?phpendif;
200
+
?>
201
+
</p>
202
+
<?php
203
+
endif;
196
204
}
197
205
}
198
206
?>
@@ -202,4 +210,5 @@ function wpmu_activate_stylesheet() {
0 commit comments