[wp-trac] Re: [WordPress Trac] #4360: Allow commenting without giving an email address, but still requiring a name

WordPress Trac wp-trac at lists.automattic.com
Wed Jan 9 09:13:43 GMT 2008


#4360: Allow commenting without giving an email address, but still requiring a
name
-------------------------------------+--------------------------------------
 Reporter:  jameslab6                |        Owner:     
     Type:  enhancement              |       Status:  new
 Priority:  normal                   |    Milestone:  2.5
Component:  Administration           |      Version:     
 Severity:  minor                    |   Resolution:     
 Keywords:  has-patch needs-testing  |  
-------------------------------------+--------------------------------------
Comment (by spencerp):

 Oops, forgot code blocks above.

 this line needs to changed from:
 {{{
 wp_die( __( 'Error: please complete the URL field.' );
 }}}


 to (get rid of syntax error or whatever):
 {{{
 wp_die( __( 'Error: please complete the URL field.' ) );
 }}}

-- 
Ticket URL: <http://trac.wordpress.org/ticket/4360#comment:11>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list