Ticket #16757: 16757.patch
| File 16757.patch, 610 bytes (added by , 15 years ago) |
|---|
-
wp-includes/wp-db.php
1502 1502 } 1503 1503 1504 1504 /** 1505 * Whether the database supports collation.1506 *1507 * Called when WordPress is generating the table scheme.1508 *1509 * @since 2.5.01510 *1511 * @return bool True if collation is supported, false if version does not1512 */1513 function supports_collation() {1514 return $this->has_cap( 'collation' );1515 }1516 1517 /**1518 1505 * Determine if a database supports a particular feature 1519 1506 * 1520 1507 * @since 2.7.0