Making WordPress.org


Ignore:
Timestamp:
12/15/2016 06:36:00 AM (8 years ago)
Author:
dd32
Message:

Login: Clear any error messages upon clearing the erroring field.

See #148

File:
1 edited

Legend:

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

    r4533 r4535  
    7676    wp_register_script( 'recaptcha-api', 'https://www.google.com/recaptcha/api.js', array(), '2' );
    7777
    78     wp_register_script( 'wporg-registration', get_template_directory_uri() . "/js/registration.js", array( 'recaptcha-api', 'jquery' ), '20161114' );
     78    wp_register_script( 'wporg-registration', get_template_directory_uri() . "/js/registration.js", array( 'recaptcha-api', 'jquery' ), '20161215' );
    7979    wp_localize_script( 'wporg-registration', 'wporg_registration', array(
    8080        'rest_url' => esc_url_raw( rest_url( "wporg/v1" ) )
Note: See TracChangeset for help on using the changeset viewer.