2
0
Fork 0
mirror of https://github.com/discourse/wp-discourse.git synced 2025-10-03 08:59:21 +08:00

Add doc comment parameter

This commit is contained in:
scossar 2018-04-18 13:45:46 -07:00
parent ad59c81e07
commit 8ed23247d9

View file

@ -91,7 +91,8 @@ class HTMLTemplates {
*
* Available tags:
* {comments}, {discourse_url}, {discourse_url_name}, {topic_url}
*
*
* @param null/string $discourse_comments_number The number of comments that are displayed on Discourse.
* @static
* @return mixed|void
*/