Changeset 10810 for trunk/wp-includes/comment-template.php
- Timestamp:
- 03/18/2009 02:43:45 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/comment-template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/comment-template.php
r10778 r10810 1030 1030 extract($args, EXTR_SKIP); 1031 1031 $post = get_post($post); 1032 1032 1033 1033 if ( !comments_open($post->ID) ) 1034 1034 return false;
Note: See TracChangeset
for help on using the changeset viewer.