- Timestamp:
- 01/03/2026 06:15:57 AM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/rest-api/rest-post-meta-fields.php
r59023 r61424 22 22 ); 23 23 24 self::$wp_meta_keys_saved = isset( $GLOBALS['wp_meta_keys'] ) ? $GLOBALS['wp_meta_keys'] :array();24 self::$wp_meta_keys_saved = $GLOBALS['wp_meta_keys'] ?? array(); 25 25 self::$post_id = $factory->post->create(); 26 26 self::$cpt_post_id = $factory->post->create( array( 'post_type' => 'cpt' ) );
Note: See TracChangeset
for help on using the changeset viewer.