mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-02 05:31:25 +01:00
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:
parent
7aa0ce19cd
commit
5ec3c66bd3
@ -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.
|
||||
|
@ -113,7 +113,7 @@ class wpdb {
|
||||
* Last query made
|
||||
*
|
||||
* @since 0.71
|
||||
* @var array
|
||||
* @var string
|
||||
*/
|
||||
var $last_query;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user