Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
07/22/2011 04:56:30 PM (14 years ago)
Author:
boonebgorges
Message:

Properly deprecate bp_get_forum_directory_permalink(), and replace it with proper function names throughout

File:
1 edited

Legend:

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

    r4759 r4803  
    1414
    1515                    <li>
    16                         <a href="<?php bp_forum_directory_permalink() ?>"><?php _e( 'Forum Directory', 'buddypress') ?></a>
     16                        <a href="<?php bp_forums_directory_permalink() ?>"><?php _e( 'Forum Directory', 'buddypress') ?></a>
    1717                    </li>
    1818
Note: See TracChangeset for help on using the changeset viewer.