Ticket #41044: 41044.diff
File 41044.diff, 564 bytes (added by , 8 years ago) |
---|
-
src/wp-includes/wp-db.php
diff --git src/wp-includes/wp-db.php src/wp-includes/wp-db.php index 74dedd5..2c9ccea 100644
class wpdb { 3268 3268 * 3269 3269 * @param string $db_cap The feature to check for. Accepts 'collation', 3270 3270 * 'group_concat', 'subqueries', 'set_charset', 3271 * or 'utf8mb4'.3271 * 'utf8mb4', or 'utf8mb4_520'. 3272 3272 * @return int|false Whether the database feature is supported, false otherwise. 3273 3273 */ 3274 3274 public function has_cap( $db_cap ) {