Jake Vanderwerf
2025-09-30 12e5205559c8def89659f9922a91b8b628289664
inc/managers/EmailManager.php
@@ -369,6 +369,8 @@
                    <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 = 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;