[wp-trac] [WordPress Trac] #31744: All PHP files in the root should be dummy files, pointing to wp-includes versions
WordPress Trac
noreply at wordpress.org
Tue Mar 24 01:25:04 UTC 2015
#31744: All PHP files in the root should be dummy files, pointing to wp-includes
versions
-----------------------------+-----------------------------
Reporter: markjaquith | Owner:
Type: enhancement | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Upgrade/Install | Version:
Severity: normal | Keywords:
Focuses: |
-----------------------------+-----------------------------
I'm proposing that all of our PHP files in the WordPress root should be
moved to `wp-includes`, and dummy versions put in the root that include
the `wp-includes` versions of them.
This will make things cleaner, and will open the door for us to do things
like install a new version of WordPress in `wp-includes-8fb24cd9`, and
pass a `?use-wp-includes=8fb24cd9` switch that loads that version. We
could test the updated version of WordPress without touching the old
version, and if it fails (WSOD, etc), we don't even have to roll back,
because we haven't put the new version in `wp-includes` yet.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/31744>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list