Skip to content
This repository has been archived by the owner on Jul 28, 2023. It is now read-only.

Commit

Permalink
Flush before moving to next tag
Browse files Browse the repository at this point in the history
  • Loading branch information
ockham committed Jun 1, 2023
1 parent 2a70577 commit 9430be8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/directives/wp-process-directives.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ function wp_process_directives( $tags, $prefix, $directives ) {
foreach ( $attributes as $attribute ) {
call_user_func( $directives[ $attribute ], $tags, $context );
}
$tags->get_updated_html();
}

return $tags;
Expand Down

0 comments on commit 9430be8

Please sign in to comment.