Changeset 60629 for trunk/wp-config-sample.php
- Timestamp:
- 08/12/2025 02:45:30 PM (8 months ago)
- File:
-
- 1 edited
-
trunk/wp-config-sample.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-config-sample.php
r59240 r60629 33 33 34 34 /** Database charset to use in creating database tables. */ 35 define( 'DB_CHARSET', 'utf8 ' );35 define( 'DB_CHARSET', 'utf8mb4' ); 36 36 37 37 /** The database collate type. Don't change this if in doubt. */
Note: See TracChangeset
for help on using the changeset viewer.