mirror of
https://github.com/friendica/friendica
synced 2025-04-23 21:10:12 +00:00
Initial work on new UI
This commit is contained in:
parent
6b806708d9
commit
93eda9d9c1
12 changed files with 761 additions and 12 deletions
|
@ -166,6 +166,9 @@
|
|||
$s = preg_replace_callback('/\|\|([0-9]+)\|\|/', array($this, "_replcb_node"), $s);
|
||||
if ($s==Null) $this->_preg_error();
|
||||
|
||||
// remove comments block
|
||||
$s = preg_replace('/{#[^#]*#}/', "" , $s);
|
||||
|
||||
// replace strings recursively (limit to 10 loops)
|
||||
$os = ""; $count=0;
|
||||
while($os!=$s && $count<10){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue