BBCode::Internal_DoLimit()
Description
Source
File: bp-forums/admin/parser.php
1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 | 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.