Making WordPress.org


Ignore:
Timestamp:
02/18/2018 09:54:33 AM (7 years ago)
Author:
obenland
Message:

Login: Resurrect capturing captchas.

Accidentally removed in [6671].

Props f_monts, ocean90.
Fixes #3463.

File:
1 edited

Legend:

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

    r6671 r6681  
    8989
    9090    <p class="login-submit">
    91         <input data-sitekey="<?php echo esc_attr( RECAPTCHA_INVIS_PUBKEY  ); ?>" data-callback='onSubmit' type="submit" name="wp-submit" id="wp-submit" class="button button-primary button-large" value="<?php esc_attr_e( 'Create Account', 'wporg' ); ?>" />
     91        <input data-sitekey="<?php echo esc_attr( RECAPTCHA_INVIS_PUBKEY ); ?>" data-callback='onSubmit' type="submit" name="wp-submit" id="wp-submit" class="g-recaptcha button button-primary button-large" value="<?php esc_attr_e( 'Create Account', 'wporg' ); ?>" />
    9292    </p>
    9393
Note: See TracChangeset for help on using the changeset viewer.