Skip to content

Commit 0bea937

Browse files
committed
Modules API: Fix indentation.
Follow-up [57269]. Props mukesh27. See #56313. git-svn-id: https://develop.svn.wordpress.org/trunk@57271 602fd350-edb4-49c9-b593-d223f7449a82
1 parent c827e32 commit 0bea937

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/wp-includes/class-wp-script-modules.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -300,9 +300,9 @@ private function get_marked_for_enqueue() {
300300
*
301301
* @since 6.5.0
302302
*
303-
* @param array $module_ids The identifiers of the modules for which to gather dependencies.
304-
* @param array $import_types Optional. Import types of dependencies to retrieve: 'static', 'dynamic', or both.
305-
* Default is both.
303+
* @param array $module_ids The identifiers of the modules for which to gather dependencies.
304+
* @param array $import_types Optional. Import types of dependencies to retrieve: 'static', 'dynamic', or both.
305+
* Default is both.
306306
* @return array List of dependencies, keyed by module identifier.
307307
*/
308308
private function get_dependencies( $module_ids, $import_types = array( 'static', 'dynamic' ) ) {

0 commit comments

Comments
 (0)