mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-04 20:54:29 +00:00
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 git-svn-id: https://develop.svn.wordpress.org/trunk@52205 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -1469,8 +1469,8 @@ Disable these notifications: %4$s'
|
||||
* @since MU (3.0.0)
|
||||
* @since 5.4.0 The `$blog_id` parameter was added.
|
||||
*
|
||||
* @param string $msg Email body.
|
||||
* @param int $blog_id The new site's ID.
|
||||
* @param string $msg Email body.
|
||||
* @param int|string $blog_id The new site's ID as an integer or numeric string.
|
||||
*/
|
||||
$msg = apply_filters( 'newblog_notify_siteadmin', $msg, $blog_id );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user