Make WordPress Core

Changeset 36760


Ignore:
Timestamp:
02/28/2016 06:35:25 PM (9 years ago)
Author:
DrewAPicture
Message:

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

See #32246.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/deprecated.php

    r36759 r36760  
    33833383 * @access private
    33843384 * @deprecated 3.9.0
     3385 *
     3386 * @param int $count Number of topics.
     3387 * @return int Number of topics.
    33853388 */
    33863389function default_topic_count_text( $count ) {
Note: See TracChangeset for help on using the changeset viewer.