Topic: Just looking at Trac
Example from changeset 316, (I believe), for the PM mod:
<span class="submit"><input type="submit" name="pm_delete_<?php echo $type ?>" value="<?php echo $lang_pun_pm['Delete message'] ?>" /></span>
Would it not be preferable as such:
<span class="submit"><input type="submit" name="pm_delete_<?php echo $type.'" value="'.$lang_pun_pm['Delete message'] ?>" /></span>
Edit: Could you shift this over to extensions, btw. Realised I've popped it in the wrong section.