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/ms-blogs.php

    r55657 r55680  
    569569                        'rss',
    570570                        'users',
     571                        'user-queries',
    571572                        'useremail',
    572573                        'userlogins',
     
    574575                        'user_meta',
    575576                        'userslugs',
    576                         'users-queries',
    577577                    )
    578578                );
     
    663663                        'rss',
    664664                        'users',
     665                        'user-queries',
    665666                        'useremail',
    666667                        'userlogins',
     
    668669                        'user_meta',
    669670                        'userslugs',
    670                         'users-queries',
    671671                    )
    672672                );
Note: See TracChangeset for help on using the changeset viewer.