Changeset 30768 for trunk/src/wp-includes/wp-db.php
- Timestamp:
- 12/07/2014 05:22:42 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/wp-db.php
r30753 r30768 2753 2753 * 2754 2754 * @since 2.7.0 2755 * @since 4.1.0 Support was added for the 'utf8mb4' feature. 2756 * 2755 2757 * @see wpdb::db_version() 2756 2758 * 2757 * @param string $db_cap The feature to check for. 2758 * @return bool 2759 * @param string $db_cap The feature to check for. Accepts 'collation', 2760 * 'group_concat', 'subqueries', 'set_charset', 2761 * or 'utf8mb4'. 2762 * @return bool Whether the database feature is supported, false otherwise. 2759 2763 */ 2760 2764 public function has_cap( $db_cap ) {
Note: See TracChangeset
for help on using the changeset viewer.