Changeset 1555488
- Timestamp:
- 12/15/2016 03:20:30 PM (9 years ago)
- Location:
- cookiemonster
- Files:
-
- 3 added
- 2 edited
-
tags/1.5 (added)
-
tags/1.5/Cookie.php (added)
-
tags/1.5/readme.txt (added)
-
trunk/Cookie.php (modified) (1 diff)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
cookiemonster/trunk/Cookie.php
r1322758 r1555488 64 64 if (!is_admin()) add_filter('widget_title', 'do_shortcode', 11); 65 65 66 if (!is_admin()) add_filter('the_content', 'wpautop', 12);66 //if (!is_admin()) add_filter('the_content', 'wpautop', 12); 67 67 68 68 if (!is_admin()) add_filter('the_title', 'do_shortcode', 11); -
cookiemonster/trunk/readme.txt
r1322754 r1555488 4 4 Tags: cookie, URL parameter, shortcode 5 5 Requires at least: 4.0 6 Tested up to: 4. 47 Stable tag: 1. 46 Tested up to: 4.7 7 Stable tag: 1.5 8 8 9 9 License: GPLv2 or later … … 52 52 = 1.4 = 53 53 * Fixed deprecated call error 54 = 1.5 = 55 * Resolved issue with plugin breaking some themes 54 56 55 57 … … 57 59 = 1.4 = 58 60 * Resolves errors when debug turned on 61 = 1.5 = 62 * Resolved issue with plugin breaking some themes
Note: See TracChangeset
for help on using the changeset viewer.