Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
12/24/2011 03:42:12 PM (13 years ago)
Author:
boonebgorges
Message:

Fixes deprecated function call in bp-forums-screens.php.
Fixes #3887.
Props fanquake

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-forums/bp-forums-screens.php

    r5329 r5596  
    6060            }    else {
    6161                bp_core_add_message( __( 'Please pick the group forum where you would like to post this topic.', 'buddypress' ), 'error' );
    62                 bp_core_redirect( add_query_arg( 'new', '', bp_get_forum_directory_permalink() ) );
     62                bp_core_redirect( add_query_arg( 'new', '', bp_get_forums_directory_permalink() ) );
    6363            }
    6464        }
Note: See TracChangeset for help on using the changeset viewer.