From 78da113bd043ebbfaa905d8f460464b4e2b4aa8c Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Sun, 20 Aug 2017 04:04:44 +0000 Subject: [PATCH] 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 --- wp-admin/includes/deprecated.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-admin/includes/deprecated.php b/wp-admin/includes/deprecated.php index 7c0d08c6b3..ab5ddafd17 100644 --- a/wp-admin/includes/deprecated.php +++ b/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' ); diff --git a/wp-includes/version.php b/wp-includes/version.php index f144754c65..b94d0e4f17 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @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.