Changeset 11688
- Timestamp:
- 03/21/2022 09:41:59 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/photo-directory/inc/registrations.php
r11679 r11688 195 195 ], 196 196 'public' => true, 197 'hierarchical' => false,197 'hierarchical' => true, 198 198 'sort' => false, 199 199 'update_count_callback' => '_update_post_term_count', … … 230 230 ], 231 231 'public' => true, 232 'hierarchical' => false,232 'hierarchical' => true, 233 233 'sort' => false, 234 234 'update_count_callback' => '_update_post_term_count',
Note: See TracChangeset
for help on using the changeset viewer.