Changeset 10528 for sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-learn/inc/taxonomy.php
- Timestamp:
- 12/17/2020 12:13:25 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-learn/inc/taxonomy.php
r10422 r10528 55 55 'hierarchical' => true, 56 56 'public' => true, 57 'query_var' => 'wporg_lesson_audience', // Prevent collisions with query params in the archive filter. 57 58 'show_ui' => true, 58 59 'show_admin_column' => true, … … 138 139 'hierarchical' => true, 139 140 'public' => true, 141 'query_var' => 'wporg_lesson_duration', // Prevent collisions with query params in the archive filter. 140 142 'show_ui' => true, 141 143 'show_admin_column' => true, … … 220 222 'hierarchical' => true, 221 223 'public' => true, 224 'query_var' => 'wporg_lesson_type', // Prevent collisions with query params in the archive filter. 222 225 'show_ui' => true, 223 226 'show_admin_column' => true, … … 261 264 'hierarchical' => true, 262 265 'public' => true, 266 'query_var' => 'wporg_lesson_level', // Prevent collisions with query params in the archive filter. 263 267 'show_ui' => true, 264 268 'show_admin_column' => true, … … 345 349 'hierarchical' => true, 346 350 'public' => true, 347 'query_var' => 'wporg_workshop_topic', 351 'query_var' => 'wporg_workshop_topic', // Prevent collisions with query params in the archive filter. 348 352 'show_ui' => true, 349 353 'show_admin_column' => true,
Note: See TracChangeset
for help on using the changeset viewer.