Make WordPress Core


Ignore:
Timestamp:
12/03/2010 09:44:17 AM (13 years ago)
Author:
westi
Message:

Revert [16649] - The core output on this is for logged out users only - need to rework this if we want to move the output. See #14510

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/comment-template.php

    r16649 r16704  
    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']; ?>
    15601559                        <?php if ( is_user_logged_in() ) : ?>
    15611560                            <?php echo apply_filters( 'comment_form_logged_in', $args['logged_in_as'], $commenter, $user_identity ); ?>
    15621561                            <?php do_action( 'comment_form_logged_in_after', $commenter, $user_identity ); ?>
    15631562                        <?php else : ?>
    1564                            
     1563                            <?php echo $args['comment_notes_before']; ?>
    15651564                            <?php
    15661565                            do_action( 'comment_form_before_fields' );
Note: See TracChangeset for help on using the changeset viewer.