diff --git a/src/wp-includes/class-IXR.php b/src/wp-includes/class-IXR.php index 2fee046d41..8347c1beaf 100644 --- a/src/wp-includes/class-IXR.php +++ b/src/wp-includes/class-IXR.php @@ -168,7 +168,7 @@ class IXR_Value { { $expected = 0; foreach ($array as $key => $value) { - if ((string)$key != (string)$expected) { + if ((string)$key !== (string)$expected) { return true; } $expected++;