Changeset 11484 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-login/functions-registration.php
- Timestamp:
- 01/28/2022 05:52:48 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-login/functions-registration.php
r11483 r11484 12 12 RECAPTCHA_V3_PRIVKEY 13 13 ); 14 14 15 15 // Debugging some Registration issues. 16 if ( $result && $result['success'] && ! isset( $result['action'] )) {16 if ( $result ) { 17 17 slack_dm( var_export( compact( 'result', 'check_v3_action' ), true ), '@dd32' ); 18 18 }
Note: See TracChangeset
for help on using the changeset viewer.