Jake Vanderwerf
9 days ago ed57c386db34d8693ca75311972d0929ebe5f488
base/email.php
@@ -13,10 +13,7 @@
   ],
   'types' => [
      'newUser' => [
         'subject'       => sprintf(
            'Welcome to %s! Finish creating your account.',
            get_bloginfo('name')
         ),
         'subject'       => 'Welcome to '.get_bloginfo('name').'! Finish creating your account.',
         'showPrefix'    => true,
      ],
      'resetPass' => [