Add missing descriptions to the $blogid and $siteid property DocBlocks in the wpdb class.

Props ipm-frommen.
See #31008.

Built from https://develop.svn.wordpress.org/trunk@31294


git-svn-id: http://core.svn.wordpress.org/trunk@31275 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Drew Jaynes 2015-01-29 11:35:22 +00:00
parent 0f20ecca9c
commit d7a51b3fc2
2 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.2-alpha-31293';
$wp_version = '4.2-alpha-31294';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.

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