Skip to content

Commit 71b1d68

Browse files
committed
Small fix for PHPCS for a missing fullstop
1 parent 9770673 commit 71b1d68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/faustwp/includes/replacement/callbacks.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ function image_source_srcset_replacement( $sources ) {
139139
: str_replace( $wp_media_urls, $wp_media_site_url, $url );
140140
} else {
141141

142-
// We need to make sure that the frontend URL or relative URL (legacy) is updated with the site url
142+
// We need to make sure that the frontend URL or relative URL (legacy) is updated with the site url.
143143
$url = preg_replace( $patterns, $site_url, $url );
144144
}
145145

0 commit comments

Comments
 (0)