Changeset 42876 for trunk/src/wp-includes/class.wp-dependencies.php
- Timestamp:
- 03/25/2018 07:32:24 PM (8 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/class.wp-dependencies.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class.wp-dependencies.php
r42343 r42876 204 204 * @param string $handle Name of the item. Should be unique. 205 205 * @param string $src Full URL of the item, or path of the item relative to the WordPress root directory. 206 * @param array$deps Optional. An array of registered item handles this item depends on. Default empty array.206 * @param string[] $deps Optional. An array of registered item handles this item depends on. Default empty array. 207 207 * @param string|bool|null $ver Optional. String specifying item version number, if it has one, which is added to the URL 208 208 * as a query string for cache busting purposes. If version is set to false, a version … … 330 330 * @since 4.0.0 331 331 * 332 * @param array $queue An array of queued _WP_Dependency handle objects.333 * @param string $handle Name of the item. Should be unique.332 * @param string[] $queue An array of queued _WP_Dependency handles. 333 * @param string $handle Name of the item. Should be unique. 334 334 * @return bool Whether the handle is found after recursively searching the dependency tree. 335 335 */
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)