Jake Vanderwerf
4 days ago 747d741293e064a979d7bf6c143ef969ea6d7629
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' => [