Changeset 11485
- Timestamp:
- 01/28/2022 05:58:05 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-login/functions-registration.php
r11484 r11485 12 12 RECAPTCHA_V3_PRIVKEY 13 13 ); 14 15 // Debugging some Registration issues.16 if ( $result ) {17 slack_dm( var_export( compact( 'result', 'check_v3_action' ), true ), '@dd32' );18 }19 14 20 15 if ( 21 16 ! $result || 22 17 ! $result['success'] || 18 empty( $result['action'] ) || 23 19 $check_v3_action !== $result['action'] 24 20 ) {
Note: See TracChangeset
for help on using the changeset viewer.