mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
Docs: Miscellaneous docblock corrections and improvements.
See #58833 git-svn-id: https://develop.svn.wordpress.org/trunk@56414 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -4268,7 +4268,7 @@ function create_initial_theme_features() {
|
||||
*
|
||||
* @since 5.9.0
|
||||
*
|
||||
* @return boolean Whether the active theme is a block-based theme or not.
|
||||
* @return bool Whether the active theme is a block-based theme or not.
|
||||
*/
|
||||
function wp_is_block_theme() {
|
||||
return wp_get_theme()->is_block_theme();
|
||||
|
||||
Reference in New Issue
Block a user