fix bad translation of blockquote in wordpress ("post_to_red") plugin

This commit is contained in:
friendica 2014-06-25 19:17:51 -07:00
parent e6d7bfc8a3
commit 893c9419f4
2 changed files with 5 additions and 5 deletions

View file

@ -453,14 +453,14 @@ function xpost_to_html2bbcode($text) {
'$3', '$3',
'[img]http://$2[/img]' . "\n", '[img]http://$2[/img]' . "\n",
':$3', ':$3',
'\[quote\]$1\[/quote\]', '[quote]$1[/quote]',
'\[code\]$1\[/code\]', '[code]$1[/code]',
'', '',
'', '',
'', '',
'\[quote\]$1\[/quote\]', '[quote]$1[/quote]',
'$1', '$1',
'\[code\]$1\[/code\]', '[code]$1[/code]',
"\n", "\n",
'[b]$1[/b]', '[b]$1[/b]',
'[i]$1[/i]', '[i]$1[/i]',

View file

@ -1 +1 @@
2014-06-24.716 2014-06-25.717