Minor: Add a @see reference to the WP API that clears the update cache.

This commit is contained in:
Yahnis Elsts 2016-04-19 15:42:38 +03:00
parent 2c6bfc6309
commit 0cfe8deaad
1 changed files with 2 additions and 0 deletions

View File

@ -710,6 +710,8 @@ class PluginUpdateChecker_3_0 {
/** /**
* Remove all cached translation updates. * Remove all cached translation updates.
*
* @see wp_clean_update_cache
*/ */
public function clearCachedTranslationUpdates() { public function clearCachedTranslationUpdates() {
$state = $this->getUpdateState(); $state = $this->getUpdateState();