BBCode::Internal_ComputeCurrentClass()
Contents
Description Description
Source Source
File: includes/admin/parser.php
function Internal_ComputeCurrentClass() { if (count($this->stack) > 0) $this->current_class = $this->stack[count($this->stack)-1][BBCODE_STACK_CLASS]; else $this->current_class = $this->root_class; }