Changeset 3535 for trunk/wp-includes/comment-functions.php
- Timestamp:
- 02/15/2006 07:16:58 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/comment-functions.php
r3517 r3535 768 768 if ( $id = url_to_postid($url) ) { 769 769 $post = & get_post($id); 770 if ( 'attachment' == $post->post_ status)770 if ( 'attachment' == $post->post_type ) 771 771 return true; 772 772 }
Note: See TracChangeset
for help on using the changeset viewer.