From 0cfe8deaad05aeb0ac8b55fd4245c74e795c03b0 Mon Sep 17 00:00:00 2001 From: Yahnis Elsts Date: Tue, 19 Apr 2016 15:42:38 +0300 Subject: [PATCH] Minor: Add a @see reference to the WP API that clears the update cache. --- plugin-update-checker.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugin-update-checker.php b/plugin-update-checker.php index a40fe90..c1140c2 100644 --- a/plugin-update-checker.php +++ b/plugin-update-checker.php @@ -710,6 +710,8 @@ class PluginUpdateChecker_3_0 { /** * Remove all cached translation updates. + * + * @see wp_clean_update_cache */ public function clearCachedTranslationUpdates() { $state = $this->getUpdateState();