Make WordPress Core


Ignore:
Timestamp:
11/18/2021 01:55:36 PM (3 years ago)
Author:
johnbillion
Message:

Docs: Corrections relating to types used in inline documentation for comment ID and site ID proprties.

Includes a correction for a typo introduced in [52204].

See #53399

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/network/sites.php

    r51475 r52205  
    262262             * @since MU (3.0.0)
    263263             *
    264              * @param string $id The ID of the activated site.
     264             * @param int $id The ID of the activated site.
    265265             */
    266266            do_action( 'activate_blog', $id );
     
    273273             * @since MU (3.0.0)
    274274             *
    275              * @param string $id The ID of the site being deactivated.
     275             * @param int $id The ID of the site being deactivated.
    276276             */
    277277            do_action( 'deactivate_blog', $id );
Note: See TracChangeset for help on using the changeset viewer.