Changeset 13499 for trunk/src/bp-members/bp-members-functions.php
- Timestamp:
- 06/09/2023 12:52:29 AM (22 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-members/bp-members-functions.php
r13493 r13499 880 880 * @since 1.6.0 881 881 * 882 * @global BP_Core_Members_Template $members_template The Members template loop class. 883 * 882 884 * @param int $user_id The ID for the user. 883 885 * @return bool True if spammer, otherwise false. … … 2456 2458 * @since 2.0.0 2457 2459 * 2460 * @global string $error The error message. 2461 * 2458 2462 * @see bp_core_signup_disable_inactive() 2459 2463 */ … … 2625 2629 * 2626 2630 * @since 1.8.0 2631 * 2632 * @global string $error The error message. 2627 2633 */ 2628 2634 function bp_live_spammer_login_error() {
Note: See TracChangeset
for help on using the changeset viewer.