In class-wp-customize-*, clarify/add some @param/@return blocks. Disambiguate some functions that are trying to return the void response of another function they call internally.

See #32444.

Built from https://develop.svn.wordpress.org/trunk@32535


git-svn-id: http://core.svn.wordpress.org/trunk@32505 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Scott Taylor
2015-05-21 22:05:24 +00:00
parent f7098c8c2e
commit b2bbbf9759
6 changed files with 37 additions and 28 deletions

View File

@@ -207,7 +207,7 @@ class WP_Customize_Section {
* @since 4.1.0
* @access public
*
* @return bool Always true.
* @return true Always true.
*/
public function active_callback() {
return true;