Changeset 42343 for trunk/src/wp-admin/admin-footer.php
- Timestamp:
- 11/30/2017 11:09:33 PM (8 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/admin-footer.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/admin-footer.php
r42201 r42343 8 8 9 9 // don't load directly 10 if ( !defined('ABSPATH') ) 11 die('-1'); 10 if ( ! defined( 'ABSPATH' ) ) { 11 die( '-1' ); 12 } 12 13 13 14 /** … … 100 101 101 102 // get_site_option() won't exist when auto upgrading from <= 2.7 102 if ( function_exists( 'get_site_option') ) {103 if ( false === get_site_option( 'can_compress_scripts') )103 if ( function_exists( 'get_site_option' ) ) { 104 if ( false === get_site_option( 'can_compress_scripts' ) ) { 104 105 compression_test(); 106 } 105 107 } 106 108
Note: See TracChangeset
for help on using the changeset viewer.