Changeset 45607 for trunk/tests/phpunit/tests/meta/registerMeta.php
- Timestamp:
- 07/08/2019 12:55:20 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/meta/registerMeta.php
r43571 r45607 506 506 507 507 public function filter_get_object_subtype_for_customtype( $subtype, $object_id ) { 508 if ( $object_id % 2 === 1) {508 if ( 1 === ( $object_id % 2 ) ) { 509 509 return 'odd'; 510 510 }
Note: See TracChangeset
for help on using the changeset viewer.