这方面没有消息WordPress Documentation Standards, 但确实如此define()
语句需要phpDocumentor样式的docblocks?
/**
* Should this docblock be here?
*
* @since 1.0.0
*/
define( \'MY_CONST\', \'Hello\' );
// Or would a comment be more appropriate?
define( \'MY_CONST\', \'Hello\' );
作为参考,标准文件中提到的待停靠元素列表如下:
函数和类方法类类属性要求并包括钩子(操作和筛选器)内联注释文件头常量