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 ++++---- version.inc | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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]', diff --git a/version.inc b/version.inc index d6d4381a3..5ae7420d9 100644 --- a/version.inc +++ b/version.inc @@ -1 +1 @@ -2014-06-24.716 +2014-06-25.717 -- cgit v1.2.3