Changeset 1692
- Timestamp:
- 02/16/2008 12:22:28 AM (9 months ago)
- Files:
-
- trunk/plugins/SemanticBBCode.jplug.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/plugins/SemanticBBCode.jplug.php
r1690 r1692 3 3 * @name: SemanticBBCode <http://jeenaparadies.net/webdesign/jlog/> 4 4 * @author: Robert Bienert <robertbienert@gmx.net> 5 * @version: 0. 16 * @date: 2008-02-1 55 * @version: 0.2 6 * @date: 2008-02-16 7 7 * 8 8 * This library is free software; you can redistribute it and/or … … 107 107 //-- 108 108 // Funktionen fuer Kommentatoren: 109 function hook_bbc comments(& $bbc) {109 function hook_bbcomments(& $bbc) { 110 110 $this->_private_BBCode_($bbc); 111 111
