Changeset 13890 for trunk/src/bp-settings/bp-settings-functions.php
- Timestamp:
- 06/02/2024 01:06:10 AM (6 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-settings/bp-settings-functions.php
r13814 r13890 377 377 * @since 12.0.0 378 378 * 379 * @return bool eanTrue if user can delete self account from front-end. False otherwise.379 * @return bool True if user can delete self account from front-end. False otherwise. 380 380 */ 381 381 function bp_settings_can_delete_self_account() { … … 388 388 * @since 12.0.0 389 389 * 390 * @return bool eanTrue if user can be shown the Delete account nav. False otherwise.390 * @return bool True if user can be shown the Delete account nav. False otherwise. 391 391 */ 392 392 function bp_settings_show_delete_account_nav() { … … 399 399 * @since 12.0.0 400 400 * 401 * @return bool eanTrue if user can be shown the Capability nav. False otherwise.401 * @return bool True if user can be shown the Capability nav. False otherwise. 402 402 */ 403 403 function bp_settings_show_capability_nav() {
Note: See TracChangeset
for help on using the changeset viewer.