Jake Vanderwerf
5 days ago 0dfe1d8afafc59c4a5559c498342668d5a58d6ef
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' => [