mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-12 13:44:21 +01:00
Update @since for various wpdb properties. Props SergeyBiryukov. fixes #21582
git-svn-id: http://core.svn.wordpress.org/trunk@21521 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
5f1392a175
commit
7342291b01
@ -88,7 +88,7 @@ class wpdb {
|
|||||||
/**
|
/**
|
||||||
* Count of rows returned by previous query
|
* Count of rows returned by previous query
|
||||||
*
|
*
|
||||||
* @since 1.2.0
|
* @since 0.71
|
||||||
* @access private
|
* @access private
|
||||||
* @var int
|
* @var int
|
||||||
*/
|
*/
|
||||||
@ -113,9 +113,9 @@ class wpdb {
|
|||||||
var $insert_id = 0;
|
var $insert_id = 0;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Saved result of the last query made
|
* Last query made
|
||||||
*
|
*
|
||||||
* @since 1.2.0
|
* @since 0.71
|
||||||
* @access private
|
* @access private
|
||||||
* @var array
|
* @var array
|
||||||
*/
|
*/
|
||||||
@ -124,7 +124,7 @@ class wpdb {
|
|||||||
/**
|
/**
|
||||||
* Results of the last query made
|
* Results of the last query made
|
||||||
*
|
*
|
||||||
* @since 1.0.0
|
* @since 0.71
|
||||||
* @access private
|
* @access private
|
||||||
* @var array|null
|
* @var array|null
|
||||||
*/
|
*/
|
||||||
@ -142,7 +142,7 @@ class wpdb {
|
|||||||
/**
|
/**
|
||||||
* Saved info on the table column
|
* Saved info on the table column
|
||||||
*
|
*
|
||||||
* @since 1.2.0
|
* @since 0.71
|
||||||
* @access protected
|
* @access protected
|
||||||
* @var array
|
* @var array
|
||||||
*/
|
*/
|
||||||
@ -164,7 +164,7 @@ class wpdb {
|
|||||||
* in a single database. The second reason is for possible
|
* in a single database. The second reason is for possible
|
||||||
* security precautions.
|
* security precautions.
|
||||||
*
|
*
|
||||||
* @since 0.71
|
* @since 2.5.0
|
||||||
* @access private
|
* @access private
|
||||||
* @var string
|
* @var string
|
||||||
*/
|
*/
|
||||||
@ -173,7 +173,7 @@ class wpdb {
|
|||||||
/**
|
/**
|
||||||
* Whether the database queries are ready to start executing.
|
* Whether the database queries are ready to start executing.
|
||||||
*
|
*
|
||||||
* @since 2.5.0
|
* @since 2.3.2
|
||||||
* @access private
|
* @access private
|
||||||
* @var bool
|
* @var bool
|
||||||
*/
|
*/
|
||||||
@ -462,7 +462,7 @@ class wpdb {
|
|||||||
/**
|
/**
|
||||||
* Database Password
|
* Database Password
|
||||||
*
|
*
|
||||||
* @since 3.5.0
|
* @since 3.1.0
|
||||||
* @access protected
|
* @access protected
|
||||||
* @var string
|
* @var string
|
||||||
*/
|
*/
|
||||||
@ -471,7 +471,7 @@ class wpdb {
|
|||||||
/**
|
/**
|
||||||
* Database Name
|
* Database Name
|
||||||
*
|
*
|
||||||
* @since 3.5.0
|
* @since 3.1.0
|
||||||
* @access protected
|
* @access protected
|
||||||
* @var string
|
* @var string
|
||||||
*/
|
*/
|
||||||
@ -480,7 +480,7 @@ class wpdb {
|
|||||||
/**
|
/**
|
||||||
* Database Host
|
* Database Host
|
||||||
*
|
*
|
||||||
* @since 3.5.0
|
* @since 3.1.0
|
||||||
* @access protected
|
* @access protected
|
||||||
* @var string
|
* @var string
|
||||||
*/
|
*/
|
||||||
@ -489,7 +489,7 @@ class wpdb {
|
|||||||
/**
|
/**
|
||||||
* Database Handle
|
* Database Handle
|
||||||
*
|
*
|
||||||
* @since 3.5.0
|
* @since 0.71
|
||||||
* @access protected
|
* @access protected
|
||||||
* @var string
|
* @var string
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user