Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
01/09/2010 04:16:51 PM (16 years ago)
Author:
apeatling
Message:

Updating template based hooks.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-themes/bp-default/members/single/profile.php

    r2179 r2284  
    66    </div>
    77<?php endif; ?>
     8
     9<?php do_action( 'bp_before_profile_content' ) ?>
    810
    911<div class="profile">
     
    1820
    1921    <?php endif; ?>
    20 </div>
     22</div><!-- .profile -->
    2123
    22 <?php do_action( 'bp_directory_members_content' ) ?>
     24<?php do_action( 'bp_after_profile_content' ) ?>
Note: See TracChangeset for help on using the changeset viewer.