Changeset 60903
- Timestamp:
- 10/06/2025 08:26:06 AM (less than one hour ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/admin/wpPrivacyRequestsTable.php
r60891 r60903 223 223 $reflection = new ReflectionClass( $table ); 224 224 $method = $reflection->getMethod( 'get_timestamp_as_date' ); 225 $method->setAccessible( true ); 225 if ( PHP_VERSION_ID < 80100 ) { 226 $method->setAccessible( true ); 227 } 226 228 227 229 $date_format = __( 'Y/m/d' );
Note: See TracChangeset
for help on using the changeset viewer.