Remove unnecessary semicolon.

props ixkaito.
fixes #29784.

git-svn-id: https://develop.svn.wordpress.org/trunk@29784 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2014-09-29 10:29:16 +00:00
parent 8a956769a4
commit 2a050d1e6f
1 changed files with 1 additions and 1 deletions

View File

@ -2149,7 +2149,7 @@ class wpdb {
return version_compare( $version, '4.1', '>=' );
case 'set_charset' :
return version_compare( $version, '5.0.7', '>=' );
};
}
return false;
}