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
This commit is contained in:
Drew Jaynes 2016-02-28 18:36:27 +00:00
parent b09aa14358
commit f976c0a6c8
2 changed files with 4 additions and 1 deletions

View File

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

View File

@ -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.