Script handles of `false` are properly treated as meta groups. `true` does not work.
props SergeyBiryukov. fixes #26525. Built from https://develop.svn.wordpress.org/trunk@26848 git-svn-id: http://core.svn.wordpress.org/trunk@26735 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
2d56715ba3
commit
a6a71fa437
|
@ -15,7 +15,7 @@ list( $display_version ) = explode( '-', $wp_version );
|
|||
|
||||
// Temporary 3.8 hack: We want to use user-profile for the color schemes but don't need the heavy zxcvbn.
|
||||
wp_deregister_script( 'zxcvbn-async' );
|
||||
wp_register_script( 'zxcvbn-async', true );
|
||||
wp_register_script( 'zxcvbn-async', false );
|
||||
wp_enqueue_script( 'user-profile' );
|
||||
|
||||
include( ABSPATH . 'wp-admin/admin-header.php' );
|
||||
|
|
Loading…
Reference in New Issue