summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/helpers/security_helper.rst
diff options
context:
space:
mode:
authorDerek Jones <derek.jones@ellislab.com>2013-07-20 01:02:53 +0200
committerDerek Jones <derek.jones@ellislab.com>2013-07-20 01:02:53 +0200
commitb8c283a695c8074a57d8c3dfa00934312638931d (patch)
treebde2ff27f7fbfbeb8dd97cbec24e7e5d3c006aaf /user_guide_src/source/helpers/security_helper.rst
parentabbf518a5ec7c81bf928ced417b7670490f0f0d3 (diff)
Dropping unecessary php: directive to function definitions in user guide
Diffstat (limited to 'user_guide_src/source/helpers/security_helper.rst')
-rw-r--r--user_guide_src/source/helpers/security_helper.rst10
1 files changed, 5 insertions, 5 deletions
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