Make WordPress Core


Ignore:
Timestamp:
10/21/2025 03:57:16 PM (4 months ago)
Author:
davidbaumwald
Message:

Users: Revert Lazy-load user meta.

With [60915] reverted, this changeset is also being reverted to resolve test failures due to common code.

Reverts [60989].

Follow-up to [61037].

Props jorbin, ellatrix, spacedmonkey.
See #63021, #58001.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/query/thePost.php

    r60989 r61038  
    266266    public function data_the_loop_fields() {
    267267        return array(
    268             'all fields'                => array( 'all', 1 ),
    269             'all fields (empty fields)' => array( '', 1 ),
    270             'post IDs'                  => array( 'ids', 3 ),
    271             'post ids and parent'       => array( 'id=>parent', 3 ),
     268            'all fields'                => array( 'all', 2 ),
     269            'all fields (empty fields)' => array( '', 2 ),
     270            'post IDs'                  => array( 'ids', 4 ),
     271            'post ids and parent'       => array( 'id=>parent', 4 ),
    272272        );
    273273    }
Note: See TracChangeset for help on using the changeset viewer.