PluginProbe
WebberZone Top 10 — Popular Posts / 4.5.1
WebberZone Top 10 — Popular Posts v4.5.1
4.5.1 4.5.0 4.4.3 4.4.2 4.4.1 4.4.0 4.3.4 4.3.3 4.3.2 4.3.1 4.3.0 trunk 1.0 1.0.1 1.1 1.2 1.3 1.4 1.4.1 1.5 1.5.1 1.5.2 1.5.3 1.6 1.6.1 All 117 releases
← All changes | includes/class-top-ten-core-query.php +1 -1 4.4.1 → 4.5.1 View file →
@@ -896,9 +896,9 @@
896 896 }
897 897
898 898 // Support caching to speed up retrieval.
899 899 if ( $this->should_cache() && ! $this->in_cache ) {
900 - /** This filter is defined in display-posts.php */
900 + /** This filter is documented in includes/frontend/class-display.php */
901 901 $cache_time = apply_filters( 'tptn_cache_time', $this->query_args['cache_time'], $this->query_args );
902 902 $cache_name = $this->cache_name;
903 903 $post_ids = wp_list_pluck( $query->posts, 'ID' );
904 904