Docs: Add missing return type for _remove_theme_support().

See #49572.
Built from https://develop.svn.wordpress.org/trunk@48091


git-svn-id: http://core.svn.wordpress.org/trunk@47858 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
desrosj
2020-06-19 14:46:10 +00:00
parent 0050998801
commit 019bc2d244
2 changed files with 3 additions and 1 deletions

View File

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