From 8ceaf1e3a4a5651a3d2073a85d98d9943a178ced Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Sun, 20 Aug 2017 04:03:55 +0000 Subject: [PATCH] Docs: Add a missing return description for the deprecated `get_screen_icon()` function. See #41017. git-svn-id: https://develop.svn.wordpress.org/trunk@41275 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/includes/deprecated.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-admin/includes/deprecated.php b/src/wp-admin/includes/deprecated.php index 7c0d08c6b3..ab5ddafd17 100644 --- a/src/wp-admin/includes/deprecated.php +++ b/src/wp-admin/includes/deprecated.php @@ -1233,7 +1233,7 @@ function screen_icon() { * @since 3.2.0 * @deprecated 3.8.0 * - * @return string + * @return string An HTML comment explaining that icons are no longer used. */ function get_screen_icon() { _deprecated_function( __FUNCTION__, '3.8.0' );