Changeset 10030
- Timestamp:
- 07/07/2020 08:04:27 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
r10010 r10030 98 98 ); 99 99 100 wp_register_script( 'wporg-registration', get_template_directory_uri() . '/js/registration.js', array( 'recaptcha-api', 'jquery' ), '20 191023' );100 wp_register_script( 'wporg-registration', get_template_directory_uri() . '/js/registration.js', array( 'recaptcha-api', 'jquery' ), '20200707' ); 101 101 wp_localize_script( 'wporg-registration', 'wporg_registration', array( 102 102 'rest_url' => esc_url_raw( rest_url( "wporg/v1" ) )
Note: See TracChangeset
for help on using the changeset viewer.