Make WordPress Core

Changeset 61044


Ignore:
Timestamp:
10/22/2025 06:28:05 AM (5 months ago)
Author:
westonruter
Message:

Coding Standards: Rename abbreviated variable in WP_Query code comment.

This was missed as part of renaming $q to $query_vars.

Follow-up to [60927].

Props westonruter.
See #63168.

File:
1 edited

Legend:

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

    r61043 r61044  
    11811181        foreach ( get_taxonomies( array(), 'objects' ) as $taxonomy => $t ) {
    11821182            if ( 'post_tag' === $taxonomy ) {
    1183                 continue; // Handled further down in the $q['tag'] block.
     1183                continue; // Handled further down in the $query_vars['tag'] block.
    11841184            }
    11851185
Note: See TracChangeset for help on using the changeset viewer.