diff --git a/inc/class-dashboard-widgets.php b/inc/class-dashboard-widgets.php index 703b2cc0c..84385fe90 100644 --- a/inc/class-dashboard-widgets.php +++ b/inc/class-dashboard-widgets.php @@ -74,6 +74,14 @@ public function enqueue_scripts(): void { return; } + /* + * The activity-stream widget view wraps its output in
, + * which requires framework.css (registered as 'wu-styling'). The network admin + * dashboard is not a wp-ultimo page, so enqueue_default_admin_styles() skips it — + * we must enqueue wu-styling explicitly here. + */ + wp_enqueue_style('wu-styling'); + wp_enqueue_script('wu-vue'); wp_enqueue_script('moment');