mirror of
https://github.com/friendica/friendica
synced 2025-04-24 07:10:11 +00:00
Moved several settings from .htconfig.php to the admin settings page.
This commit is contained in:
parent
10c7ab76a2
commit
7e9ae24511
8 changed files with 52 additions and 27 deletions
|
@ -1183,12 +1183,6 @@ function bbcode($Text,$preserve_nl = false, $tryoembed = true, $simplehtml = fal
|
|||
//$Text = str_replace('<br /><li>','<li>', $Text);
|
||||
// $Text = str_replace('<br /><ul','<ul ', $Text);
|
||||
|
||||
// Remove all hashtag addresses
|
||||
/* if (!$tryoembed AND get_config("system", "remove_hashtags_on_export")) {
|
||||
$pattern = '/#<a.*?href="(.*?)".*?>(.*?)<\/a>/is';
|
||||
$Text = preg_replace($pattern, '#$2', $Text);
|
||||
}
|
||||
*/
|
||||
call_hooks('bbcode',$Text);
|
||||
|
||||
$a->save_timestamp($stamp1, "parser");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue