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-styles.php

    r52216 r54470  
    115115 *
    116116 * @param string           $handle Name of the stylesheet. Should be unique.
    117  * @param string|bool      $src    Full URL of the stylesheet, or path of the stylesheet relative to the WordPress root directory.
     117 * @param string|false     $src    Full URL of the stylesheet, or path of the stylesheet relative to the WordPress root directory.
    118118 *                                 If source is set to false, stylesheet is an alias of other stylesheets it depends on.
    119119 * @param string[]         $deps   Optional. An array of registered stylesheet handles this stylesheet depends on. Default empty array.
Note: See TracChangeset for help on using the changeset viewer.