Changeset 56559 for trunk/tests/phpunit/tests/admin/includesSchema.php
- Timestamp:
- 09/12/2023 03:21:02 PM (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/admin/includesSchema.php
r54232 r56559 193 193 add_filter( 194 194 'gettext_with_context', 195 static function ( $translation, $text, $context ) {195 static function ( $translation, $text, $context ) { 196 196 if ( '0' === $text && 'default GMT offset or timezone string' === $context ) { 197 197 return 'America/Buenos_Aires';
Note: See TracChangeset
for help on using the changeset viewer.