]> git.mxchange.org Git - friendica.git/commitdiff
Camels aren't studly
authorMichael <heluecht@pirati.ca>
Mon, 16 Oct 2017 20:57:53 +0000 (20:57 +0000)
committerMichael <heluecht@pirati.ca>
Mon, 16 Oct 2017 20:57:53 +0000 (20:57 +0000)
include/html2bbcode.php

index e90f6c10949dedb6f2381a6b798ae8d2efc8e22d..c86d6581c605a82ba397129c5579f6c5f3a06828 100644 (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",