Changeset 18633 for trunk/wp-includes/comment-template.php
- Timestamp:
- 09/03/2011 04:02:41 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/comment-template.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/comment-template.php
r17812 r18633 363 363 * 364 364 * @since 1.5.0 365 * @uses apply_filters() Calls 'get_comment_date' hook with the format ed date and the $d parameter respectively365 * @uses apply_filters() Calls 'get_comment_date' hook with the formatted date and the $d parameter respectively 366 366 * @uses $comment 367 367 * … … 833 833 * The $file path is passed through a filter hook called, 'comments_template' 834 834 * which includes the TEMPLATEPATH and $file combined. Tries the $filtered path 835 * first and if it fails it will require the default comment t hemplate from the835 * first and if it fails it will require the default comment template from the 836 836 * default theme. If either does not exist, then the WordPress process will be 837 837 * halted. It is advised for that reason, that the default theme is not deleted.
Note: See TracChangeset
for help on using the changeset viewer.