Bundled Themes: Consistently check for WP_Error before outputting get_the_tag_list().

Some themes already had these checks in place as a result of [41756], but not others.

Props sixhours, davidakennedy, SergeyBiryukov.
Fixes #39860.
Built from https://develop.svn.wordpress.org/trunk@47886


git-svn-id: http://core.svn.wordpress.org/trunk@47660 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov
2020-06-02 17:05:13 +00:00
parent 3fd1fe298a
commit 30b61fc9e8
12 changed files with 56 additions and 36 deletions

View File

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