- Timestamp:
- 08/06/2026 03:30:53 PM (7 weeks ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/canonical.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/canonical.php
r62704 r63060 987 987 return false; 988 988 } 989 $where .= " AND post_type IN ('" . join( "', '", esc_sql( get_query_var( 'post_type' )) ) . "')";989 $where .= " AND post_type IN ('" . join( "', '", esc_sql( $post_types ) ) . "')"; 990 990 } else { 991 991 if ( ! in_array( get_query_var( 'post_type' ), $publicly_viewable_post_types, true ) ) {
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)