Changeset 45611 for trunk/src/wp-includes/class-wp-dependency.php
- Timestamp:
- 07/09/2019 05:44:42 AM (7 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/class-wp-dependency.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-dependency.php
r44607 r45611 90 90 */ 91 91 public function __construct() { 92 @list( $this->handle, $this->src, $this->deps, $this->ver, $this->args ) = func_get_args();92 list( $this->handle, $this->src, $this->deps, $this->ver, $this->args ) = func_get_args(); 93 93 if ( ! is_array( $this->deps ) ) { 94 94 $this->deps = array();
Note: See TracChangeset
for help on using the changeset viewer.