Changeset 56549 for trunk/src/wp-includes/theme-templates.php
- Timestamp:
- 09/09/2023 09:26:01 AM (13 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/theme-templates.php
r56194 r56549 91 91 $query_args['post_name__in'] = array( $alt_post_name ); 92 92 $query = new WP_Query( $query_args ); 93 $suffix++;93 ++$suffix; 94 94 } while ( count( $query->posts ) > 0 ); 95 95 $override_slug = $alt_post_name;
Note: See TracChangeset
for help on using the changeset viewer.