siteurl instead of domain
Hi,
Nice little plugin you wrote there. Just a small suggestion - in line 253, you are using $site->domain to come up with an identifier for each site, but at least for me, that just gets you the main domain every time. $site->siteurl does the trick.
Thanks!
Interesting. At the same time though, the only part we use that for is a title attribute, which arguably could also be a candidate for removal as a whole.
Yeah, but it's actually quite useful, because if you couldn't hover over the numbers to have your URL displayed, how could you easily figure out which column relates to which site?
Output that info as part of the link text. Been too long since I looked at the actual output to see if that'd break a lot of visual layout and whatnot. Just throwing the thought out there.
I think you decided against that to keep the columns slim. If you put more than a number, I would assume it indeed breaks the layout.
Probably. Regardless, make whatever changes you need to make it work for you. PRs welcome as well.
Already did that. Just mentioned it in case somebody wants to incorporate it as a fix into the "official" script. Not worth the hassle to make my own commit, since I'm not a dev nobody is gonna use that, ever.