Ticket #9346: 9346.diff
File 9346.diff, 523 bytes (added by , 14 years ago) |
---|
-
wp-includes/class.wp-scripts.php
162 162 } 163 163 164 164 function do_footer_items() { 165 $this->in_footer = array_diff($this->do_items(false, 1), $this->done); 165 166 if ( !empty($this->in_footer) ) { 166 167 foreach( $this->in_footer as $key => $handle ) { 167 168 if ( !in_array($handle, $this->done, true) && isset($this->registered[$handle]) ) {