MyBB Community Forums

Full Version: Hardcoded language values in modcp
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I don't understand the point on these, but there are two hardcoded values in the moderation tempaltes.
https://github.com/mybb/mybb/blob/featur....xml#L6443
<input type="submit" class="button" name="Edit Announcement" value="{$lang->edit_announcement}" />&nbsp;&nbsp;

https://github.com/mybb/mybb/blob/featur....xml#L6573
<input type="submit" class="button" name="Add Announcement" value="{$lang->add_announcement}" />&nbsp;&nbsp;
Oh, thank you.