Revision Difference
table.DeSanitise#551721
<function name="DeSanitise" parent="table" type="libraryfunc">
<description>Converts a table that has been sanitised with <page>table.Sanitise</page> back to its original form</description>
<realm>Shared and Menu</realm>
<file line="325-L372">lua/includes/extensions/table.lua</file>
<file line="342-L389">lua/includes/extensions/table.lua</file>
<args>
<arg name="tbl" type="table">Table to be de-sanitised</arg>
</args>
<rets>
<ret name="" type="table">De-sanitised table</ret>
</rets>
</function>