[wp-meta] [Making WordPress.org] #7558: Swahili /support and /team
Making WordPress.org
noreply at wordpress.org
Wed Apr 10 01:52:10 UTC 2024
#7558: Swahili /support and /team
-------------------------------------------+---------------------------
Reporter: JavierCasares | Owner: tobifjellner
Type: enhancement | Status: accepted
Priority: normal | Milestone:
Component: International Sites (Rosetta) | Resolution:
Keywords: |
-------------------------------------------+---------------------------
Comment (by dd32):
It looks like something went wrong during the creation of these sites.
The sites were created, the options look correct, but the urls are
completely wrong, which has caused some flow-on effects for other
processes on wporg.
{{{
wp> get_blog_details();
class WP_Site#4095 (16) {
public $blog_id =>
string(3) "731"
public $domain =>
string(16) "sw.wordpress.org"
public $path =>
string(9) "/support/"
public $site_id =>
string(1) "6"
public $siteurl =>
string(31) "https://sw.global.wordpress.org"
public $home =>
string(31) "https://sw.global.wordpress.org"
}
wp> site_url();
string(31) "https://sw.global.wordpress.org"
}}}
While debugging, I cleared the cache for these sites, which resulted in
`site_url()` returning correctly.
`get_blog_details()` still lists the incorrect URL, I suspect there's a
cache that's not being cleared properly here somewhere..
--
Ticket URL: <https://meta.trac.wordpress.org/ticket/7558#comment:3>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org
More information about the wp-meta
mailing list