Make WordPress Core


Ignore:
Timestamp:
01/15/2009 12:08:20 AM (16 years ago)
Author:
azaozz
Message:

Add action hook in admin footer so plugins can output scripts there on specific pages only, props GamerZ, fixes #8859

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/class.wp-scripts.php

    r10358 r10362  
    161161            foreach( $this->in_footer as $key => $handle ) {
    162162                if ( !in_array($handle, $this->done, true) && isset($this->registered[$handle]) ) {
    163                     $this->do_item($handle, false, $this->doecho);
     163                    $this->do_item($handle);
    164164                    $this->done[] = $handle;
    165165                    unset( $this->in_footer[$key] );
Note: See TracChangeset for help on using the changeset viewer.