Make WordPress Core


Ignore:
Timestamp:
01/14/2009 02:18:51 PM (15 years ago)
Author:
azaozz
Message:

Split the script queue in head and footer part, concatenate and compress the default js and css, first run, see #8628

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/admin-footer.php

    r9964 r10357  
    2323<div class="clear"></div>
    2424</div>
    25 <?php do_action('admin_footer', ''); ?>
     25<?php
     26do_action('admin_footer', '');
     27do_action('admin_print_footer_scripts');
     28
     29if ( false === get_option('can_compress_scripts') )
     30    compression_test();
     31?>
    2632<script type="text/javascript">if(typeof wpOnload=='function')wpOnload();</script>
    2733</body>
    2834</html>
     35
Note: See TracChangeset for help on using the changeset viewer.