BBCode::Internal_DoEnhancedTag( $tag_rule, $params, $contents )
Description
Source
File: bp-forums/admin/parser.php
2170 2171 2172 2173 2174 | function Internal_DoEnhancedTag( $tag_rule , $params , $contents ) { $params [ '_content' ] = $contents ; $params [ '_defaultcontent' ] = strlen (@ $params [ '_default' ]) ? $params [ '_default' ] : $contents ; return $this ->FillTemplate(@ $tag_rule [ 'template' ], $params , @ $tag_rule [ 'default' ]); } |
Questions?
We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.