Changeset 6726 for trunk/wp-includes/comment-template.php
- Timestamp:
- 02/05/2008 06:47:27 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/comment-template.php
r6716 r6726 131 131 * @since 1.5 132 132 * @uses $comment 133 * @uses apply_filters() 133 * @uses apply_filters() 134 134 * 135 135 * @return unknown … … 167 167 * 168 168 * @since 0.71 169 * @uses apply_filters() 169 * @uses apply_filters() 170 170 * @uses get_comment_author_url() Retrieves the comment author's URL 171 171 */ … … 569 569 570 570 $_post = get_post($post_id); 571 571 572 572 $open = ( 'open' == $_post->comment_status ); 573 573 return apply_filters( 'comments_open', $open, $post_id ); … … 578 578 * 579 579 * @since 1.5 580 * @uses $post 580 * @uses $post 581 581 * 582 582 * @param int $post_id An optional post ID to check instead of the current post. … … 758 758 } 759 759 $title = attribute_escape( get_the_title() ); 760 760 761 761 echo apply_filters( 'comments_popup_link_attributes', '' ); 762 762
Note: See TracChangeset
for help on using the changeset viewer.