Database: Add documentation for the allowed `utf8mb4_520` value when detecting features with `wpdb::has_cap()`.
Props rcutmore Fixes #41044 git-svn-id: https://develop.svn.wordpress.org/trunk@40906 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
d4949e31be
commit
b20ed14939
|
@ -3268,7 +3268,7 @@ class wpdb {
|
|||
*
|
||||
* @param string $db_cap The feature to check for. Accepts 'collation',
|
||||
* 'group_concat', 'subqueries', 'set_charset',
|
||||
* or 'utf8mb4'.
|
||||
* 'utf8mb4', or 'utf8mb4_520'.
|
||||
* @return int|false Whether the database feature is supported, false otherwise.
|
||||
*/
|
||||
public function has_cap( $db_cap ) {
|
||||
|
|
Loading…
Reference in New Issue