@@ -295,16 +295,18 @@ public function enqueue_assets() {
295295 'material-settings ' ,
296296 'materialDesignWizard ' ,
297297 [
298- 'restPath ' => esc_url ( $ this ->plugin ->onboarding_rest_controller ->get_base_path () ),
299- 'redirect ' => esc_url ( admin_url ( 'themes.php ' ) ),
300- 'nonce ' => wp_create_nonce ( 'wp_rest ' ),
301- 'themeStatus ' => esc_html ( $ this ->plugin ->theme_status () ),
302- 'assetsRestPath ' => esc_url ( $ this ->plugin ->assets_rest_controller ->get_base_path () ),
303- 'apiStatus ' => esc_html ( $ this ->plugin ->assets_rest_controller ->get_api_status () ),
304- 'fontsLastUpdated ' => esc_html ( $ this ->plugin ->assets_rest_controller ->get_fonts_last_updated () ),
305- 'iconsLastUpdated ' => esc_html ( $ this ->plugin ->assets_rest_controller ->get_icons_last_updated () ),
306- 'fontsAutoUpdate ' => esc_html ( $ this ->plugin ->assets_rest_controller ->get_fonts_auto_update () ),
307- 'iconsAutoUpdate ' => esc_html ( $ this ->plugin ->assets_rest_controller ->get_icons_auto_update () ),
298+ 'restPath ' => esc_url ( $ this ->plugin ->onboarding_rest_controller ->get_base_path () ),
299+ 'redirect ' => esc_url ( admin_url ( 'themes.php ' ) ),
300+ 'nonce ' => wp_create_nonce ( 'wp_rest ' ),
301+ 'themeStatus ' => esc_html ( $ this ->plugin ->theme_status () ),
302+ 'assetsRestPath ' => esc_url ( $ this ->plugin ->assets_rest_controller ->get_base_path () ),
303+ 'apiStatus ' => esc_html ( $ this ->plugin ->assets_rest_controller ->get_api_status () ),
304+ 'fontsLastUpdated ' => esc_html ( $ this ->plugin ->assets_rest_controller ->get_fonts_last_updated () ),
305+ 'iconsLastUpdated ' => esc_html ( $ this ->plugin ->assets_rest_controller ->get_icons_last_updated () ),
306+ 'fontsAutoUpdate ' => esc_html ( $ this ->plugin ->assets_rest_controller ->get_fonts_auto_update () ),
307+ 'iconsAutoUpdate ' => esc_html ( $ this ->plugin ->assets_rest_controller ->get_icons_auto_update () ),
308+ 'fontsUpdateStatus ' => esc_html ( $ this ->plugin ->assets_rest_controller ->get_fonts_update_status () ),
309+ 'iconsUpdateStatus ' => esc_html ( $ this ->plugin ->assets_rest_controller ->get_icons_update_status () ),
308310 ]
309311 );
310312 }
0 commit comments