1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-06 06:38:00 +02:00

Merge pull request #1843 from yesszus/patch-6

Issue #6 Update post_shortcodes.php
This commit is contained in:
Cameron
2016-09-14 10:30:44 -07:00
committed by GitHub

View File

@@ -283,7 +283,7 @@ class plugin_forum_post_shortcodes extends e_shortcode
return '';
}
return "Options"; //TODO LAN.
return LAN_FORUM_8013;
}
@@ -475,4 +475,4 @@ class plugin_forum_post_shortcodes extends e_shortcode
}
?>
?>