BBCode::SetDefaultRule( $name )


Description Description


Source Source

File: includes/admin/parser.php

function SetDefaultRule($name) { if (isset($this->defaults->default_tag_rules[$name]))
$this->AddRule($name, $this->defaults->default_tag_rules[$name]);
else $this->RemoveRule($name); }

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.