Add a missing return description for `wp_styles()`.

See [31194]. See #31888.


git-svn-id: https://develop.svn.wordpress.org/trunk@32041 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Drew Jaynes 2015-04-05 15:55:28 +00:00
parent 5be0ba0ae8
commit 1300ff854a
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
* *
* @since 4.2.0 * @since 4.2.0
* *
* @return WP_Styles * @return WP_Styles WP_Styles instance.
*/ */
function wp_styles() { function wp_styles() {
global $wp_styles; global $wp_styles;