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

Follow-up to [8869], [9207], [23694], [47887].

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


git-svn-id: http://core.svn.wordpress.org/trunk@57351 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov
2024-03-18 15:46:13 +00:00
parent b5ef90af01
commit cc416fc17b
2 changed files with 9 additions and 9 deletions

View File

@@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.6-alpha-57849';
$wp_version = '6.6-alpha-57850';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.