Forums

WP Super Cache
Bug Report (3 posts)

  1. Robert Chapin (miqrogroove)
    Member
    Posted 11 months ago #

    This was causing my error logs to fill up, so hope it is useful info:

    in wp-cache-phase1.php

    if ( isset( $wp_supercache_actions ) && false == is_array( $wp_supercache_actions ) )
    		return $value;

    should be

    if ( !isset( $wp_supercache_actions ) || !is_array( $wp_supercache_actions ) )
    		return $value;

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

  2. Robert Chapin (miqrogroove)
    Member
    Posted 11 months ago #

    p.s. none of the "Delete" links for individual pages seem to work.

  3. Donncha O Caoimh
    Member
    Posted 11 months ago #

    Thanks Robert for the code change and bug report!

Reply

You must log in to post.

About this Plugin

About this Topic