Changeset 1326047
- Timestamp:
- 01/11/2016 08:47:06 PM (10 years ago)
- Location:
- html-cleanup/trunk
- Files:
-
- 2 edited
-
html-cleanup.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
html-cleanup/trunk/html-cleanup.php
r1120388 r1326047 32 32 33 33 // Begin filtering content from the time this script is loaded, buffering the HTML output of the page so that it can be filtered by the html_cleanup_callback function 34 html_cleanup_buffer_start();34 add_action("init", "html_cleanup_buffer_start"); 35 35 function html_cleanup_buffer_start() { 36 36 ob_start("html_cleanup_callback"); -
html-cleanup/trunk/readme.txt
r1290211 r1326047 47 47 == Changelog == 48 48 49 = 1.2.4 = 50 * Regain compatibility with Wordpress caching plugins which hook the page load very early. 51 49 52 = 1.2.3 = 50 53 * Remove unnecessary PHP notice in admin area when WP_DEBUG is enabled. … … 70 73 == Upgrade Notice == 71 74 72 = 1.2. 3=73 HTML Cleanup now no longer causes PHP to generate a notice regarding deleting / flushing a buffer in the admin area when WP_DEBUG is enabled.75 = 1.2.4 = 76 HTML Cleanup has regained compatibility with Wordpress caching plugins, including those who hook the page load very early.
Note: See TracChangeset
for help on using the changeset viewer.