[wp-trac] [WordPress Trac] #23709: Relax wildcard restrictions for populate_network() when installing in subdomain mode

WordPress Trac noreply at wordpress.org
Wed Mar 6 20:03:50 UTC 2013


#23709: Relax wildcard restrictions for populate_network() when installing in
subdomain mode
-----------------------------+-------------------------
 Reporter:  rinatkhaziev     |       Type:  enhancement
   Status:  new              |   Priority:  normal
Milestone:  Awaiting Review  |  Component:  Multisite
  Version:  trunk            |   Severity:  normal
 Keywords:  has-patch        |
-----------------------------+-------------------------
 I ran into the issue while trying to use wp-cli install-network command
 with --subdomains support.

 Underlying core issue is that populate_network is trying to check if
 wildcard subdomain is accessible. This makes sense for large networks, but
 might not work with certain setups, or not needed for small sites.

 Proposed solution is to add extra arg for populate_network()
 $wildcard_check with default to true. See attached patch

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/23709>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list