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-forums/bp-forums-screens.php

    r4596 r4803  
    5252                } else {
    5353                    bp_core_add_message( __( 'Please pick the group forum where you would like to post this topic.', 'buddypress' ), 'error' );
    54                     bp_core_redirect( add_query_arg( 'new', '', bp_get_forum_directory_permalink() ) );
     54                    bp_core_redirect( add_query_arg( 'new', '', bp_get_forums_directory_permalink() ) );
    5555                }
    5656
Note: See TracChangeset for help on using the changeset viewer.