Camels aren't studly

This commit is contained in:
Michael 2017-10-16 20:57:53 +00:00
parent f127d65de9
commit b521215383
1 changed files with 2 additions and 2 deletions

View File

@ -338,7 +338,7 @@ function html2bbcode($message, $basepath = '')
*
* @return string The expanded URL
*/
function AddHostnameSub($matches, $basepath) {
function addHostnameSub($matches, $basepath) {
$base = parse_url($basepath);
$link = $matches[0];
@ -358,7 +358,7 @@ function AddHostnameSub($matches, $basepath) {
*
* @return string Body with expanded URLs
*/
function AddHostname($body, $basepath) {
function addHostname($body, $basepath) {
$URLSearchString = "^\[\]";
$matches = array("/\[url\=([$URLSearchString]*)\].*?\[\/url\]/ism",