Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Commit

Permalink
Update comment so it references to the new PR as well
Browse files Browse the repository at this point in the history
  • Loading branch information
Aljullu committed Mar 1, 2021
1 parent d1f5e8f commit 3559ab0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Assets.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ public static function enqueue_scripts() {
$asset_api = Package::container()->get( AssetApi::class );

// @todo Remove fix to load our stylesheets after editor CSS.
// See #3068 for the rationale of this fix. It should be no longer
// necessary when the editor is loaded in an iframe (https://github.com/WordPress/gutenberg/issues/20797).
// See #3068 and #3898 for the rationale of this fix. It should be no
// longer necessary when the editor is loaded in an iframe (https://github.com/WordPress/gutenberg/issues/20797).
if ( wp_style_is( 'wp-edit-post' ) ) {
$block_style_dependencies = array( 'wp-edit-post' );
} else {
Expand Down

0 comments on commit 3559ab0

Please sign in to comment.