From f976c0a6c8f62577ecee59ecc9a6ced369599827 Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Sun, 28 Feb 2016 18:36:27 +0000 Subject: [PATCH] Docs: Add missing parameter and return descriptions to the DocBlock for the deprecated `default_topic_count_text()`. See #32246. Built from https://develop.svn.wordpress.org/trunk@36760 git-svn-id: http://core.svn.wordpress.org/trunk@36727 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/deprecated.php | 3 +++ wp-includes/version.php | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/wp-includes/deprecated.php b/wp-includes/deprecated.php index de2b5c6abe..69a6bfb2b3 100644 --- a/wp-includes/deprecated.php +++ b/wp-includes/deprecated.php @@ -3382,6 +3382,9 @@ function rich_edit_exists() { * @since 2.7.0 * @access private * @deprecated 3.9.0 + * + * @param int $count Number of topics. + * @return int Number of topics. */ function default_topic_count_text( $count ) { return $count; diff --git a/wp-includes/version.php b/wp-includes/version.php index 314f9879aa..814cfc5edb 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.5-beta1-36759'; +$wp_version = '4.5-beta1-36760'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.