Changeset 21470 for trunk/wp-includes/wp-db.php
- Timestamp:
- 08/08/2012 06:06:57 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/wp-db.php
r21178 r21470 1550 1550 * 1551 1551 * @since 2.5.0 1552 * @deprecated 3.5.0 1553 * @deprecated Use wpdb::has_cap( 'collation' ) 1552 1554 * 1553 1555 * @return bool True if collation is supported, false if version does not 1554 1556 */ 1555 1557 function supports_collation() { 1558 _deprecated_function( __FUNCTION__, '3.5', 'wpdb::has_cap( \'collation\' )' ); 1556 1559 return $this->has_cap( 'collation' ); 1557 1560 }
Note: See TracChangeset
for help on using the changeset viewer.