Changeset 52041 for trunk/src/wp-includes/taxonomy.php
- Timestamp:
- 11/08/2021 02:24:02 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/taxonomy.php
r51965 r52041 176 176 register_taxonomy( 177 177 'wp_theme', 178 array( 'wp_template' ),178 array( 'wp_template', 'wp_global_styles' ), 179 179 array( 180 180 'public' => false,
Note: See TracChangeset
for help on using the changeset viewer.