mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
[ci skip] Remove outdated comment
This commit is contained in:
parent
7d99a9cea1
commit
1b077725eb
1 changed files with 0 additions and 1 deletions
|
@ -359,7 +359,6 @@ zend_result dom_element_inner_html_write(dom_object *obj, zval *newval)
|
|||
}
|
||||
}
|
||||
|
||||
/* We skip the steps involving the template element as context node since we don't do special handling for that. */
|
||||
dom_remove_all_children(context_node);
|
||||
return php_dom_pre_insert(obj->document, fragment, context_node, NULL) ? SUCCESS : FAILURE;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue