Changeset 11483
- Timestamp:
- 01/28/2022 05:37:09 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
r11073 r11483 12 12 RECAPTCHA_V3_PRIVKEY 13 13 ); 14 15 // Debugging some Registration issues. 16 if ( $result && $result['success'] && ! isset( $result['action'] ) ) { 17 slack_dm( var_export( compact( 'result', 'check_v3_action' ), true ), '@dd32' ); 18 } 14 19 15 20 if (
Note: See TracChangeset
for help on using the changeset viewer.