FIX removing unecessary write_log
This commit is contained in:
parent
c4e8479b26
commit
2c08303099
|
|
@ -150,7 +150,7 @@ function build_footnotes_index_from_content($content)
|
|||
|
||||
if ($has_footnotes) {
|
||||
foreach ($matches as $index => $match) {
|
||||
write_log($match);
|
||||
|
||||
// Le contenu peut être dans match[1] ou match[2] selon l'ordre des attributs
|
||||
$footnote_content = !empty($match[1]) ? $match[1] : $match[2];
|
||||
if (!empty($footnote_content)) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user