Changeset 46595 for trunk/src/wp-includes/functions.wp-styles.php
- Timestamp:
- 10/26/2019 09:00:08 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/functions.wp-styles.php
r44350 r46595 113 113 * @param string|bool $src Full URL of the stylesheet, or path of the stylesheet relative to the WordPress root directory. 114 114 * If source is set to false, stylesheet is an alias of other stylesheets it depends on. 115 * @param array$deps Optional. An array of registered stylesheet handles this stylesheet depends on. Default empty array.115 * @param string[] $deps Optional. An array of registered stylesheet handles this stylesheet depends on. Default empty array. 116 116 * @param string|bool|null $ver Optional. String specifying stylesheet version number, if it has one, which is added to the URL 117 117 * as a query string for cache busting purposes. If version is set to false, a version … … 158 158 * @param string $src Full URL of the stylesheet, or path of the stylesheet relative to the WordPress root directory. 159 159 * Default empty. 160 * @param array$deps Optional. An array of registered stylesheet handles this stylesheet depends on. Default empty array.160 * @param string[] $deps Optional. An array of registered stylesheet handles this stylesheet depends on. Default empty array. 161 161 * @param string|bool|null $ver Optional. String specifying stylesheet version number, if it has one, which is added to the URL 162 162 * as a query string for cache busting purposes. If version is set to false, a version
Note: See TracChangeset
for help on using the changeset viewer.