diff options
author | friendica <info@friendica.com> | 2012-02-12 17:15:09 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-02-12 17:15:09 -0800 |
commit | 3e85c1d3304c51489249ce2a284910885a1a3c73 (patch) | |
tree | af9474bae3d9d058b1102c47350bf779de0dd680 /include/bbcode.php | |
parent | 330a876d819c640d759776b12c79b46751c4754a (diff) | |
download | volse-hubzilla-3e85c1d3304c51489249ce2a284910885a1a3c73.tar.gz volse-hubzilla-3e85c1d3304c51489249ce2a284910885a1a3c73.tar.bz2 volse-hubzilla-3e85c1d3304c51489249ce2a284910885a1a3c73.zip |
make 'x minutes ago' fully translateable with argument ordering. string update.
Diffstat (limited to 'include/bbcode.php')
-rwxr-xr-x | include/bbcode.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/bbcode.php b/include/bbcode.php index 6b733c8f4..e93cbf7d7 100755 --- a/include/bbcode.php +++ b/include/bbcode.php @@ -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); |