5 | | **Looking at the activation process in WP, defining the WP_INSTALLING constant is useful, but it's important that other operations are not treated irregulary just to comform to an instance (such as installation) that is currently running.** |
6 | | |
7 | | **Beside the main site setup for the first time, site installation thereafter should not be breaking load processes just because we need to bail the installation instance** |
| 5 | > Looking at the activation process in WP, defining the `WP_INSTALLING` constant is useful, but it's important that other operations are not treated irregularly just to conform to an instance (such as installation) that is currently running. |
| 6 | > |
| 7 | > Beside the main site setup for the first time, **site installation thereafter should not be breaking load processes just because we need to bail the installation instance** |