Changeset 61178 for trunk/src/wp-includes/theme-templates.php
- Timestamp:
- 11/07/2025 12:41:01 PM (5 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
r61054 r61178 48 48 if ( 'wp_template' !== $post_type && 'wp_template_part' !== $post_type ) { 49 49 return $override_slug; 50 }51 52 // For wp_template, slugs no longer have to be unique within the same theme.53 if ( 'wp_template' === $post_type ) {54 return $slug;55 50 } 56 51
Note: See TracChangeset
for help on using the changeset viewer.