Forums

WP Super Cache
$wp_cache_is_home always true (2 posts)

  1. Backie
    Member
    Posted 1 year ago #

    Just a quick heads up. Line 62 of wp-cache.php of 0.9.9.8 is

    $wp_cache_is_home = ( is_front_page || is_home() );

    when I assume it should be

    $wp_cache_is_home = ( is_front_page() || is_home() );

    http://wordpress.org/extend/plugins/wp-super-cache/

  2. Donncha O Caoimh
    Member
    Posted 1 year ago #

    Thank you for catching that! That would explain why this wasn't being caught. I'll fix it in trunk.

Topic Closed

This topic has been closed to new replies.

About this Plugin

About this Topic