Changeset 5737 for trunk/bp-themes/bp-default/attachment.php
- Timestamp:
- 02/12/2012 08:09:34 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-default/attachment.php
r4529 r5737 10 10 <?php if (have_posts()) : while (have_posts()) : the_post(); ?> 11 11 12 <?php do_action( 'bp_before_blog_post' ) ?>12 <?php do_action( 'bp_before_blog_post' ); ?> 13 13 14 14 <div id="post-<?php the_ID(); ?>" <?php post_class(); ?>> … … 20 20 21 21 <div class="post-content"> 22 <h2 class="posttitle"><a href="<?php the_permalink() ?>" rel="bookmark" title="<?php _e( 'Permanent Link to', 'buddypress' )?> <?php the_title_attribute(); ?>"><?php the_title(); ?></a></h2>22 <h2 class="posttitle"><a href="<?php the_permalink(); ?>" rel="bookmark" title="<?php _e( 'Permanent Link to', 'buddypress' ); ?> <?php the_title_attribute(); ?>"><?php the_title(); ?></a></h2> 23 23 24 24 <p class="date"> … … 54 54 </div> 55 55 56 <?php do_action( 'bp_after_blog_post' ) ?>56 <?php do_action( 'bp_after_blog_post' ); ?> 57 57 58 58 <?php comments_template(); ?> … … 60 60 <?php endwhile; else: ?> 61 61 62 <p><?php _e( 'Sorry, no attachments matched your criteria.', 'buddypress' ) ?></p>62 <p><?php _e( 'Sorry, no attachments matched your criteria.', 'buddypress' ); ?></p> 63 63 64 64 <?php endif; ?> … … 66 66 </div> 67 67 68 <?php do_action( 'bp_after_attachment' ) ?>68 <?php do_action( 'bp_after_attachment' ); ?> 69 69 70 70 </div><!-- .padder -->
Note: See TracChangeset
for help on using the changeset viewer.