Skip to content

Commit

Permalink
Fix #8 : Add missing array declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
ak4t0sh committed May 5, 2023
1 parent 9b33338 commit e99f7ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions filter.php
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ protected function convert_urls_into_codepens(&$text) {
// <a href="blah">
$filterignoretagsopen = ['<a\s[^>]+?>'];
$filterignoretagsclose = ['</a>'];
$ignoretags = [];
filter_save_ignore_tags($text, $filterignoretagsopen, $filterignoretagsclose, $ignoretags);

static $unicoderegexp;
Expand Down

0 comments on commit e99f7ce

Please sign in to comment.