mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-04 17:20:07 +00:00
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:
@@ -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'); ?>
|
||||
|
||||
Reference in New Issue
Block a user