Make WordPress Core


Ignore:
Timestamp:
09/23/2024 06:50:27 AM (2 years ago)
Author:
noisysocks
Message:

Editor: Update packages for 6.7 Beta 1.

Syncs @wordpress/* packages to the wp-6.7 npm tag.

See #61906.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/blocks/post-template.php

    r59072 r59079  
    6565                        $query = clone $wp_query;
    6666                        $query->rewind_posts();
    67 
    68                         // If in a single post of any post type, default to the 'post' post type.
    69                         if ( is_singular() ) {
    70                                 query_posts( array( 'post_type' => 'post' ) );
    71                         }
    7267                } else {
    7368                        $query = $wp_query;
Note: See TracChangeset for help on using the changeset viewer.