Skip to content

Commit

Permalink
Move example TinyMCE usage code up
Browse files Browse the repository at this point in the history
  • Loading branch information
tyxla committed Jun 13, 2023
1 parent e27ae7b commit b7c8632
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/experimental/disable-tinymce.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
* @package gutenberg
*/

// add_action( 'admin_footer', 'gutenberg_test_tinymce_access' ); // Uncomment the following line to force an external TinyMCE usage.

/**
* Render a variable that we'll use to declare that the editor will need the classic block.
*/
Expand Down Expand Up @@ -82,5 +84,3 @@ function gutenberg_current_content_contains_classic_block() {

return false;
}

// add_action( 'admin_footer', 'gutenberg_test_tinymce_access' ); // Uncomment the following line to force an external TinyMCE usage.

0 comments on commit b7c8632

Please sign in to comment.