summaryrefslogtreecommitdiff
path: root/inc/html.php
diff options
context:
space:
mode:
authorTom N Harris <tnharris@whoopdedo.org>2010-10-21 13:20:08 -0400
committerAndreas Gohr <andi@splitbrain.org>2010-10-24 09:55:20 +0200
commitc277a6bdf6a2286eadaba9b8ad5c638b9d50922b (patch)
treed74f91cb5e98acaa0e6a1e8aa99745378116216d /inc/html.php
parent24650a1909022a24959489f1508fd877ce6db576 (diff)
downloadrpg-c277a6bdf6a2286eadaba9b8ad5c638b9d50922b.tar.gz
rpg-c277a6bdf6a2286eadaba9b8ad5c638b9d50922b.tar.bz2
Deprecate html_attbuild in favor of buildAttributes
Diffstat (limited to 'inc/html.php')
-rw-r--r--inc/html.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/inc/html.php b/inc/html.php
index 02afa00e9..a02cc020d 100644
--- a/inc/html.php
+++ b/inc/html.php
@@ -26,6 +26,7 @@ function html_wikilink($id,$name=null,$search=''){
/**
* Helps building long attribute lists
*
+ * @deprecated Use buildAttributes instead
* @author Andreas Gohr <andi@splitbrain.org>
*/
function html_attbuild($attributes){