Opened 14 years ago
Closed 13 years ago
#21529 closed enhancement (fixed)
Improve multisite variables for WordPress multisite
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | 3.5 | Priority: | normal |
| Severity: | minor | Version: | 3.4.1 |
| Component: | Multisite | Keywords: | has-patch dev-feedback |
| Focuses: | Cc: |
Description (last modified by )
Currently, WordPress suggest those variables to be used for a multisite setup:
$base = /YOURPATH/;
define('PATH_CURRENT_SITE', '/YOURPATH/');
To keep it simple, it should be something like:
define('PATH_CURRENT_SITE', '/YOURPATH/');
$base = PATH_CURRENT_SITE;
Change History (5)
#2
@
14 years ago
- Component changed from Administration to Multisite
- Description modified (diff)
- Summary changed from Improve multisite variables for wordpress multisite to Improve multisite variables for WordPress multisite
Note: See
TracTickets for help on using
tickets.
See https://github.com/WordPress/WordPress/pull/16 for the pull request that changes what I described above.