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
This commit is contained in:
Drew Jaynes
2017-08-20 04:03:55 +00:00
parent 9bf29bd7a0
commit 8ceaf1e3a4

View File

@@ -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' );