Ticket #16757: 16757.3.patch
File 16757.3.patch, 454 bytes (added by , 14 years ago) |
---|
-
wp-includes/wp-db.php
1511 1511 * @return bool True if collation is supported, false if version does not 1512 1512 */ 1513 1513 function supports_collation() { 1514 _deprecated_function( __FUNCTION__, '3.2' , 'wpdb::has_cap( \'collation\' )' ); 1514 1515 return $this->has_cap( 'collation' ); 1515 1516 } 1516 1517