Make WordPress Core


Ignore:
Timestamp:
02/08/2010 06:27:02 PM (15 years ago)
Author:
ryan
Message:

Use comment_form instead of comments_form as the name of the hook. Props greenshady. see #10910

File:
1 edited

Legend:

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

    r12859 r13028  
    15131513                            <?php comment_id_fields(); ?>
    15141514                        </p>
    1515                         <?php do_action( 'comments_form', $post_id ); ?>
     1515                        <?php do_action( 'comment_form', $post_id ); ?>
    15161516                    </form>
    15171517                <?php endif; ?>
Note: See TracChangeset for help on using the changeset viewer.