Plugin Directory

Changeset 3261151


Ignore:
Timestamp:
03/25/2025 12:07:45 AM (12 months ago)
Author:
MarkODonnell
Message:

Release version 1.5

File:
1 edited

Legend:

Unmodified
Added
Removed
  • coaching-staffs/trunk/mstw-coaching-staffs.php

    r3215779 r3261151  
    181181        // Need to check the need for this first conditional ... someday
    182182
    183         if ( !is_admin() && is_tax( 'staffs' ) && $query->is_main_query() ) {
     183        if ( !is_admin() && $query->is_tax( 'staffs' ) && $query->is_main_query() ) {
    184184            // We are on the coach gallery page ...
    185185            // So set the sort order based on the admin settings
Note: See TracChangeset for help on using the changeset viewer.