Skip to content

Commit

Permalink
Move files after merge
Browse files Browse the repository at this point in the history
  • Loading branch information
atimmer committed Aug 3, 2018
1 parent c686936 commit e100b06
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/client-assets.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ function gutenberg_register_scripts_and_styles() {
wp_register_script( 'wp-tinymce', includes_url( 'js/tinymce/' ) . 'wp-tinymce.php', array() );
wp_register_script(
'wp-tinymce-annotations',
gutenberg_url( 'editor/components/rich-text/annotations/tinymce-plugin.js' ),
gutenberg_url( 'packages/editor/src/components/rich-text/annotations/tinymce-plugin.js' ),
array( 'wp-tinymce' ),
true
);
Expand Down

0 comments on commit e100b06

Please sign in to comment.