Make WordPress Core


Ignore:
Timestamp:
09/03/2011 04:02:41 PM (15 years ago)
Author:
duck_
Message:

Fix typos in documentation (wp-includes/[a-h]). See #18560.

File:
1 edited

Legend:

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

    r17812 r18633  
    363363 *
    364364 * @since 1.5.0
    365  * @uses apply_filters() Calls 'get_comment_date' hook with the formated date and the $d parameter respectively
     365 * @uses apply_filters() Calls 'get_comment_date' hook with the formatted date and the $d parameter respectively
    366366 * @uses $comment
    367367 *
     
    833833 * The $file path is passed through a filter hook called, 'comments_template'
    834834 * which includes the TEMPLATEPATH and $file combined. Tries the $filtered path
    835  * first and if it fails it will require the default comment themplate from the
     835 * first and if it fails it will require the default comment template from the
    836836 * default theme. If either does not exist, then the WordPress process will be
    837837 * halted. It is advised for that reason, that the default theme is not deleted.
Note: See TracChangeset for help on using the changeset viewer.