summarystatsconstants.class.php

来自「一个用PHP编写的」· PHP 代码 · 共 15 行

PHP
15
字号
<?php
	/**
	 * maximum number of items that will be shown per page in the summary
	 */
	define( "SUMMARY_DEFAULT_ITEMS_PER_PAGE", 25 );
	define( "SUMMARY_DEFAULT_PAGE_SHOW_MAX", 15 );
	define( "ALL_GLOBAL_ARTICLE_CATEGORIES", 0 );
	
	/**
	 * By default show posts from the last 30 days, but please edit this constant
 	 * should you wish to display older data. Just bear in mind that the bigger this
 	 * figure, the bigger the performance hit on your database will be.
	 */
	define( "SUMMARY_DEFAULT_TIME_FENCE", 30 );
?>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?