[Plugin: Collapsing Archives] Make plugin work in WordPress 4.0
-
Just found the reason, why the collapsing archives were not shown any more after upgrading to WP 4.0.
In line 149 of collapsArch.php, there is a check for the WordPress version, which only accepts 2.8, 2.9, and 3.x.
To accept also 4.x, change this line to
if (preg_match('/^(2\.[8-9]|3\..*|4\..*)/', $version))
- The topic ‘[Plugin: Collapsing Archives] Make plugin work in WordPress 4.0’ is closed to new replies.