Changeset 46660 for trunk/src/wp-includes/wp-db.php
- Timestamp:
- 11/05/2019 09:21:46 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/wp-db.php
r46451 r46660 743 743 * @param string $charset The character set to check. 744 744 * @param string $collate The collation to check. 745 * @return array The most appropriate character set and collation to use. 745 * @return array { 746 * The most appropriate character set and collation to use. 747 * 748 * @type string $charset Character set. 749 * @type string $collate Collation. 750 * } 746 751 */ 747 752 public function determine_charset( $charset, $collate ) {
Note: See TracChangeset
for help on using the changeset viewer.