BBCode::SetDetectURLs( $enable = true )


Description Description


Source Source

File: includes/admin/parser.php

function SetDetectURLs($enable = true) { $this->detect_urls = $enable; }

Top ↑

User Contributed Notes User Contributed Notes

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