# This patch file was generated by NetBeans IDE
# Following Index: paths are relative to: /Applications/MAMP/htdocs/wp-content/plugins/buddypress/bp-core
# 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.
|
|
|
422 | 422 | global $bp; |
423 | 423 | |
424 | 424 | if ( plugin_basename( $bp->file ) == $file ) { |
425 | | $settings_link = '<a href="' . add_query_arg( array( 'page' => 'buddypress' ), admin_url( 'options-general.php' ) ) . '">' . __( 'Settings', 'buddypress' ) . '</a>'; |
| 425 | $settings_link = '<a href="' . add_query_arg( array( 'page' => 'bp-components' ), admin_url( 'options-general.php' ) ) . '">' . __( 'Settings', 'buddypress' ) . '</a>'; |
426 | 426 | array_unshift( $links, $settings_link ); |
427 | 427 | } |
428 | 428 | |