Jake Vanderwerf
2 days ago 235ce5716edc2f7cbe80fdccf26eac7269587839
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' => [