BBCode::Internal_DoLimit()
Description
Source
File: bp-forums/admin/parser.php
function Internal_DoLimit() { $this->Internal_CleanupWSByPoppingStack("a", $this->stack); if (strlen($this->limit_tail) > 0) { $this->stack[] = Array( BBCODE_STACK_TOKEN => BBCODE_TEXT, BBCODE_STACK_TEXT => $this->limit_tail, BBCODE_STACK_TAG => false, BBCODE_STACK_CLASS => $this->current_class, ); } $this->was_limited = true; }
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.