As the sun rises and the forest mist clears, and the clouds return and the caves darken, these changes of light and shadow are the morning and evening in the mountains. Wildflowers bloom with their subtle fragrance, fine trees flourish with their dense shade, the wind and frost are pure and clean, and the water recedes to reveal the rocks—these are the four seasons in the mountains. Going out in the morning and returning in the evening, the scenery of the four seasons is different, and the joy is endless.至于负者歌于途,行者休于树,前者呼,后者应,伛偻提携,往来而不绝者,滁人游也。临溪而渔,溪深而鱼肥,酿泉为酒,泉香而酒洌,山肴野蔌,杂然而前陈者,太守宴也。宴酣之乐,非丝非竹,射者中,弈者胜,觥筹交错,起坐而喧哗者,众宾欢也。苍颜白发,颓然乎其间者,太守醉也。
<div class="wrap">
<div id="disablecommentswrap" class="disablecommentswrap background__grey">
<?php do_action('disable_comments_notice'); ?>
<div class="disable__comment_block">
<div class="disable__comment__nav__wrap">
<p class="plugin__version"><?php echo esc_html__('Version', 'disable-comments') . ' ' . esc_html(DC_VERSION); ?></p>
<ul class="disable__comment__nav" role="tablist">
<li id="disableCommentsNav" class="disable__comment__nav__item" role="presentation">
<a href="#disableComments"
class="disable__comment__nav__link active"
role="tab"
aria-selected="true"
aria-controls="disableComments"
tabindex="0">
<?php echo esc_html(_x('Disable Comments', 'Tab Name', 'disable-comments')); ?>
</a>
</li>
<li id="deleteCommentsNav" class="disable__comment__nav__item" role="presentation">
<a href="#deleteComments"
class="disable__comment__nav__link"
role="tab"
aria-selected="false"
aria-controls="deleteComments"
tabindex="0">
<?php echo esc_html(_x('Delete Comments', 'Tab Name', 'disable-comments')); ?>
</a>
</li>
</ul>
</div>
<div class="dc-row">
<div class="dc-col-lg-9">
<div class="disable__comment__tab">
<div id="disableComments"
class="disable__comment__tab__item show"
role="tabpanel"
aria-labelledby="disableCommentsNav"
>
<?php include DC_PLUGIN_VIEWS_PATH . 'partials/_disable.php'; ?>
</div>
<div id="deleteComments"
class="disable__comment__tab__item"
role="tabpanel"
aria-labelledby="deleteCommentsNav"
>
<?php include DC_PLUGIN_VIEWS_PATH . 'partials/_delete.php'; ?>
</div>
</div>
</div>
<div class="dc-col-lg-3">
<?php include DC_PLUGIN_VIEWS_PATH . 'partials/_sidebar.php'; ?>
</div>
<div>
</div>
<?php include DC_PLUGIN_VIEWS_PATH . 'partials/_footer.php'; ?>
</div>
</div>