_s: Update function return values.

Adds missing documentation for `_s_categorized_blog()` and removes void
statements, in accordance with WordPress documentation guidelines.

See
http://make.wordpress.org/core/handbook/inline-documentation-standards/p
hp-documentation-standards/#phpdoc-tags
This commit is contained in:
Konstantin Obenland 2014-03-30 12:15:29 -07:00
parent 74e9b10a7a
commit 796d8e8c7e
2 changed files with 2 additions and 5 deletions

View file

@ -11,7 +11,6 @@
* Adds support for wp.com-specific theme functions.
*
* @global array $themecolors
* @return void
*/
function _s_wpcom_setup() {
global $themecolors;