Make WordPress Core

Changeset 57271


Ignore:
Timestamp:
01/11/2024 03:50:48 PM (9 months ago)
Author:
Bernhard Reiter
Message:

Modules API: Fix indentation.

Follow-up [57269].

Props mukesh27.
See #56313.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-script-modules.php

    r57269 r57271  
    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     */
Note: See TracChangeset for help on using the changeset viewer.