make 'x minutes ago' fully translateable with argument ordering. string update.

This commit is contained in:
friendica 2012-02-12 17:15:09 -08:00
parent 330a876d81
commit 3e85c1d330
3 changed files with 4167 additions and 3958 deletions

View file

@ -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);