[wp-trac] Re: [WordPress Trac] #9551: My-hacks doesn't need an
admin option
WordPress Trac
wp-trac at lists.automattic.com
Mon Apr 20 08:47:52 GMT 2009
#9551: My-hacks doesn't need an admin option
--------------------------------+-------------------------------------------
Reporter: filosofo | Owner: anonymous
Type: enhancement | Status: reopened
Priority: high | Milestone: 2.8
Component: Administration | Version: 2.8
Severity: normal | Resolution:
Keywords: has-patch my-hacks |
--------------------------------+-------------------------------------------
Changes (by bueltge):
* priority: normal => high
* status: closed => reopened
* resolution: fixed =>
* type: defect (bug) => enhancement
Comment:
Maybe it is possible to change the load the my-hacks.php in wp-
settings.php to a ask for the file, better as a an option, this has no
checkbox in backend.
Please remoce the if option-ask for the release 2.8
{{{
// Check for hacks file if the option is enabled
if ( file_exists(ABSPATH . 'my-hacks.php') )
require(ABSPATH . 'my-hacks.php');
}}}
--
Ticket URL: <http://core.trac.wordpress.org/ticket/9551#comment:5>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list