Making WordPress.org

Changeset 9169


Ignore:
Timestamp:
10/09/2019 08:19:04 AM (6 years ago)
Author:
dd32
Message:

Login: Remove a string.

Props tobifjellner.
See #4739.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-login/functions.php

    r9168 r9169  
    8383                form.submit();
    8484            } else {
    85                 // Still waiting on reCaptcha V3, disable/please wait the submit button.
     85                // Still waiting on reCaptcha V3, disable the submit button.
    8686                form.dataset.submitReady = true;
    8787                document.getElementById("wp-submit").disabled = true;
    88                 document.getElementById("wp-submit").value = ' . json_encode( __( 'Please Wait..', 'wporg') ) . ';
    8988            }
    9089        }'
Note: See TracChangeset for help on using the changeset viewer.