[wp-trac] [WordPress Trac] #12002: Multisite should not lock the root blog into using a /blog prefix

WordPress Trac noreply at wordpress.org
Mon Mar 16 14:36:04 UTC 2015


#12002: Multisite should not lock the root blog into using a /blog prefix
----------------------------+-----------------------------
 Reporter:  wpmuguru        |       Owner:
     Type:  enhancement     |      Status:  reopened
 Priority:  normal          |   Milestone:  Future Release
Component:  Bootstrap/Load  |     Version:  3.0
 Severity:  normal          |  Resolution:
 Keywords:                  |     Focuses:  multisite
----------------------------+-----------------------------

Comment (by apsolut):

 any way we can use
 {{{
 if ( is_multisite() && !is_subdomain_install() && is_main_site() )
         $blog_prefix = ''''/blog'''';
 }}}

 inside functions.php, so we dont edit core files ?

--
Ticket URL: <https://core.trac.wordpress.org/ticket/12002#comment:36>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list