Changeset 47122 for trunk/src/wp-admin/admin-footer.php
- Timestamp:
- 01/29/2020 12:43:23 AM (6 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
r45927 r47122 7 7 */ 8 8 9 // don't load directly9 // Don't load directly. 10 10 if ( ! defined( 'ABSPATH' ) ) { 11 11 die( '-1' ); … … 105 105 do_action( "admin_footer-{$hook_suffix}" ); // phpcs:ignore WordPress.NamingConventions.ValidHookName.UseUnderscores 106 106 107 // get_site_option() won't exist when auto upgrading from <= 2.7 107 // get_site_option() won't exist when auto upgrading from <= 2.7. 108 108 if ( function_exists( 'get_site_option' ) ) { 109 109 if ( false === get_site_option( 'can_compress_scripts' ) ) {
Note: See TracChangeset
for help on using the changeset viewer.