mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-23 17:48:01 +01:00
Forgot this. see #5495
git-svn-id: http://svn.automattic.com/wordpress/trunk@6460 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
9563ccece0
commit
10e8e7a53d
@ -222,7 +222,7 @@ class wpdb {
|
|||||||
// Basic Query - see docs for more detail
|
// Basic Query - see docs for more detail
|
||||||
|
|
||||||
function query($query) {
|
function query($query) {
|
||||||
if ( ! $ready )
|
if ( ! $this->ready )
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
// filter the query, if filters are available
|
// filter the query, if filters are available
|
||||||
|
Loading…
Reference in New Issue
Block a user