Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
02/16/2024 01:33:24 AM (9 months ago)
Author:
imath
Message:

Improve the BP Site Health debug info panel

  • Make sure empty options are displaying their default values
  • Add a an help tab for the BP Site Health debug info panel
  • Make sure this panel is only generated for the root blog
  • Improve the way the global community setting is handled
  • Add a debug info about whether the current theme supports BuddyPress

Fixes #9093

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-core/admin/bp-core-admin-functions.php

    r13722 r13728  
    821821        case 'bp-profile-overview':
    822822            $retval = __( 'Your users will distinguish themselves through their profile page. Create relevant profile fields that will show on each users profile.', 'buddypress' ) . '<br /><br />' . __( 'Note: Drag fields from other groups and drop them on the "Signup Fields" tab to include them into your registration form.', 'buddypress' );
     823            break;
     824
     825        case 'bp-debug-settings':
     826            $retval = __( 'Find all the details about your BuddyPress configuration opening the BuddyPress panel of your Site Health info accordion panels. If you need to ask for support, this information will help the BuddyPress community in giving you the right reply to your issue.', 'buddypress' );
    823827            break;
    824828
Note: See TracChangeset for help on using the changeset viewer.