Skip to content

Commit b52c39c

Browse files
committed
Fix reference to handles
1 parent a553244 commit b52c39c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wp-includes/class-wp-dependencies.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ class WP_Dependencies {
105105
private $queued_before_register = array();
106106

107107
/**
108-
* List of IDs for dependencies encountered which themselves have missing dependencies.
108+
* List of handles for dependencies encountered which themselves have missing dependencies.
109109
*
110110
* A dependency handle is added to this list when it is discovered to have missing dependencies. At this time, a
111111
* warning is emitted with {@see _doing_it_wrong()}. The handle is then added to this list, so that duplicate

0 commit comments

Comments
 (0)