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:
parent
62c3bf486b
commit
6ecee8c8d5
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue