for an already checked “edit timestamp”.
change in admin-functions.php (wp-admin folder)
~ligne 938
echo ‘<fieldset><legend><input type=”checkbox” class=”checkbox” name=”edit_date” value=”1″ id=”timestamp” />
with
echo ‘<fieldset><legend><input type=”checkbox” class=”checkbox” name=”edit_date” value=”1″ checked id=”timestamp” />
it’s easy. ??
or just hide the checkbox:
~change the ligne 938
echo ‘<fieldset><legend><input type=”hidden” name=”edit_date” value=”1″ id=”timestamp” /> </legend>’;