Changeset 13432 for trunk/src/bp-core/deprecated/12.0.php
- Timestamp:
- 03/01/2023 08:17:11 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/deprecated/12.0.php
r13431 r13432 140 140 _deprecated_function( __FUNCTION__, '12.0.0' ); 141 141 } 142 143 /** 144 * Define the slug constants for the Members component. 145 * 146 * Handles the three slug constants used in the Members component - 147 * BP_MEMBERS_SLUG, BP_REGISTER_SLUG, and BP_ACTIVATION_SLUG. If these 148 * constants are not overridden in wp-config.php or bp-custom.php, they are 149 * defined here to match the slug of the corresponding WP pages. 150 * 151 * In general, fallback values are only used during initial BP page creation, 152 * when no slugs have been explicitly defined. 153 * 154 * @since 1.5.0 155 * @deprecated 12.0.0 156 */ 157 function bp_core_define_slugs() { 158 _deprecated_function( __FUNCTION__, '12.0.0' ); 159 }
Note: See TracChangeset
for help on using the changeset viewer.