mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-04 20:54:29 +00:00
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
This commit is contained in:
@@ -300,9 +300,9 @@ class WP_Script_Modules {
|
||||
*
|
||||
* @since 6.5.0
|
||||
*
|
||||
* @param array $module_ids The identifiers of the modules for which to gather dependencies.
|
||||
* @param array $import_types Optional. Import types of dependencies to retrieve: 'static', 'dynamic', or both.
|
||||
* Default is both.
|
||||
* @param array $module_ids The identifiers of the modules for which to gather dependencies.
|
||||
* @param array $import_types Optional. Import types of dependencies to retrieve: 'static', 'dynamic', or both.
|
||||
* Default is both.
|
||||
* @return array List of dependencies, keyed by module identifier.
|
||||
*/
|
||||
private function get_dependencies( $module_ids, $import_types = array( 'static', 'dynamic' ) ) {
|
||||
|
||||
Reference in New Issue
Block a user