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/forums/single/forum.php

    r4596 r4803  
    2323
    2424                                <li>
    25                                     <a href="<?php bp_forum_directory_permalink() ?>"><?php _e( 'Forum Directory', 'buddypress') ?></a>
     25                                    <a href="<?php bp_forums_directory_permalink() ?>"><?php _e( 'Forum Directory', 'buddypress') ?></a>
    2626                                </li>
    2727
Note: See TracChangeset for help on using the changeset viewer.