File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1556,11 +1556,12 @@ function comment_form( $args = array(), $post_id = null ) {
15561556 <?php else : ?>
15571557 <form action="<?php echo site_url ( '/wp-comments-post.php ' ); ?> " method="post" id="<?php echo esc_attr ( $ args ['id_form ' ] ); ?> ">
15581558 <?php do_action ( 'comment_form_top ' ); ?>
1559+ <?php echo $ args ['comment_notes_before ' ]; ?>
15591560 <?php if ( is_user_logged_in () ) : ?>
15601561 <?php echo apply_filters ( 'comment_form_logged_in ' , $ args ['logged_in_as ' ], $ commenter , $ user_identity ); ?>
15611562 <?php do_action ( 'comment_form_logged_in_after ' , $ commenter , $ user_identity ); ?>
15621563 <?php else : ?>
1563- <?php echo $ args [ ' comment_notes_before ' ]; ?>
1564+
15641565 <?php
15651566 do_action ( 'comment_form_before_fields ' );
15661567 foreach ( (array ) $ args ['fields ' ] as $ name => $ field ) {
You can’t perform that action at this time.
0 commit comments