Skip to content

Commit

Permalink
capital W and P, i guess, dangit
Browse files Browse the repository at this point in the history
  • Loading branch information
jazzsequence committed Feb 6, 2024
1 parent 3a3a647 commit 3d1feeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/phpunit/test-pantheon-updates.php
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ private static function is_prerelease() {
return false;
}

// If the version derived from wordpress is higher than the version in the wp-version.json file, then we're using a prerelease.
// If the version derived from WordPress is higher than the version in the wp-version.json file, then we're using a prerelease.
if ( version_compare( $current_version, $installed_version, '>' ) ) {
return true;
}
Expand Down

0 comments on commit 3d1feeb

Please # to comment.