From 1d974bd4f88c2b1db848b6a859ea3430d21559df Mon Sep 17 00:00:00 2001 From: Burhan Nasir Date: Thu, 7 Mar 2024 19:29:10 +0500 Subject: [PATCH] Adjust feedback --- includes/api/class-bc-api.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/api/class-bc-api.php b/includes/api/class-bc-api.php index 694bd1a..30326be 100644 --- a/includes/api/class-bc-api.php +++ b/includes/api/class-bc-api.php @@ -131,7 +131,7 @@ private function cached_get( $url, $args, $cache_fail_response = false ) { * @param {string} $url The URL of the request. * @param {array} $args The arguments of the request. * - * @return bool Whether to cache the response. + * @return bool Whether to cache the fail response. */ $cache_fail_response = apply_filters( 'brightcove_cache_api_fail_response', $cache_fail_response, $url, $args );