Changeset 7491 for trunk/wp-includes/post-template.php
- Timestamp:
- 03/23/2008 05:02:11 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/post-template.php
r7404 r7491 502 502 503 503 function prepend_attachment($content) { 504 global $post; 505 506 if ( empty($post->post_type) || $post->post_type != 'attachment' ) 507 return; 508 504 509 $p = '<p class="attachment">'; 505 510 // show the medium sized image representation of the attachment if available, and link to the raw file
Note: See TracChangeset
for help on using the changeset viewer.