Changeset 54470 for trunk/src/wp-includes/functions.wp-styles.php
- Timestamp:
- 10/11/2022 09:00:33 AM (4 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/functions.wp-styles.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/functions.wp-styles.php
r52216 r54470 115 115 * 116 116 * @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. 118 118 * If source is set to false, stylesheet is an alias of other stylesheets it depends on. 119 119 * @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.