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:
Drew Jaynes (DrewAPicture) 2015-01-29 11:34:52 +00:00
parent f4e2134bee
commit b98c2c0bb3
1 changed files with 2 additions and 2 deletions

View File

@ -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