default_topic_count_text()

最后更新于:2021-11-25 23:55:19

default_topic_count_text( int$count)

Old callback for tag link tooltips.

参数

$count

(int) (Required) Number of topics.

响应

(int) Number of topics.

源文件

文件: gc-includes/deprecated.php

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