[wp-trac] [WordPress Trac] #14510: comment_notes_before does not work.
WordPress Trac
wp-trac at lists.automattic.com
Mon Aug 2 18:39:35 UTC 2010
#14510: comment_notes_before does not work.
--------------------------+-------------------------------------------------
Reporter: hotforwords | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: General | Version: 3.0.1
Severity: normal | Keywords: comments
--------------------------+-------------------------------------------------
I am unable to get the comment_notes_before to work.
Using the code:
{{{
comment_form(array( 'comment_notes_before' => 'some text' ));
}}}
... does not work. it just leaves the default text there.
{{{
comment_form(array( 'comment_notes_after' => 'some text' ));
}}}
... does work. It allows you to put whatever text you want.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/14510>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list