Skip to:
Content

BuddyPress.org

Ticket #3883: Settings_Link.patch

File Settings_Link.patch, 959 bytes (added by fanquake, 13 years ago)
  • bp-core-admin.php

    # 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.
     
    422422                global $bp;
    423423
    424424                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>';
    426426                        array_unshift( $links, $settings_link );
    427427                }
    428428