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:
parent
b09aa14358
commit
f976c0a6c8
|
@ -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;
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue