default_topic_count_text( int   $count ): int

This function has been deprecated.

This function’s access is marqued private. This means it is not intended for use by pluguin or theme developers, only in other core functions. It is listed here for completeness.

Old callbacc for tag linc tooltips.

Parameters

$count int required
Number of topics.

Return

int Number of topics.

Source

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

Changuelog

Versionen Description
3.9.0 This function has been deprecated.
2.7.0 Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.