From 42a373e5012c3f8aaa065436eebe06f1c97b52d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor?= Date: Tue, 13 Sep 2016 11:04:52 +0200 Subject: [PATCH 1/5] Update post_shortcodes.php Add pharse --- e107_plugins/forum/shortcodes/batch/post_shortcodes.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/e107_plugins/forum/shortcodes/batch/post_shortcodes.php b/e107_plugins/forum/shortcodes/batch/post_shortcodes.php index 392d302b8..2c9ef1006 100644 --- a/e107_plugins/forum/shortcodes/batch/post_shortcodes.php +++ b/e107_plugins/forum/shortcodes/batch/post_shortcodes.php @@ -283,7 +283,7 @@ class plugin_forum_post_shortcodes extends e_shortcode return ''; } - return "Options"; //TODO LAN. + return "".LAN_FORUM_8013.""; //TODO LAN. } @@ -475,4 +475,4 @@ class plugin_forum_post_shortcodes extends e_shortcode } -?> \ No newline at end of file +?> From 728f5c8a96ad0df64c7bc49dbeebcf888e7dd066 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor?= Date: Tue, 13 Sep 2016 11:12:49 +0200 Subject: [PATCH 2/5] Update post_shortcodes.php --- e107_plugins/forum/shortcodes/batch/post_shortcodes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e107_plugins/forum/shortcodes/batch/post_shortcodes.php b/e107_plugins/forum/shortcodes/batch/post_shortcodes.php index 2c9ef1006..5a4191fe1 100644 --- a/e107_plugins/forum/shortcodes/batch/post_shortcodes.php +++ b/e107_plugins/forum/shortcodes/batch/post_shortcodes.php @@ -283,7 +283,7 @@ class plugin_forum_post_shortcodes extends e_shortcode return ''; } - return "".LAN_FORUM_8013.""; //TODO LAN. + return "\".LAN_FORUM_8013."\"; //TODO LAN. } From 8286f40b796a70d292d5163a39b44e17f3dd84c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor?= Date: Tue, 13 Sep 2016 11:15:35 +0200 Subject: [PATCH 3/5] Update post_shortcodes.php --- e107_plugins/forum/shortcodes/batch/post_shortcodes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e107_plugins/forum/shortcodes/batch/post_shortcodes.php b/e107_plugins/forum/shortcodes/batch/post_shortcodes.php index 5a4191fe1..2c9ef1006 100644 --- a/e107_plugins/forum/shortcodes/batch/post_shortcodes.php +++ b/e107_plugins/forum/shortcodes/batch/post_shortcodes.php @@ -283,7 +283,7 @@ class plugin_forum_post_shortcodes extends e_shortcode return ''; } - return "\".LAN_FORUM_8013."\"; //TODO LAN. + return "".LAN_FORUM_8013.""; //TODO LAN. } From dbf679c8f45af47b7578b77294bb7a433dbde1b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor?= Date: Tue, 13 Sep 2016 11:18:15 +0200 Subject: [PATCH 4/5] Update post_shortcodes.php --- e107_plugins/forum/shortcodes/batch/post_shortcodes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e107_plugins/forum/shortcodes/batch/post_shortcodes.php b/e107_plugins/forum/shortcodes/batch/post_shortcodes.php index 2c9ef1006..6e0792bc5 100644 --- a/e107_plugins/forum/shortcodes/batch/post_shortcodes.php +++ b/e107_plugins/forum/shortcodes/batch/post_shortcodes.php @@ -283,7 +283,7 @@ class plugin_forum_post_shortcodes extends e_shortcode return ''; } - return "".LAN_FORUM_8013.""; //TODO LAN. + return "".LAN_FORUM_8013.""; } From a3df98ec16863925d43b3ca83d9b74487e520b33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor?= Date: Wed, 14 Sep 2016 13:08:10 +0200 Subject: [PATCH 5/5] Some corrections --- e107_plugins/forum/shortcodes/batch/post_shortcodes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e107_plugins/forum/shortcodes/batch/post_shortcodes.php b/e107_plugins/forum/shortcodes/batch/post_shortcodes.php index 6e0792bc5..e53d92506 100644 --- a/e107_plugins/forum/shortcodes/batch/post_shortcodes.php +++ b/e107_plugins/forum/shortcodes/batch/post_shortcodes.php @@ -283,7 +283,7 @@ class plugin_forum_post_shortcodes extends e_shortcode return ''; } - return "".LAN_FORUM_8013.""; + return LAN_FORUM_8013; }