Skip to content

Commit

Permalink
php fix cs
Browse files Browse the repository at this point in the history
  • Loading branch information
vraja-pro committed Nov 18, 2024
1 parent 853bdec commit ae1a7ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/images/Application/image-content-extractor.php
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ protected function gather_images_wp( $content ) {
if ( ! $src_raw ) {
continue;
}

$src = \htmlentities( $src_raw, ( \ENT_QUOTES | \ENT_SUBSTITUTE | \ENT_HTML401 ), \get_bloginfo( 'charset' ) );
$classes = $processor->get_attribute( $attribute );
$id = $this->extract_id_of_classes( $classes );
Expand Down

0 comments on commit ae1a7ee

Please sign in to comment.