Make WordPress Core


Ignore:
Timestamp:
12/06/2014 09:31:41 PM (10 years ago)
Author:
johnbillion
Message:

Improve various hook and filter docs so they are correctly parsed for the code reference.

Fixes #30558
Props DrewAPicture

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/theme-compat/comments.php

    r25672 r30754  
    9292<?php comment_id_fields(); ?>
    9393</p>
    94 <?php do_action('comment_form', $post->ID); ?>
     94<?php
     95/** This filter is documented in wp-includes/comment-template.php */
     96do_action( 'comment_form', $post->ID );
     97?>
    9598
    9699</form>
Note: See TracChangeset for help on using the changeset viewer.