Skip to:
Content

BuddyPress.org

Ticket #5110: 5110.diff

File 5110.diff, 561 bytes (added by imath, 11 years ago)
  • bp-members/bp-members-screens.php

     
    333333        public function directory_template_hierarchy( $templates ) {
    334334                // Setup our templates based on priority
    335335                $new_templates = apply_filters( 'bp_template_hierarchy_members_directory', array(
    336                         'members/single/index-directory.php'
     336                        'members/index-directory.php'
    337337                ) );
    338338
    339339                // Merge new templates with existing stack