Changeset 26848 for trunk/src/wp-admin/about.php
- Timestamp:
- 12/11/2013 05:41:23 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/about.php
r26845 r26848 16 16 // Temporary 3.8 hack: We want to use user-profile for the color schemes but don't need the heavy zxcvbn. 17 17 wp_deregister_script( 'zxcvbn-async' ); 18 wp_register_script( 'zxcvbn-async', true );18 wp_register_script( 'zxcvbn-async', false ); 19 19 wp_enqueue_script( 'user-profile' ); 20 20
Note: See TracChangeset
for help on using the changeset viewer.