这是主题中的一个bug。实函数确实不使用参数:
/**
* Display the post excerpt.
*
* @since 0.71
* @uses apply_filters() Calls \'the_excerpt\' hook on post excerpt.
*/
function the_excerpt() {
echo apply_filters(\'the_excerpt\', get_the_excerpt());
}
PHP只会忽略它,但应该避免不必要的gettext调用。编写错误报告。