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
This commit is contained in:
Drew Jaynes 2016-06-10 00:06:07 +00:00
parent d008c4e088
commit d470bd22dc
1 changed files with 1 additions and 1 deletions

View File

@ -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'}.