"Show thread" should be selected by default.
This commit is contained in:
parent
e8ad164358
commit
2a6f47e7ae
2
mod.php
2
mod.php
|
@ -2317,7 +2317,7 @@
|
||||||
'<tr>' .
|
'<tr>' .
|
||||||
'<th><label for="message">Leave shadow thread</label></th>' .
|
'<th><label for="message">Leave shadow thread</label></th>' .
|
||||||
'<td>' .
|
'<td>' .
|
||||||
'<input type="checkbox" id="shadow" name="shadow"/>' .
|
'<input type="checkbox" id="shadow" name="shadow" checked/>' .
|
||||||
' <span class="unimportant">(locks thread; replies to it with a link.)</span>' .
|
' <span class="unimportant">(locks thread; replies to it with a link.)</span>' .
|
||||||
'</td>' .
|
'</td>' .
|
||||||
'</tr>' .
|
'</tr>' .
|
||||||
|
|
Loading…
Reference in New Issue