Changeset 9169
- Timestamp:
- 10/09/2019 08:19:04 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-login/functions.php
r9168 r9169 83 83 form.submit(); 84 84 } else { 85 // Still waiting on reCaptcha V3, disable /please waitthe submit button.85 // Still waiting on reCaptcha V3, disable the submit button. 86 86 form.dataset.submitReady = true; 87 87 document.getElementById("wp-submit").disabled = true; 88 document.getElementById("wp-submit").value = ' . json_encode( __( 'Please Wait..', 'wporg') ) . ';89 88 } 90 89 }'
Note: See TracChangeset
for help on using the changeset viewer.