We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e214df2 commit 89e0435Copy full SHA for 89e0435
php/WP_CLI/Fetchers/Site.php
@@ -27,6 +27,8 @@ public function get( $site_id ) {
27
/**
28
* Get site (blog) data for a given id.
29
*
30
+ * @global wpdb $wpdb WordPress database abstraction object.
31
+ *
32
* @param string $arg The raw CLI argument.
33
* @return array|false The item if found; false otherwise.
34
*/
0 commit comments