mirror of
https://github.com/friendica/friendica
synced 2025-04-26 07:10:12 +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
|
@ -113,12 +113,6 @@ function html2plain($html, $wraplength = 75, $compact = false)
|
|||
|
||||
$message = str_replace("\r", "", $html);
|
||||
|
||||
// replace all hashtag addresses
|
||||
/* if (get_config("system", "remove_hashtags_on_export")) {
|
||||
$pattern = '/#<a.*?href="(.*?)".*?>(.*?)<\/a>/is';
|
||||
$message = preg_replace($pattern, '#$2', $message);
|
||||
}
|
||||
*/
|
||||
$doc = new DOMDocument();
|
||||
$doc->preserveWhiteSpace = false;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue