Make WordPress Core


Ignore:
Timestamp:
10/22/2013 05:21:32 PM (12 years ago)
Author:
nacin
Message:

Spell out duplicate hook locations.

props DrewAPicture.
fixes #25658.

File:
1 edited

Legend:

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

    r25438 r25868  
    17731773    $excerpt = wp_html_excerpt($excerpt, 252, '…');
    17741774
     1775    /** This filter is documented in wp-includes/post-template.php */
    17751776    $post_title = apply_filters('the_title', $post->post_title, $post->ID);
    17761777    $post_title = strip_tags($post_title);
Note: See TracChangeset for help on using the changeset viewer.