芝麻web文件管理V1.00
编辑当前文件:/home/projzpbv/www/wp-content/plugins/mailpoet/views/form/templatesLegacy/blocks/date_months.hbs
<% set currentMonth = 'now'|date('n') %>
<%= __('Month') %>
<% for month in 1..12 %>
{{#if params.is_default_today}}selected="selected"{{/if}} <% endif %> > <%= month_names[month - 1] %>
<% endfor %>