This commit is contained in:
Justin Shreve 2018-12-10 11:48:19 -05:00 committed by GitHub
parent bb3e66ef32
commit 569947fb0e
1 changed files with 0 additions and 9 deletions

View File

@ -95,15 +95,6 @@ function wc_admin_register_script() {
wp_set_script_translations( WC_ADMIN_APP, 'wc-admin' );
}
// Resets lodash to wp-admin's version of lodash.
if ( 'embedded' === $entry ) {
wp_add_inline_script(
WC_ADMIN_APP,
'_ = _.noConflict();',
'after'
);
}
wp_register_style(
'wc-components',
wc_admin_url( 'dist/components/style.css' ),