Skip to content

Commit

Permalink
Adjust feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
burhandodhy committed Mar 7, 2024
1 parent 673a07f commit 1d974bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/api/class-bc-api.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 );

Expand Down

0 comments on commit 1d974bd

Please sign in to comment.