template-functions.php
来自「在综合英文版XOOPS 2.09, 2.091, 2.092 的基础上正式发布X」· PHP 代码 · 共 23 行
PHP
23 行
<?php
/***** About-the-blog tags *****/
require_once(ABSPATH.'wp-includes/template-functions-general.php');
/***** Links *****/
require_once(ABSPATH.'wp-includes/template-functions-links.php');
/**** // Geo Tags ****/
require_once(ABSPATH.'wp-includes/template-functions-geo.php');
/***** Author tags *****/
require_once(ABSPATH.'wp-includes/template-functions-author.php');
/***** Post tags *****/
require_once(ABSPATH.'wp-includes/template-functions-post.php');
/***** Category tags *****/
require_once(ABSPATH.'wp-includes/template-functions-category.php');
/***** Comment tags *****/
require_once(ABSPATH.'wp-includes/template-functions-comment.php');
?>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?