Posts, Post Types: Revert [46079] pending test failure investigation.

See #47824.
Built from https://develop.svn.wordpress.org/trunk@46080


git-svn-id: http://core.svn.wordpress.org/trunk@45892 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2019-09-07 19:33:55 +00:00
parent 7828fe7e6a
commit e26f739e53
2 changed files with 2 additions and 2 deletions

View File

@ -282,7 +282,7 @@ function get_the_content( $more_link_text = null, $strip_teaser = false, $post =
return '';
}
if ( null === $post && in_the_loop() ) {
if ( null === $post ) {
$elements = compact( 'page', 'more', 'preview', 'pages', 'multipage' );
} else {
$elements = generate_postdata( $_post );

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.3-alpha-46079';
$wp_version = '5.3-alpha-46080';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.