Remove unnecessary semicolon.
props ixkaito. fixes #29784. Built from https://develop.svn.wordpress.org/trunk@29784 git-svn-id: http://core.svn.wordpress.org/trunk@29556 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
5516c48975
commit
740df917fa
|
@ -2149,7 +2149,7 @@ class wpdb {
|
|||
return version_compare( $version, '4.1', '>=' );
|
||||
case 'set_charset' :
|
||||
return version_compare( $version, '5.0.7', '>=' );
|
||||
};
|
||||
}
|
||||
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue