Make WordPress Core


Ignore:
Timestamp:
02/16/2024 09:45:18 PM (3 years ago)
Author:
johnbillion
Message:

Docs: Various improvements and corrections to inline documentation.

See #59651

File:
1 edited

Legend:

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

    r57593 r57644  
    4545         *                                        Optional. List of dependencies.
    4646         *
    47          *                                        @type string|array $0... {
     47         *                                        @type string|array ...$0 {
    4848         *                                            An array of script module identifiers of the dependencies of this script
    4949         *                                            module. The dependencies can be strings or arrays. If they are arrays,
     
    110110         *                                        Optional. List of dependencies.
    111111         *
    112          *                                        @type string|array $0... {
     112         *                                        @type string|array ...$0 {
    113113         *                                            An array of script module identifiers of the dependencies of this script
    114114         *                                            module. The dependencies can be strings or arrays. If they are arrays,
Note: See TracChangeset for help on using the changeset viewer.