Changeset 56738 for trunk/src/wp-includes/canonical.php
- Timestamp:
- 09/28/2023 12:02:47 AM (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/canonical.php
r56718 r56738 958 958 if ( get_query_var( 'post_type' ) ) { 959 959 if ( is_array( get_query_var( 'post_type' ) ) ) { 960 // phpcs:ignore WordPress.DB.PreparedSQLPlaceholders.UnfinishedPrepare961 960 $where .= " AND post_type IN ('" . join( "', '", esc_sql( get_query_var( 'post_type' ) ) ) . "')"; 962 961 } else {
Note: See TracChangeset
for help on using the changeset viewer.