Commit 7304ff7
authored
Stop using
Based on the way `is_user_member_of_blog(...)` works...
https://core.trac.wordpress.org/browser/tags/4.9.8/src/wp-includes/user.php#L703
... providing an undefined variable will work the same as not providing anything for
the optional `$blog_id` variable, so I'm simply removing it from this function call.
Fixes #67$blog_id before it's defined1 parent 177686e commit 7304ff7
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
265 | 265 | | |
266 | 266 | | |
267 | 267 | | |
268 | | - | |
| 268 | + | |
269 | 269 | | |
270 | 270 | | |
271 | 271 | | |
| |||
0 commit comments