From e8bfc997adcd7c94c5ab5db24f06817d8fcf50bc Mon Sep 17 00:00:00 2001 From: Riad Benguella Date: Thu, 4 Oct 2018 14:51:07 -0400 Subject: [PATCH] Fix Editor Styles regression --- lib/client-assets.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/client-assets.php b/lib/client-assets.php index f44cc47193432..08e9b45fcfcb3 100644 --- a/lib/client-assets.php +++ b/lib/client-assets.php @@ -1519,6 +1519,7 @@ function gutenberg_editor_scripts_and_styles( $hook ) { 'autosaveInterval' => 10, 'maxUploadFileSize' => $max_upload_size, 'allowedMimeTypes' => get_allowed_mime_types(), + 'styles' => $styles, 'postLock' => $lock_details, // Ideally, we'd remove this and rely on a REST API endpoint.