Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #38699


Ignore:
Timestamp:
11/07/2016 11:06:27 PM (8 years ago)
Author:
johnjamesjacoby
Comment:

Typos.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #38699 – Description

    initial v1  
    33In the event this site is the first site in a new network, no site or user counts are saved in `wp_sitemeta`.
    44
    5 This is because of a fleet of functions that do not accept a network ID a a parameter. It's also due to a lack of a network "switching" API to flip the `$current_site` global around when calling them.
     5This is because of a fleet of functions that do not accept a network ID as a parameter. It's also due to a lack of a network "switching" API to flip the `$current_site` global around when calling them.
    66
    77The following functions lack proper Network attribution:
     
    1212* `wp_update_network_site_counts()`
    1313
    14 See: #37538.
     14See: #37528.