[wp-trac] [WordPress Trac] #11093: allow instalation customisation - code included and tested
WordPress Trac
wp-trac at lists.automattic.com
Sat Nov 7 14:43:42 UTC 2009
#11093: allow instalation customisation - code included and tested
-----------------------------+----------------------------------------------
Reporter: thomask | Owner:
Type: enhancement | Status: new
Priority: high | Milestone: Unassigned
Component: Upgrade/Install | Version: 2.8.5
Severity: minor | Keywords: install, customisation
-----------------------------+----------------------------------------------
Comment(by thomask):
ups, wrong formating and typo. Should be:
...[[BR]] I have made very small changes to the install.php file
a. add if ( !function_exists( ... ) ) before all (2) functions in this
file
b. create 'check_blog_installed' function as enclosure for part with blog
checking with !function_exist check again, so it can be also owerwritten
c. create step_0, step_1, step_2 functions, and adding content of code
parts run when $step = 0 or 1 or 2, again with !function_exist, so every
step can be simply ovewritten
d. create display_footer with !function_exist check and move footer to
it, so even footer can be overwritten.
...I have made no other '''changes''' to install.php...
--
Ticket URL: <http://core.trac.wordpress.org/ticket/11093#comment:1>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list