PHPCS: Fix WPCS violation in [45119].
See #46809. git-svn-id: https://develop.svn.wordpress.org/trunk@45122 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
c8a29d2789
commit
0f534cfe11
@ -943,7 +943,7 @@ class WP_Debug_Data {
|
||||
$return .= "\n";
|
||||
}
|
||||
|
||||
$return .= "`";
|
||||
$return .= '`';
|
||||
|
||||
return $return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user