Build/Test Tools: Fix an incorrect inline comment in Tests_Ajax_wpAjaxReplytoComment.

This changeset replaces "Become an administrator" with "Become a subscriber" in an inline comment located in `Tests_Ajax_wpAjaxReplytoComment::test_as_subscriber`.

Props davidbinda.
Fixes #57452.

Built from https://develop.svn.wordpress.org/trunk@55058


git-svn-id: http://core.svn.wordpress.org/trunk@54591 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
audrasjb 2023-01-12 23:08:16 +00:00
parent 10ad5f0d4d
commit e87b8157cb

View File

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