Skip to content

Commit

Permalink
Fix a fatal in the wp-admin dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
tyxla committed Jul 3, 2023
1 parent d448cac commit e5ce4e9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion lib/experimental/class--wp-editors.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,12 @@
*/
final class _WP_Editors {
/**
* Necessary to ensure no additional TinyMcE assets are enqueued.
* Necessary to ensure no additional TinyMCE assets are enqueued.
*/
public static function enqueue_default_editor() {}

/**
* Necessary for wp admin dashboard.
*/
public static function editor() {}
}

0 comments on commit e5ce4e9

Please sign in to comment.