Changeset 7492
- Timestamp:
- 03/23/2008 06:19:03 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/post-template.php
r7491 r7492 505 505 506 506 if ( empty($post->post_type) || $post->post_type != 'attachment' ) 507 return ;507 return $content; 508 508 509 509 $p = '<p class="attachment">';
Note: See TracChangeset
for help on using the changeset viewer.