Changeset 52205 for trunk/src/wp-admin/network/sites.php
- Timestamp:
- 11/18/2021 01:55:36 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/network/sites.php
r51475 r52205 262 262 * @since MU (3.0.0) 263 263 * 264 * @param string$id The ID of the activated site.264 * @param int $id The ID of the activated site. 265 265 */ 266 266 do_action( 'activate_blog', $id ); … … 273 273 * @since MU (3.0.0) 274 274 * 275 * @param string$id The ID of the site being deactivated.275 * @param int $id The ID of the site being deactivated. 276 276 */ 277 277 do_action( 'deactivate_blog', $id );
Note: See TracChangeset
for help on using the changeset viewer.