From b8c283a695c8074a57d8c3dfa00934312638931d Mon Sep 17 00:00:00 2001 From: Derek Jones Date: Fri, 19 Jul 2013 16:02:53 -0700 Subject: Dropping unecessary php: directive to function definitions in user guide --- user_guide_src/source/helpers/security_helper.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'user_guide_src/source/helpers/security_helper.rst') diff --git a/user_guide_src/source/helpers/security_helper.rst b/user_guide_src/source/helpers/security_helper.rst index 21bf53490..b06f78df6 100644 --- a/user_guide_src/source/helpers/security_helper.rst +++ b/user_guide_src/source/helpers/security_helper.rst @@ -18,7 +18,7 @@ The following functions are available: xss_clean() =========== -.. php:function:: xss_clean($str, $is_image = FALSE) +.. function:: xss_clean($str, $is_image = FALSE) :param string $str: Input data :param bool $is_image: Whether we're dealing with an image @@ -32,7 +32,7 @@ please see the :doc:`Input Library <../libraries/input>` documentation. sanitize_filename() =================== -.. php:function:: sanitize_filename($filename) +.. function:: sanitize_filename($filename) :param string $filename: Filename :returns: string @@ -46,7 +46,7 @@ documentation. do_hash() ========= -.. php:function:: do_hash($str, $type = 'sha1') +.. function:: do_hash($str, $type = 'sha1') :param string $str: Input :param string $type: Algorithm @@ -71,7 +71,7 @@ Examples:: strip_image_tags() ================== -.. php:function:: strip_image_tags($str) +.. function:: strip_image_tags($str) :param string $str: Input :returns: string @@ -90,7 +90,7 @@ documentation. encode_php_tags() ================= -.. php:function:: encode_php_tags($str) +.. function:: encode_php_tags($str) :param string $str: Input :returns: string -- cgit v1.2.3-24-g4f1b