Changeset 4535
- Timestamp:
- 12/15/2016 06:36:00 AM (8 years ago)
- Location:
- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-login
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-login/functions.php
r4533 r4535 76 76 wp_register_script( 'recaptcha-api', 'https://www.google.com/recaptcha/api.js', array(), '2' ); 77 77 78 wp_register_script( 'wporg-registration', get_template_directory_uri() . "/js/registration.js", array( 'recaptcha-api', 'jquery' ), '20161 114' );78 wp_register_script( 'wporg-registration', get_template_directory_uri() . "/js/registration.js", array( 'recaptcha-api', 'jquery' ), '20161215' ); 79 79 wp_localize_script( 'wporg-registration', 'wporg_registration', array( 80 80 'rest_url' => esc_url_raw( rest_url( "wporg/v1" ) ) -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-login/js/registration.js
r4470 r4535 7 7 var $this = $(this); 8 8 if ( ! $this.val() ) { 9 $this.parents('p').nextUntil( 'p', 'div.message.error').remove(); 9 10 return; 10 11 }
Note: See TracChangeset
for help on using the changeset viewer.