Ticket #40134: 40134.patch
| File 40134.patch, 640 bytes (added by , 9 years ago) |
|---|
-
wp-includes/class.wp-dependencies.php
IDEA additional info: Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP <+>UTF-8
218 218 if ( isset($this->registered[$handle]) ) 219 219 return false; 220 220 $this->registered[$handle] = new _WP_Dependency( $handle, $src, $deps, $ver, $args ); 221 222 if ( $args === 1 ) { 223 $this->add_data( $handle, 'group', 1 ); 224 } 225 221 226 return true; 222 227 } 223 228