Making WordPress.org


Ignore:
Timestamp:
12/17/2020 12:13:25 AM (4 years ago)
Author:
coreymckrill
Message:

WordPress.org Learn: Sync with GitHub

https://github.com/WordPress/learn/compare/49a011b0d85dcf472f0c0d97aa138f5c14d40a90...2b9e66afc2060e7e6c9ae0a861779c83e35d82eb

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-learn/inc/taxonomy.php

    r10422 r10528  
    5555        'hierarchical'      => true,
    5656        'public'            => true,
     57        'query_var'         => 'wporg_lesson_audience', // Prevent collisions with query params in the archive filter.
    5758        'show_ui'           => true,
    5859        'show_admin_column' => true,
     
    138139        'hierarchical'      => true,
    139140        'public'            => true,
     141        'query_var'         => 'wporg_lesson_duration', // Prevent collisions with query params in the archive filter.
    140142        'show_ui'           => true,
    141143        'show_admin_column' => true,
     
    220222        'hierarchical'      => true,
    221223        'public'            => true,
     224        'query_var'         => 'wporg_lesson_type', // Prevent collisions with query params in the archive filter.
    222225        'show_ui'           => true,
    223226        'show_admin_column' => true,
     
    261264        'hierarchical'      => true,
    262265        'public'            => true,
     266        'query_var'         => 'wporg_lesson_level', // Prevent collisions with query params in the archive filter.
    263267        'show_ui'           => true,
    264268        'show_admin_column' => true,
     
    345349        'hierarchical'      => true,
    346350        'public'            => true,
    347         'query_var'         => 'wporg_workshop_topic',
     351        'query_var'         => 'wporg_workshop_topic', // Prevent collisions with query params in the archive filter.
    348352        'show_ui'           => true,
    349353        'show_admin_column' => true,
Note: See TracChangeset for help on using the changeset viewer.