Skip to:
Content

BuddyPress.org

Ticket #3923: 3923.diff

File 3923.diff, 567 bytes (added by CoenJacobs, 13 years ago)

This patch replaces the deprecated function with the new function

  • bp-forums/bp-forums-screens.php

     
    5959
    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                }
    6565