Ticket #16768: 16768.patch
| File 16768.patch, 493 bytes (added by , 15 years ago) |
|---|
-
wp-includes/class.wp-dependencies.php
25 25 var $groups = array(); 26 26 var $group = 0; 27 27 28 function WP_Dependencies() {29 $args = func_get_args();30 call_user_func_array( array(&$this, '__construct'), $args );31 }32 33 function __construct() {}34 35 28 /** 36 29 * Do the dependencies 37 30 *