Skip to:
Content

BuddyPress.org

Ticket #3887: bp-forums-screens-fix.patch

File bp-forums-screens-fix.patch, 900 bytes (added by fanquake, 13 years ago)
  • bp-forums-screens.php

    # This patch file was generated by NetBeans IDE
    # Following Index: paths are relative to: /Applications/MAMP/htdocs/wp-content/plugins/buddypress/bp-forums
    # This patch can be applied using context Tools: Patch action on respective folder.
    # It uses platform neutral UTF-8 encoding and \n newlines.
    # Above lines and this line are ignored by the patching process.
     
    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() ) );
    63  No newline at end of file
     62                                bp_core_redirect( add_query_arg( 'new', '', bp_get_forums_directory_permalink ) );
     63 No newline at end of file
    6464                        }
    6565                }