Changeset 34862
- Timestamp:
- 10/06/2015 01:53:19 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class.wp-scripts.php
r32657 r34862 248 248 */ 249 249 public function set_group( $handle, $recursion, $group = false ) { 250 if ( $this->registered[$handle]->args === 1 )250 if ( isset( $this->registered[$handle]->args ) && $this->registered[$handle]->args === 1 ) 251 251 $grp = 1; 252 252 else
Note: See TracChangeset
for help on using the changeset viewer.