Docs: Correct @type annotation for wpdb::$last_query.

Props nextendweb, mukesh27.
Fixes #47095.
Built from https://develop.svn.wordpress.org/trunk@45430


git-svn-id: http://core.svn.wordpress.org/trunk@45241 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2019-05-26 02:30:51 +00:00
parent 7aa0ce19cd
commit 5ec3c66bd3
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.3-alpha-45429';
$wp_version = '5.3-alpha-45430';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.

View File

@ -113,7 +113,7 @@ class wpdb {
* Last query made
*
* @since 0.71
* @var array
* @var string
*/
var $last_query;