Docs: Add missing parameter and return descriptions to the DocBlock for the deprecated `default_topic_count_text()`.

See #32246.


git-svn-id: https://develop.svn.wordpress.org/trunk@36760 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Drew Jaynes 2016-02-28 18:35:25 +00:00
parent c7ad9afc25
commit 5ca05ea8c8
1 changed files with 3 additions and 0 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;