updated plugin GP Premium
version 2.1.2
This commit is contained in:
@ -304,7 +304,7 @@ class GeneratePress_Pro_Dashboard {
|
||||
if ( in_array( $current_screen->id, $dashboard_pages ) ) {
|
||||
wp_enqueue_style(
|
||||
'generate-pro-dashboard',
|
||||
GP_PREMIUM_DIR_URL . '/dist/style-dashboard.css',
|
||||
GP_PREMIUM_DIR_URL . 'dist/style-dashboard.css',
|
||||
array( 'wp-components' ),
|
||||
GP_PREMIUM_VERSION
|
||||
);
|
||||
@ -312,7 +312,7 @@ class GeneratePress_Pro_Dashboard {
|
||||
if ( 'appearance_page_generate-options' === $current_screen->id ) {
|
||||
wp_enqueue_script(
|
||||
'generate-pro-dashboard',
|
||||
GP_PREMIUM_DIR_URL . '/dist/dashboard.js',
|
||||
GP_PREMIUM_DIR_URL . 'dist/dashboard.js',
|
||||
array(),
|
||||
GP_PREMIUM_VERSION,
|
||||
true
|
||||
|
Reference in New Issue
Block a user