WordPress / wporg-gutenberg

The theme for https://wordpress.org/gutenberg/
https://wordpress.org/gutenberg/
10 stars 5 forks source link

Theme: Move editor modifications to external js file #23

Closed StevenDufresne closed 2 years ago

StevenDufresne commented 2 years ago

To keep the functions.php clean, this PR moves the inline scripts to an external js file and enqueues it.

It also fixes an issue where the welcome modal was still displayed.

Closes #18