Method: #comment_form

Defined in:
lib/tdiary/plugin/00default.rb

#comment_formObject



625
626
627
628
629
630
631
# File 'lib/tdiary/plugin/00default.rb', line 625

def comment_form
	return '' unless @mode == 'day'
	return '' if bot?
	return '' if hide_comment_day_limit

	comment_form_text
end