Closed michaeluno closed 10 years ago
This reduces the necessity of calling $this->addSettingSections(). If the method is not called, the added fields will internally be assigned to the system default section.
$this->addSettingSections()
Done in 6dcd616 or somewhere around it.
This reduces the necessity of calling
$this->addSettingSections()
. If the method is not called, the added fields will internally be assigned to the system default section.