Make WordPress Core

Changeset 53939


Ignore:
Timestamp:
08/24/2022 03:24:14 PM (2 years ago)
Author:
desrosj
Message:

Docs: Correct typo in wp_maybe_clean_new_site_cache_on_update() parameter description.

Props kebbet.
See #55646.

File:
1 edited

Legend:

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

    r52817 r53939  
    12481248 *
    12491249 * @param WP_Site $new_site The site object after the update.
    1250  * @param WP_Site $old_site The site obejct prior to the update.
     1250 * @param WP_Site $old_site The site object prior to the update.
    12511251 */
    12521252function wp_maybe_clean_new_site_cache_on_update( $new_site, $old_site ) {
Note: See TracChangeset for help on using the changeset viewer.