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:
nacin 2011-11-15 00:18:41 +00:00
parent e78ef2fc43
commit e39245936f
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 = '';