Skip to content

Commit

Permalink
Markdown fix for wp_enqueue_script (#48212)
Browse files Browse the repository at this point in the history
  • Loading branch information
gvgvgvijayan committed Feb 19, 2023
1 parent 356a1b1 commit 7f4bc29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/contributors/code/scripts.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ It is recommended to use the main `wp-polyfill` script handle which takes care o
## Bundling and code sharing

When using a JavaScript bundler like [webpack](https://webpack.js.org/), the scripts mentioned here
can be excluded from the bundle and provided by WordPress in the form of script dependencies [(see
`wp_enqueue_script`)][https://developer.wordpress.org/reference/functions/wp_enqueue_script/#default-scripts-included-and-registered-by-wordpress].
can be excluded from the bundle and provided by WordPress in the form of script dependencies [see
`wp_enqueue_script`](https://developer.wordpress.org/reference/functions/wp_enqueue_script/#default-scripts-included-and-registered-by-wordpress).

The
[`@wordpress/dependency-extraction-webpack-plugin`](https://github.com/WordPress/gutenberg/tree/HEAD/packages/dependency-extraction-webpack-plugin)
Expand Down

1 comment on commit 7f4bc29

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Flaky tests detected in 7f4bc29.
Some tests passed with failed attempts. The failures may not be related to this commit but are still reported for visibility. See the documentation for more information.

🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/4215054656
📝 Reported issues:

Please sign in to comment.