Jake Vanderwerf
2025-09-30 19d20832e881112d197254b1c41edc4c0f03758e
inc/managers/EmailManager.php
@@ -369,7 +369,9 @@
                    <p><strong>Note:</strong>Even after approval by admin, your ability to publish depends on your karmic standing by artists. Artists each have a vote they can cast (UP or DOWN) - if your karmic score dips too far in the negative, you account is subject to reconsideration or even a ban.</p>';
            }
            $message .= '<div class="divider"></div>';
            $message .= '<p>If you didn\'t create this account, please ignore this email and the link will expire.</p>';
            $message = apply_filters(BASE.'new_user_email_content', $message, $user);
         $message .= '<p>If you didn\'t create this account, please ignore this email and the link will expire.</p>';
            $message .= sprintf('<p>Ink on, %s</p>', $user->first_name);
            $message .= $this->signature;
            $wp_new_user_notification_email['message'] = $this->getEmailTemplate($message, 'Welcome to edmonton.ink');