Skip to:
Content

BuddyPress.org

Changeset 2787


Ignore:
Timestamp:
02/24/2010 08:35:18 PM (16 years ago)
Author:
apeatling
Message:

Removing invalid hooks in the members plugin template.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.2/bp-themes/bp-default/members/single/plugins.php

    r2695 r2787  
    1414                    <ul>
    1515                        <?php bp_get_displayed_user_nav() ?>
    16 
    17                         <?php do_action( 'bp_members_directory_member_types' ) ?>
    1816                    </ul>
    1917                </div>
     
    2523                    <ul>
    2624                        <?php bp_get_options_nav() ?>
     25
     26                        <?php do_action( 'bp_member_plugin_options_nav' ) ?>
    2727                    </ul>
    2828                </div>
    2929
    3030                <?php do_action( 'bp_template_content' ) ?>
    31 
    32                 <?php do_action( 'bp_directory_members_content' ) ?>
    3331
    3432            </div><!-- #item-body -->
Note: See TracChangeset for help on using the changeset viewer.