Changeset 13896 for trunk/src/bp-core/admin/bp-core-admin-functions.php
- Timestamp:
- 06/02/2024 05:45:18 PM (5 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/admin/bp-core-admin-functions.php
r13879 r13896 27 27 * The old "bp-general-settings" page was renamed "bp-components". 28 28 * 29 * @since 1.6.0 30 * 29 31 * @global array $_parent_pages 30 32 * @global array $_registered_pages 31 33 * @global array $submenu 32 *33 * @since 1.6.034 34 */ 35 35 function bp_core_admin_backpat_menu() { … … 68 68 * backpat "Help" page, the Activity page, or any third-party plugins. 69 69 * 70 * @since 1.6.0 71 * 70 72 * @global string $plugin_page 71 73 * @global array $submenu 72 *73 * @since 1.6.074 74 */ 75 75 function bp_core_modify_admin_menu_highlight() { … … 221 221 * The administrator will be shown a notice for each check that fails. 222 222 * 223 * @since 1.2.0 224 * 223 225 * @global wpdb $wpdb WordPress database object. 224 *225 * @since 1.2.0226 226 */ 227 227 function bp_core_activation_notice() {
Note: See TracChangeset
for help on using the changeset viewer.