Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions src/Core_Command.php
Original file line number Diff line number Diff line change
Expand Up @@ -977,6 +977,11 @@ private static function get_clean_basedomain() {
* [--extra]
* : Show extended version information.
*
* Note: In a Multisite installation, `wp core version --extra` reports the expected database
* revision from `wp-includes/version.php`, not the per-site `db_version` stored in each
* subsite's options table. To retrieve a subsite's stored database revision, use
* `wp option get db_version --url=<subsite>`. See also `wp core check-update-db`.
*
* ## EXAMPLES
*
* # Display the WordPress version
Expand Down