Fix an incorrect PHPDoc added in [32163].

Built from https://develop.svn.wordpress.org/branches/4.1@32187


git-svn-id: http://core.svn.wordpress.org/branches/4.1@32160 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Gary Pendergast 2015-04-20 11:33:23 +00:00
parent 62c3bf486b
commit 6ecee8c8d5
1 changed files with 1 additions and 1 deletions

View File

@ -175,7 +175,7 @@ class wpdb {
*
* @since 4.2.0
* @access private
* @see wpdb::check_collation()
* @see wpdb::check_safe_collation()
* @var boolean
*/
private $checking_collation = false;