Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
07/04/2011 02:07:08 PM (15 years ago)
Author:
johnjamesjacoby
Message:

Introduce _has_directory() functions for forums, groups, members, and activity components. This replaces the need for enabling/disabling the forum directory, since if it is not set it does not exist.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-themes/bp-default/groups/single/forum/edit.php

    r4322 r4596  
    1111                                </li>
    1212
    13                                 <?php if ( !bp_forum_directory_is_disabled() ) : ?>
     13                                <?php if ( bp_forums_has_directory() ) : ?>
    1414
    1515                                        <li>
Note: See TracChangeset for help on using the changeset viewer.