Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
09/13/2010 01:08:31 AM (15 years ago)
Author:
johnjamesjacoby
Message:

Committing patch from #2566 for easier review and testing. Adds BP_Button class and associated template tags. Also includes code formatting fixes, phpdoc, widget fixes when friends component is disabled, and possibly the kitchen sink.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.2/bp-themes/bp-default/blogs/blogs-loop.php

    r3222 r3260  
    3535
    3636            <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' ) ?>
    4039
    4140                <div class="meta">
     
    4342                </div>
    4443
    45                 <?php do_action( 'bp_directory_blogs_actions' ) ?>
    4644            </div>
    4745
Note: See TracChangeset for help on using the changeset viewer.