Changeset 10010
- Timestamp:
- 07/03/2020 07:23:18 AM (5 years ago)
- Location:
- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-login
- Files:
-
- 3 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-login/functions.php
r10009 r10010 8 8 require __DIR__ . '/functions-restapi.php'; 9 9 require __DIR__ . '/functions-registration.php'; 10 11 if ( is_admin() ) { 12 require __DIR__ . '/admin/ui.php'; 13 } 10 14 11 15 /** … … 74 78 75 79 function wporg_login_register_scripts() { 80 if ( is_admin() ) { 81 return; 82 } 83 76 84 wp_register_script( 'recaptcha-api', 'https://www.google.com/recaptcha/api.js', array(), '2' ); 77 85 wp_add_inline_script(
Note: See TracChangeset
for help on using the changeset viewer.