Changeset 46697
- Timestamp:
- 11/11/2019 09:51:09 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/ms-functions.php
r46660 r46697 1423 1423 * 1424 1424 * @since MU (3.0.0) 1425 * 1426 * @param string $msg Email body. 1427 */ 1428 $msg = apply_filters( 'newblog_notify_siteadmin', $msg ); 1425 * @since 5.4.0 The `$blog_id` parameter was added. 1426 * 1427 * @param string $msg Email body. 1428 * @param int $blog_id The new site's ID. 1429 */ 1430 $msg = apply_filters( 'newblog_notify_siteadmin', $msg, $blog_id ); 1429 1431 1430 1432 /* translators: New site notification email subject. %s: New site URL. */
Note: See TracChangeset
for help on using the changeset viewer.