Changeset 3260 for branches/1.2/bp-themes/bp-default/blogs/blogs-loop.php
- Timestamp:
- 09/13/2010 01:08:31 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.2/bp-themes/bp-default/blogs/blogs-loop.php
r3222 r3260 35 35 36 36 <div class="action"> 37 <div class="generic-button blog-button visit"> 38 <a href="<?php bp_blog_permalink() ?>" class="visit" title="<?php _e( 'Visit Blog', 'buddypress' ) ?>"><?php _e( 'Visit Blog', 'buddypress' ) ?></a> 39 </div> 37 38 <?php do_action( 'bp_directory_blogs_actions' ) ?> 40 39 41 40 <div class="meta"> … … 43 42 </div> 44 43 45 <?php do_action( 'bp_directory_blogs_actions' ) ?>46 44 </div> 47 45
Note: See TracChangeset
for help on using the changeset viewer.