• Resolved raulandash

    (@raulandash)


    Following the most recent update to version 2.0.5, WordFence suggests that the normal distribution of “wp-meta-and-date-remover” has the following entry in WPDateRemover.php:
    [line]150? ? ? ? ?
    $targetedPostCount += wp_count_posts( $type ) ->publish;
    However, the version (updated to 2.0.5, too) on my system has the following:
    [line] 150
    $targetedPostCount += wp_count_posts( $type );

    Obviously, “publish” is absent in my version. Is this something that I should be concerned about?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author prasadkirpekar

    (@prasadkirpekar)

    Hello,

    Thank you for reporting. Do not worry. We had changed it later on same version so Wordfence is comparing those two changes. We are releasing 2.1.0 today. Wordfence should not show warning after that

    Thread Starter raulandash

    (@raulandash)

    Awesome, thank-you!! Love the quick response, too!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Unexpected Modified Version of WPDateRemover.php detected by WordFence’ is closed to new replies.