mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
Add missing descriptions to the $blogid and $siteid property DocBlocks in the wpdb class.
Props ipm-frommen. See #31008. git-svn-id: https://develop.svn.wordpress.org/trunk@31294 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
f4e2134bee
commit
b98c2c0bb3
@ -230,7 +230,7 @@ class wpdb {
|
||||
var $ready = false;
|
||||
|
||||
/**
|
||||
* {@internal Missing Description}}
|
||||
* Blog ID.
|
||||
*
|
||||
* @since 3.0.0
|
||||
* @access public
|
||||
@ -239,7 +239,7 @@ class wpdb {
|
||||
public $blogid = 0;
|
||||
|
||||
/**
|
||||
* {@internal Missing Description}}
|
||||
* Site ID.
|
||||
*
|
||||
* @since 3.0.0
|
||||
* @access public
|
||||
|
||||
Loading…
Reference in New Issue
Block a user