Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
07/04/2011 02:07:08 PM (14 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/forums/single/forum.php

    r4452 r4596  
    2020                            </li>
    2121
    22                             <?php if ( !bp_forum_directory_is_disabled() ) : ?>
     22                            <?php if ( bp_forums_has_directory() ) : ?>
    2323
    2424                                <li>
Note: See TracChangeset for help on using the changeset viewer.