X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FXmlFunctions.php;h=bc18a2cdac2968bcb0d31ee3ed31e57af0da2a88;hb=17a9beebd642747072e9e60135d23f6a3cabeedd;hp=326c4953256f014885aac4c22e880a56ca30c84a;hpb=61678d8a5d51cc8c09407236d2c42c3cc77f813a;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/XmlFunctions.php b/includes/XmlFunctions.php index 326c495325..bc18a2cdac 100644 --- a/includes/XmlFunctions.php +++ b/includes/XmlFunctions.php @@ -61,5 +61,6 @@ function wfIsWellFormedXmlFragment( $text ) { return Xml::isWellFormedXmlFragment( $text ); } - -?> +function wfBuildForm( $fields, $submitLabel ) { + return Xml::buildForm( $fields, $submitLabel ); +}