Coding Standards: Use strict comparison in wp-includes/class-wp-rewrite.php.

Follow-up to [3638], [13689], [19743].

Props aristath, poena, afercia, SergeyBiryukov.
See #57839.
Built from https://develop.svn.wordpress.org/trunk@56210


git-svn-id: http://core.svn.wordpress.org/trunk@55722 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov
2023-07-11 11:35:23 +00:00
parent 6fc3060a4e
commit 3eec0065e3
2 changed files with 9 additions and 6 deletions

View File

@@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.3-beta3-56209';
$wp_version = '6.3-beta3-56210';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.