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.