Remove reference to get_last_error(), it doesn't exist. props mitchoyoshitaka, fixes #19002.

git-svn-id: https://develop.svn.wordpress.org/trunk@19288 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2011-11-15 00:18:41 +00:00
parent f4659c7f76
commit e624bef124
1 changed files with 0 additions and 2 deletions

View File

@ -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 = '';