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:
parent
0f20ecca9c
commit
d7a51b3fc2
|
@ -4,7 +4,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @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.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
|
@ -230,7 +230,7 @@ class wpdb {
|
||||||
var $ready = false;
|
var $ready = false;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* {@internal Missing Description}}
|
* Blog ID.
|
||||||
*
|
*
|
||||||
* @since 3.0.0
|
* @since 3.0.0
|
||||||
* @access public
|
* @access public
|
||||||
|
@ -239,7 +239,7 @@ class wpdb {
|
||||||
public $blogid = 0;
|
public $blogid = 0;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* {@internal Missing Description}}
|
* Site ID.
|
||||||
*
|
*
|
||||||
* @since 3.0.0
|
* @since 3.0.0
|
||||||
* @access public
|
* @access public
|
||||||
|
|
Loading…
Reference in New Issue