Docs: Add a missing return description for the deprecated get_screen_icon() function.

See #41017.

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


git-svn-id: http://core.svn.wordpress.org/trunk@41115 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Drew Jaynes 2017-08-20 04:04:44 +00:00
parent 510fb1fe85
commit 78da113bd0
2 changed files with 2 additions and 2 deletions

View File

@ -1233,7 +1233,7 @@ function screen_icon() {
* @since 3.2.0 * @since 3.2.0
* @deprecated 3.8.0 * @deprecated 3.8.0
* *
* @return string * @return string An HTML comment explaining that icons are no longer used.
*/ */
function get_screen_icon() { function get_screen_icon() {
_deprecated_function( __FUNCTION__, '3.8.0' ); _deprecated_function( __FUNCTION__, '3.8.0' );

View File

@ -4,7 +4,7 @@
* *
* @global string $wp_version * @global string $wp_version
*/ */
$wp_version = '4.9-alpha-41274'; $wp_version = '4.9-alpha-41275';
/** /**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.