Changeset 37144 for branches/4.4/src/wp-admin/includes/ajax-actions.php
- Timestamp:
- 03/30/2016 06:30:40 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.4/src/wp-admin/includes/ajax-actions.php
r35760 r37144 198 198 wp_die(); 199 199 } elseif ( 'no' == $_GET['test'] ) { 200 check_ajax_referer( 'update_can_compress_scripts' ); 200 201 update_site_option('can_compress_scripts', 0); 201 202 } elseif ( 'yes' == $_GET['test'] ) { 203 check_ajax_referer( 'update_can_compress_scripts' ); 202 204 update_site_option('can_compress_scripts', 1); 203 205 }
Note: See TracChangeset
for help on using the changeset viewer.