default_topic_count_text

函数


default_topic_count_text ( $count )
Access
Private
参数
  • (int)
    $count
    Number of topics.
    Required:
返回值
  • (int) Number of topics.
定义位置
  • wp-includes/deprecated.php
    , line 3419
引入
2.7.0
弃用
3.9.0

Old callback for tag link tooltips.

function default_topic_count_text( $count ) {
	return $count;
}