From d470bd22dc965bb22344689cabc8eab5503b51e4 Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Fri, 10 Jun 2016 00:06:07 +0000 Subject: [PATCH] Docs: Improve the DocBlock summary for `add_theme_support()`. See #32246. git-svn-id: https://develop.svn.wordpress.org/trunk@37673 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/theme.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/theme.php b/src/wp-includes/theme.php index 724406e71f..f975861144 100644 --- a/src/wp-includes/theme.php +++ b/src/wp-includes/theme.php @@ -1514,7 +1514,7 @@ function get_editor_stylesheets() { } /** - * Allows a theme to register its support of a certain feature + * Registers theme support for a given feature. * * Must be called in the theme's functions.php file to work. * If attached to a hook, it must be {@see 'after_setup_theme'}.