$plugin_comment_res_month

管理者がコメントに返信した月(英語3文字)

<!--$plugin_comment_res_month-->

解説

最新コメントの繰り返し中で管理者がコメントに対して返信した月を英語3文字で表示します。
全英語表示には<!–$plugin_comment_res_month_english–>を利用します。

<!–plugin_comment–>の中で使用します。

サンプル

<!--plugin_comment-->
<a href="<!--$plugin_comment_link-->"><!--$plugin_comment_title--></a>
<!--if_comment_res-->
<div class="right">
管理者からの返信:<br>
[<!--$plugin_comment_res_title-->]
</div>
<!--/if_comment_res-->

<br>
<font size="2">
<!--$plugin_comment_wday--> <!--$plugin_comment_month--> <!--$plugin_comment_day-->(<!--$plugin_comment_res_wday-->)
<!--$plugin_comment_hour-->:<!--$plugin_comment_min-->:<!--$plugin_comment_sec--> <!--$plugin_comment_year-->
</font><br>
<!--/plugin_comment-->