Changeset 19234
- Timestamp:
- 11/09/2011 10:13:35 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/post.php
r19231 r19234 3891 3891 return false; 3892 3892 3893 if ( 'attachment' != $post->post_type ) ;3893 if ( 'attachment' != $post->post_type ) 3894 3894 return false; 3895 3895
Note: See TracChangeset
for help on using the changeset viewer.