mirror of
https://github.com/friendica/friendica
synced 2024-11-10 15:42:54 +00:00
Camels aren't studly
This commit is contained in:
parent
f127d65de9
commit
b521215383
1 changed files with 2 additions and 2 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue