[ad_1]
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?
