Themes: Add a test to ensure `get_template_part()` does not return a value.

This function must not be modified to return anything due to existing themes which output the return value, for example via `echo get_template_part( ... )`.

See #40969

Built from https://develop.svn.wordpress.org/trunk@46328


git-svn-id: http://core.svn.wordpress.org/trunk@46127 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
John Blackbourn 2019-09-26 20:26:59 +00:00
parent 3c0f10e397
commit f73a22a98a
1 changed files with 1 additions and 1 deletions

View File

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