Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
06/14/2011 09:19:45 PM (15 years ago)
Author:
djpaul
Message:

Remove broken? link on attachment template.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-themes/bp-default/attachment.php

    r4511 r4512  
    2828
    2929                            <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' ) ); ?>
    3131
    3232                                <div class="entry-caption"><?php if ( !empty( $post->post_excerpt ) ) the_excerpt(); ?></div>
Note: See TracChangeset for help on using the changeset viewer.