﻿id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
14774,Incorrect sub-directory multisite URL constants,jfarthing84,,"I noticed when using the multisite feature that the constants WP_CONTENT_URL, WP_PLUGIN_URL, WPMU_PLUGIN_URL and PLUGINS_COOKIE_PATH are all incorrect when on a sub-blog. They reflect the sub-blog ""directory"", which of course, doesn't exist. This also affects, of course, plugins_url(), content_url(), etc.

Example:
Right: WP_CONTENT_URL = mysite.com/wp-content
Wrong: WP_CONTENT_URL = mysite.com/sub-blog/wp-content",defect (bug),closed,normal,,Multisite,3.0.1,normal,invalid,,jeff@…
