Changeset 60629
- Timestamp:
- 08/12/2025 02:45:30 PM (7 months ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
wp-config-sample.php (modified) (1 diff)
-
wp-tests-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. */ -
trunk/wp-tests-config-sample.php
r52367 r60629 42 42 define( 'DB_PASSWORD', 'yourpasswordhere' ); 43 43 define( 'DB_HOST', 'localhost' ); 44 define( 'DB_CHARSET', 'utf8 ' );44 define( 'DB_CHARSET', 'utf8mb4' ); 45 45 define( 'DB_COLLATE', '' ); 46 46
Note: See TracChangeset
for help on using the changeset viewer.