Skip to content

Commit

Permalink
Replace excessively prescriptive comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sirreal committed Dec 17, 2024
1 parent 31ec071 commit 539e38b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/wp-includes/class-wp-script-modules.php
Original file line number Diff line number Diff line change
Expand Up @@ -163,9 +163,9 @@ public function enqueue( string $id, string $src = '', array $deps = array(), $v
/**
* Marks the script module for inclusion in the import map.
*
* Script Modules can rely on the script module dependency graph to include script modules
* in the import map. This method makes it possible to mark a script module for inclusion
* in the import map without relying on the script module dependency graph.
* This method is intended for use outside of the script module dependency system.
* It's recommended that script modules rely on the script module dependency system
* to manage the import map.
*
* @since 6.8.0
*
Expand Down

0 comments on commit 539e38b

Please sign in to comment.