Ticket #6588: 6588-01.patch
File 6588-01.patch, 550 bytes (added by , 9 years ago) |
---|
-
src/bp-members/bp-members-screens.php
472 472 * @param array $value Array of template paths to add to hierarchy. 473 473 */ 474 474 $new_templates = apply_filters( 'bp_template_hierarchy_members_directory', array( 475 'members/index-type-' . sanitize_file_name( bp_get_current_member_type() ) . '.php', 475 476 'members/index-directory.php' 476 477 ) ); 477 478