Skip to content

Commit

Permalink
Fix Editor Styles regression (#10342)
Browse files Browse the repository at this point in the history
  • Loading branch information
youknowriad authored Oct 4, 2018
1 parent 7b25354 commit 9c3e5f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/client-assets.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 9c3e5f9

Please sign in to comment.