Make WordPress Core

Changeset 40592


Ignore:
Timestamp:
05/09/2017 04:01:49 PM (8 years ago)
Author:
flixos90
Message:

Multisite: Add missing documentation for new $network_id parameter of wp_maybe_update_network_site_counts().

This was overlooked in [40591].

See #40384.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/ms-functions.php

    r40591 r40592  
    23022302 * @since 3.7.0
    23032303 * @since 4.8.0 The $network_id parameter has been added.
     2304 *
     2305 * @param int|null $network_id ID of the network. Default is the current network.
    23042306 */
    23052307function wp_maybe_update_network_site_counts( $network_id = null ) {
Note: See TracChangeset for help on using the changeset viewer.