Minor: Add a @see reference to the WP API that clears the update cache.
This commit is contained in:
parent
2c6bfc6309
commit
0cfe8deaad
|
|
@ -710,6 +710,8 @@ class PluginUpdateChecker_3_0 {
|
|||
|
||||
/**
|
||||
* Remove all cached translation updates.
|
||||
*
|
||||
* @see wp_clean_update_cache
|
||||
*/
|
||||
public function clearCachedTranslationUpdates() {
|
||||
$state = $this->getUpdateState();
|
||||
|
|
|
|||
Loading…
Reference in New Issue