We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76a9fac commit bfa2dc1Copy full SHA for bfa2dc1
src/Site_Command.php
@@ -608,8 +608,8 @@ public function generate( $args, $assoc_args ) {
608
}
609
610
for ( $index = 1; $index <= $limit; $index++ ) {
611
- $current_base = $base . $index;
612
- $title = ucfirst( $base ) . ' ' . $index;
+ $current_base = $base . $index;
+ $title = ucfirst( $base ) . ' ' . $index;
613
614
if ( $is_subdomain_install ) {
615
$new_domain = $current_base . '.' . preg_replace( '|^www\.|', '', $network->domain );
@@ -635,7 +635,7 @@ public function generate( $args, $assoc_args ) {
635
$notify->tick();
636
} else {
637
echo $id;
638
- if ( $index < $limit -1 ) {
+ if ( $index < $limit - 1 ) {
639
echo ' ';
640
641
0 commit comments