PluginProbe
OpenStation: Desktop Windows, Dock & Virtual Desktops for WP Admin / 1.1.10
OpenStation: Desktop Windows, Dock & Virtual Desktops for WP Admin v1.1.10
1.1.10 1.1.9 1.1.8 1.1.7 1.1.6 1.1.5 1.1.4 1.1.3 1.1.2 1.1.1 1.1.0 1.0.1 1.0.0 0.9.8 0.9.7 0.9.6 0.9.4 0.9.5 0.9.3 0.9.2 0.9.1 0.9.0 0.8.9 0.8.8 0.8.7 All 34 releases
← All changes | includes/content-graph/window.php +1 -13 1.0.11.1.10 View file →
@@ -190,9 +190,9 @@
190 190 'title' => __( 'Corkboard', 'desktop-mode' ),
191 191 'icon' => $icon_uri,
192 192 'template' => 'openstation_content_graph_render_template',
193 193 'script' => 'desktop-mode-content-graph',
194 - 'style' => 'desktop-mode-content-graph',
194 + 'styles' => array( 'desktop-mode-content-graph' ),
195 195 'width' => 1080,
196 196 'height' => 720,
197 197 'min_width' => 720,
198 198 'min_height' => 480,
@@ -244,16 +244,4 @@
244 244
245 245 openstation_register_icon( 'desktop-mode-content-graph', $icon_args );
246 246 }
247 247 add_action( 'init', 'openstation_content_graph_register_window', 20 );
248 -
249 -/**
250 - * Enqueue the bundle's CSS in admin context. The script is lazy-
251 - * loaded by the native-window sync.
252 - */
253 -function openstation_content_graph_enqueue_styles() {
254 - if ( ! openstation_content_graph_user_can_use() ) {
255 - return;
256 - }
257 - wp_enqueue_style( 'desktop-mode-content-graph' );
258 -}
259 -add_action( 'admin_enqueue_scripts', 'openstation_content_graph_enqueue_styles', 30 );