Make WordPress Core


Ignore:
Timestamp:
12/11/2013 05:41:23 PM (11 years ago)
Author:
nacin
Message:

Script handles of false are properly treated as meta groups. true does not work.

props SergeyBiryukov.
fixes #26525.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/about.php

    r26845 r26848  
    1616// Temporary 3.8 hack: We want to use user-profile for the color schemes but don't need the heavy zxcvbn.
    1717wp_deregister_script( 'zxcvbn-async' );
    18 wp_register_script( 'zxcvbn-async', true );
     18wp_register_script( 'zxcvbn-async', false );
    1919wp_enqueue_script( 'user-profile' );
    2020
Note: See TracChangeset for help on using the changeset viewer.