[wp-trac] [WordPress Trac] #25030: Overlapping upload paths with multiple networks
WordPress Trac
noreply at wordpress.org
Tue Aug 13 23:46:22 UTC 2013
#25030: Overlapping upload paths with multiple networks
--------------------------+-----------------------------
Reporter: ddean | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Multisite | Version:
Severity: normal | Keywords:
--------------------------+-----------------------------
When `ms_files_rewriting` is disabled on a WP install with multiple
networks, `wp_upload_dir()` assigns the "main site" for each network the
same upload path.
Expected: Every site other than the main site of the first network will be
assigned a `sites/[id]` upload path.
Observed: The function does not distinguish between the main site on the
primary network and the main site on a secondary network, so multiple
sites are assigned `wp-content/uploads`.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/25030>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list