Make WordPress Core


Ignore:
Timestamp:
04/24/2023 01:51:15 PM (2 years ago)
Author:
spacedmonkey
Message:

Users: Change cache group from users-queries to user-queries.

The cache group users-queries was added in [55657]. This global cache group, was named to be inline with cache groups added in [55526]. However, the naming of the group does not match, as other cache groups, do not end with s at the end. This change fix this naming.

Props spacedmonkey, SergeyBiryukov, peterwilsoncc.
See #40613.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/load.php

    r55657 r55680  
    772772                'rss',
    773773                'users',
     774                'user-queries',
    774775                'useremail',
    775776                'userlogins',
     
    777778                'user_meta',
    778779                'userslugs',
    779                 'users-queries',
    780780            )
    781781        );
Note: See TracChangeset for help on using the changeset viewer.