aboutsummaryrefslogtreecommitdiff
path: root/vendors/kses/docs/hooks
diff options
context:
space:
mode:
authormarcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544>2009-04-17 15:41:16 +0000
committermarcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544>2009-04-17 15:41:16 +0000
commit07155a084db111c0586ce7ed958c87eed6116704 (patch)
treee5e64cd58d20bdb2a0ad896403d8814f11018f52 /vendors/kses/docs/hooks
parent566de88eb3a15b58600f5195dc7b185b8aae0d41 (diff)
downloadelgg-07155a084db111c0586ce7ed958c87eed6116704.tar.gz
elgg-07155a084db111c0586ce7ed958c87eed6116704.tar.bz2
Closes #833: Kses now built as module
git-svn-id: https://code.elgg.org/elgg/trunk@3222 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'vendors/kses/docs/hooks')
-rw-r--r--vendors/kses/docs/hooks7
1 files changed, 0 insertions, 7 deletions
diff --git a/vendors/kses/docs/hooks b/vendors/kses/docs/hooks
deleted file mode 100644
index 971ff1ca4..000000000
--- a/vendors/kses/docs/hooks
+++ /dev/null
@@ -1,7 +0,0 @@
-kses hooks
-==========
-
-Sometimes you want to perform one more action on all data that kses will
-filter. There is a special function for that purpose called kses_hook(). kses
-calls it from its main function kses(), so if you insert some code in
-kses_hook(), it will always be called to change all data that kses sees.