Make WordPress Core


Ignore:
Timestamp:
08/28/2024 09:51:14 PM (6 weeks ago)
Author:
SergeyBiryukov
Message:

Docs: Remove obsolete @todo entry in REST API post meta tests.

Follow-up to [56714].

See #61608.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/rest-api/rest-post-meta-fields.php

    r58831 r58948  
    36223622    }
    36233623
    3624 
    36253624    /**
    36263625     * Test that single post meta is revisioned when saving to the posts REST API endpoint.
     
    36603659        $revision_id = array_shift( $revisions )->ID;
    36613660
    3662         // @todo Ensure the revisions endpoint returns the correct meta values
    36633661        // Check that the revisions endpoint returns the correct meta value.
    36643662        $request  = new WP_REST_Request( 'GET', sprintf( '/wp/v2/posts/%d/revisions/%d', $post_id, $revision_id ) );
Note: See TracChangeset for help on using the changeset viewer.