Multisite Used to describe a WordPress installation with a network of multiple blogs, grouped by sites. This installation type has shared users tables, and creates separate database tables for each blog (wp_posts becomes wp_0_posts). See also network, blog, site office hours are held every Tuesday at 16:00 UTC in #core-multisite. The next will be Tuesday 16:00 UTC. A more casual bug A bug is an error or unexpected result. Performance improvements, code optimization, and are considered enhancements, not defects. After feature freeze, only bugs are dealt with, with regressions (adverse changes from the previous version) being the highest priority. scrub is on Thursday 20:00 UTC.
The weekly agenda for the 4.6 cycle is to (a) address blockers and share status on bigger initiatives, then (b) walk through a few multisite focused tickets on Trac An open source project by Edgewall Software that serves as a bug tracker and project management tool for WordPress..
Today’s chat log
Attendees: @flixos90, @spacedmonkey, @jeremyfelt
Tickets Covered
- #36675,
WP_MS_Sites_List_Table
 should use WP_Site_Query
. This is almost ready and should also close #33185, #24833, and #21837. Soon after an effective patch A special text file that describes changes to code, by identifying the files and lines which are added, removed, and altered. It may also be referred to as a diff. A patch can be applied to a codebase for testing. can be written for #26580. Available search columns in WP_Site_Query
 will remain as domain and path. Once everything is in, an assessment can be made on the usefulness of searching custom columns on the wp_blogs
 table.
- #35791,
WP_Site_Query
 has a patch that will go in before the above so that search columns are available. Most of the functions mentioned in the ticket Created for both bug reports and feature development on the bug tracker. description have been updated to use get_sites()
. New tickets should be created for the replacement elsewhere in core Core is the set of software required to run WordPress. The Core Development Team builds WordPress..
- #36935 implements lazy-loading of site details in
WP_Site
 and will go a long way towards the—possibly silent—deprecation of get_blog_details()
 in core. It implements a new global cache key (site_details
) that will help clear up some of the issues that come with the blog-details
 cache key. Once this is in, get_blog_details()
 can be replaced almost everywhere. See #37102 for that progress.
- #36717 is still in temporary limbo. The private
blog_id
 and site_id
 properties will likely need to be made public again, but there remains a sliver of hope that this can be worked around inside get_blog_details()
 for the time being. If it’s still in for beta A pre-release of software that is given out to a large group of users to trial under real conditions. Beta versions have gone through alpha testing in-house and are generally fairly close in look, feel and function to the final product; however, design changes often occur as part of the process., it will mostly be for testing.
- #32504 –
WP_Network_Query
 still has 2 weeks before beta. A patch and tests are already there, so there’s a high chance it can go in this week.
If you aren’t available during the weekly multisite office hours, feel free to leave a comment here or in #core-multisite with a ticket number you’d like to see discussed.
See you next week!
#4-6, #multisite, #network-sites