Remove reference to get_last_error(), it doesn't exist. props mitchoyoshitaka, fixes #19002.
git-svn-id: http://svn.automattic.com/wordpress/trunk@19288 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
e78ef2fc43
commit
e39245936f
|
@ -71,9 +71,7 @@ class wpdb {
|
|||
/**
|
||||
* The last error during query.
|
||||
*
|
||||
* @see get_last_error()
|
||||
* @since 2.5.0
|
||||
* @access private
|
||||
* @var string
|
||||
*/
|
||||
var $last_error = '';
|
||||
|
|
Loading…
Reference in New Issue