# 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.
|
|
|
59 | 59 | |
60 | 60 | } else { |
61 | 61 | 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 |
64 | 64 | } |
65 | 65 | } |