Ticket #8199: 8199.patch
| File 8199.patch, 1.0 KB (added by , 6 years ago) |
|---|
-
src/bp-core/admin/bp-core-admin-functions.php
65 65 * This tells WP to highlight the Settings > BuddyPress menu item, 66 66 * regardless of which actual BuddyPress admin screen we are on. 67 67 * 68 * The conditional prevents the behavio ur when the user is viewing the68 * The conditional prevents the behavior when the user is viewing the 69 69 * backpat "Help" page, the Activity page, or any third-party plugins. 70 70 * 71 71 * @global string $plugin_page … … 96 96 * 97 97 * @since 1.6.0 98 98 * 99 * @todo Add convenience links into the markup once new positions are finali sed.99 * @todo Add convenience links into the markup once new positions are finalized. 100 100 */ 101 101 function bp_core_admin_backpat_page() { 102 102 $url = bp_core_do_network_admin() ? network_admin_url( 'settings.php' ) : admin_url( 'options-general.php' );