Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanHerman committed Jun 20, 2024
1 parent 72d3c2a commit d5e2e09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/ical-parser/class-coblocks-ical.php
Original file line number Diff line number Diff line change
Expand Up @@ -2711,7 +2711,7 @@ protected function is_file_or_url( $filename ) {
* @throws \Exception Exception thrown on error.
*/
protected function file_or_url( $filename ) {
// If this is a URL, let's use wp_safe_remote_get instead.
// If this is a URL, let's use wp_safe_remote_get.
if ( filter_var( $filename, FILTER_VALIDATE_URL ) ) {
$request = wp_safe_remote_get( $filename );
if ( is_wp_error( $request ) ) {
Expand Down

0 comments on commit d5e2e09

Please sign in to comment.