Skip to content

Commit a23c313

Browse files
committed
Docs: Add not about retrieving db version on Multisite
1 parent 0971545 commit a23c313

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Core_Command.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -977,6 +977,9 @@ private static function get_clean_basedomain() {
977977
* [--extra]
978978
* : Show extended version information.
979979
*
980+
* Note: to retrieve the database revision for an individual subsite in a Multisite installation,
981+
* use `wp option get db_version --url=<subsite>`. See also `wp core check-update-db`.
982+
*
980983
* ## EXAMPLES
981984
*
982985
* # Display the WordPress version

0 commit comments

Comments
 (0)