mirror of
https://github.com/friendica/friendica
synced 2025-04-25 07:10:11 +00:00
make 'x minutes ago' fully translateable with argument ordering. string update.
This commit is contained in:
parent
330a876d81
commit
3e85c1d330
3 changed files with 4167 additions and 3958 deletions
|
@ -11,7 +11,7 @@ function stripcode_br_cb($s) {
|
|||
|
||||
function tryoembed($match){
|
||||
$url = ((count($match)==2)?$match[1]:$match[2]);
|
||||
logger("tryoembed: $url");
|
||||
// logger("tryoembed: $url");
|
||||
|
||||
$o = oembed_fetch_url($url);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue