1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-05 14:17:49 +02:00

Update post_shortcodes.php

Add pharse
This commit is contained in:
Gábor
2016-09-13 11:04:52 +02:00
committed by GitHub
parent a5c006b593
commit 42a373e501

View File

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