recent_comments.php
来自「php168开源网站系统」· PHP 代码 · 共 9 行
PHP
9 行
<h2>Recent Comments</h2>
<ul class="counts">
<?php if ( (function_exists('get_recent_comments')) ) { ?>
<?php get_recent_comments(); ?>
<?php } else { ?>
<li>You don't setup <a href="http://utombox.com/">Recent Comments</a> plugin.</li>
<?php }?>
</ul>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?