Changeset 39638 for trunk/src/wp-includes/category-template.php
- Timestamp:
- 12/27/2016 09:20:11 AM (9 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/category-template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/category-template.php
r39593 r39638 721 721 * Default topic count scaling for tag links 722 722 * 723 * @param int $count number of posts with that tag 724 * @return int scaled count 723 * @since 2.9.0 724 * 725 * @param int $count Number of posts with that tag. 726 * @return int Scaled count. 725 727 */ 726 728 function default_topic_count_scale( $count ) {
Note: See TracChangeset
for help on using the changeset viewer.