Changeset 22286
- Timestamp:
- 10/23/2012 08:32:12 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/class.wp-dependencies.php
r21672 r22286 248 248 249 249 function __construct() { 250 @list($this->handle, $this->src, $this->deps, $this->ver, $this->args) = func_get_args(); 251 if ( is_string( $this->deps ) && ! empty( $this->deps ) ) 252 $this->deps = array( $this->deps ); 253 elseif ( !is_array( $this->deps ) ) 250 @list( $this->handle, $this->src, $this->deps, $this->ver, $this->args ) = func_get_args(); 251 if ( ! is_array($this->deps) ) 254 252 $this->deps = array(); 255 253 }
Note: See TracChangeset
for help on using the changeset viewer.