Changeset 4512 for trunk/bp-themes/bp-default/attachment.php
- Timestamp:
- 06/14/2011 09:19:45 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/bp-themes/bp-default/attachment.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-default/attachment.php
r4511 r4512 28 28 29 29 <div class="entry"> 30 < a href="#"><?php echo wp_get_attachment_image( $post->ID, 'large', false, array( 'class' => 'size-large aligncenter' ) ); ?></a>30 <?php echo wp_get_attachment_image( $post->ID, 'large', false, array( 'class' => 'size-large aligncenter' ) ); ?> 31 31 32 32 <div class="entry-caption"><?php if ( !empty( $post->post_excerpt ) ) the_excerpt(); ?></div>
Note: See TracChangeset
for help on using the changeset viewer.