Remove My Hacks option. Props filosofo. fixes #9551

git-svn-id: https://develop.svn.wordpress.org/trunk@10964 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2009-04-16 22:58:20 +00:00
parent 587e0e979f
commit bcd0361528
2 changed files with 1 additions and 9 deletions

View File

@@ -62,14 +62,6 @@ include('admin-header.php');
</tr>
<tr>
<th scope="row" class="th-full">
<label for="hack_file">
<input type="checkbox" id="hack_file" name="hack_file" value="1"<?php checked('1', get_option('hack_file')); ?> />
<?php _e('Use legacy <code>my-hacks.php</code> file support') ?>
</label>
</th>
</tr>
</table>
<?php do_settings_sections('misc'); ?>