Changeset 10362 for trunk/wp-includes/class.wp-scripts.php
- Timestamp:
- 01/15/2009 12:08:20 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/class.wp-scripts.php
r10358 r10362 161 161 foreach( $this->in_footer as $key => $handle ) { 162 162 if ( !in_array($handle, $this->done, true) && isset($this->registered[$handle]) ) { 163 $this->do_item($handle , false, $this->doecho);163 $this->do_item($handle); 164 164 $this->done[] = $handle; 165 165 unset( $this->in_footer[$key] );
Note: See TracChangeset
for help on using the changeset viewer.