Changeset 1824196
- Timestamp:
- 02/18/2018 06:29:15 PM (8 years ago)
- File:
-
- 1 edited
-
lightweight-html-minify/trunk/plugin.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lightweight-html-minify/trunk/plugin.php
r1823504 r1824196 166 166 ob_start('lhm_wp_html_compression_finish'); 167 167 } 168 add_action(' get_header', 'lhm_wp_html_compression_start');168 add_action('wp', 'lhm_wp_html_compression_start');
Note: See TracChangeset
for help on using the changeset viewer.