Coding Standards: Fix spacing for incrementors and decrementors in various files.

Note: This will be enforced by WPCS 3.0.0.

Props jrf.
See #56791.

git-svn-id: https://develop.svn.wordpress.org/trunk@54896 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov
2022-11-29 21:11:42 +00:00
parent 4b55a18d23
commit 8e44ab05a6
10 changed files with 15 additions and 15 deletions

View File

@@ -626,7 +626,7 @@ function _list_meta_row( $entry, &$count ) {
}
$r = '';
++ $count;
++$count;
if ( is_serialized( $entry['meta_value'] ) ) {
if ( is_serialized_string( $entry['meta_value'] ) ) {