From 893c9419f4004eb19536d6238be4429ff038ba9e Mon Sep 17 00:00:00 2001 From: friendica Date: Wed, 25 Jun 2014 19:17:51 -0700 Subject: fix bad translation of blockquote in wordpress ("post_to_red") plugin --- util/wp/post_to_red/post_to_red.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'util') diff --git a/util/wp/post_to_red/post_to_red.php b/util/wp/post_to_red/post_to_red.php index e7f18985e..5146b8be1 100644 --- a/util/wp/post_to_red/post_to_red.php +++ b/util/wp/post_to_red/post_to_red.php @@ -453,14 +453,14 @@ function xpost_to_html2bbcode($text) { '$3', '[img]http://$2[/img]' . "\n", ':$3', - '\[quote\]$1\[/quote\]', - '\[code\]$1\[/code\]', + '[quote]$1[/quote]', + '[code]$1[/code]', '', '', '', - '\[quote\]$1\[/quote\]', + '[quote]$1[/quote]', '$1', - '\[code\]$1\[/code\]', + '[code]$1[/code]', "\n", '[b]$1[/b]', '[i]$1[/i]', -- cgit v1.2.3