[wp-trac] [WordPress Trac] #10931: Verify Comment Email Addresses of Registered Users
WordPress Trac
wp-trac at lists.automattic.com
Wed Apr 13 11:45:28 UTC 2011
#10931: Verify Comment Email Addresses of Registered Users
---------------------------------+-----------------------------
Reporter: mtdewvirus | Owner:
Type: enhancement | Status: assigned
Priority: normal | Milestone: Future Release
Component: Comments | Version: 2.8.4
Severity: normal | Resolution:
Keywords: has-patch 3.2-early |
---------------------------------+-----------------------------
Comment (by greuben):
Replying to [comment:33 dd32]:
> I do think that giving the user some kind of feedback of "Hey, your
comment has been sent to the queue due to the email address being in
use.." would be beneficial to many users who might not "get it"
For that, we can set
{{{$comment_approved = -1 or 2;}}}
and comments loop in themes (or wp_list_comments) should do
{{{
if( $comment_approved = -1 or 2 ){
echo "blah blah...";
}
}}}
--
Ticket URL: <http://core.trac.wordpress.org/ticket/10931#comment:34>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list