Jake Vanderwerf
2026-05-31 d7e7d248cbe41cd7a9ef9c2fb022b6c4831f99a3
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' => [