aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--util/wp/post_to_red/post_to_red.php8
-rw-r--r--version.inc2
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