Changeset 61054
- Timestamp:
- 10/23/2025 02:58:23 PM (4 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/theme-templates.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/theme-templates.php
r61029 r61054 51 51 52 52 // For wp_template, slugs no longer have to be unique within the same theme. 53 if ( 'wp_template' !== $post_type ) {54 return $ override_slug;53 if ( 'wp_template' === $post_type ) { 54 return $slug; 55 55 } 56 56
Note: See TracChangeset
for help on using the changeset viewer.