Skip to content

Commit 7e980dd

Browse files
committed
Coding Standards: Remove extra line break which caused PHPCS to cry.
Sniff: Squiz.WhiteSpace.SuperfluousWhitespace.EmptyLines Follow-up to [60992]. See #63989. git-svn-id: https://develop.svn.wordpress.org/trunk@60996 602fd350-edb4-49c9-b593-d223f7449a82
1 parent b5fe136 commit 7e980dd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/wp-includes/user.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1196,7 +1196,6 @@ function is_user_member_of_blog( $user_id = 0, $blog_id = 0 ) {
11961196
return false;
11971197
}
11981198

1199-
12001199
if ( 1 === $blog_id ) {
12011200
$capabilities_key = $wpdb->base_prefix . 'capabilities';
12021201
} else {

0 commit comments

Comments
 (0)