Docs: Clarify `wp-includes/update.php` main docblock description.

Props costdev, audrasjb.
See #55646.

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


git-svn-id: http://core.svn.wordpress.org/trunk@53675 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
audrasjb 2022-09-09 09:15:12 +00:00
parent 700787f0c5
commit 02032a7562
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
<?php
/**
* A simple set of functions to check our Version Update service.
* A simple set of functions to check the WordPress.org Version Update service.
*
* @package WordPress
* @since 2.3.0

View File

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