Make WordPress Core


Ignore:
Timestamp:
10/11/2022 09:00:33 AM (4 years ago)
Author:
johnbillion
Message:

Docs: Various improvements to inline docblocks.

See #55646

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/functions.wp-scripts.php

    r54351 r54470  
    160160 *
    161161 * @param string           $handle    Name of the script. Should be unique.
    162  * @param string|bool      $src       Full URL of the script, or path of the script relative to the WordPress root directory.
     162 * @param string|false     $src       Full URL of the script, or path of the script relative to the WordPress root directory.
    163163 *                                    If source is set to false, script is an alias of other scripts it depends on.
    164164 * @param string[]         $deps      Optional. An array of registered script handles this script depends on. Default empty array.
Note: See TracChangeset for help on using the changeset viewer.