@@ -196,7 +196,7 @@ discard block |
||
| 196 | 196 | * @param string $title |
| 197 | 197 | * @param string $type |
| 198 | 198 | * @param int|null $network_level_or_blog_id |
| 199 | - * @param number|null $wp_user_id |
|
| 199 | + * @param integer $wp_user_id |
|
| 200 | 200 | * @param string|null $plugin_title |
| 201 | 201 | * @param bool $is_network_and_blog_admins Whether or not the message should be shown both on network and |
| 202 | 202 | * blog admin pages. |
@@ -294,7 +294,7 @@ discard block |
||
| 294 | 294 | * @since 2.0.0 |
| 295 | 295 | * |
| 296 | 296 | * @param string $id |
| 297 | - * @param null|bool|int $network_level_or_blog_id When an integer, use the given blog storage. When `true` use the multisite notices (if there's a network). When `false`, use the current context blog notices. When `null`, the decision which notices manager to use (MS vs. Current S) will be handled internally and determined based on the $id and the context admin (blog admin vs. network level admin). |
|
| 297 | + * @param integer|null $network_level_or_blog_id When an integer, use the given blog storage. When `true` use the multisite notices (if there's a network). When `false`, use the current context blog notices. When `null`, the decision which notices manager to use (MS vs. Current S) will be handled internally and determined based on the $id and the context admin (blog admin vs. network level admin). |
|
| 298 | 298 | * |
| 299 | 299 | * @return bool |
| 300 | 300 | */ |
@@ -336,7 +336,7 @@ |
||
| 336 | 336 | * @author Vova Feldman (@svovaf) |
| 337 | 337 | * @since 1.0.9 |
| 338 | 338 | * |
| 339 | - * @param $id |
|
| 339 | + * @param string $id |
|
| 340 | 340 | * |
| 341 | 341 | * @return bool |
| 342 | 342 | */ |