Kyberia v2.0
[mirrors/Kyberia-bloodline.git] / inc / smarty / node_methodz / modifier.stripslashes.php
CommitLineData
e586807d
H
1<?php
2/**
3 * Smarty plugin
4 * @package Smarty
5 * @subpackage plugins
6 */
7
8
9function smarty_modifier_stripslashes($text)
10{
11 return stripslashes($text);
12}
13
14/* vim: set expandtab: */
15
16?>
This page took 0.092392 seconds and 4 git commands to generate.