函数原型
comments_popup_script()
函数描述
Display the JS popup script to show a comment.
是否弃用
Warning: This function has been deprecated.
函数参数
无
函数返回值
无
函数位置
File: wp-includes/deprecated.php.
函数源码
function comments_popup_script() {
_deprecated_function( __FUNCTION__, '4.5.0' );
}
源码链接
变更日志
| Version | Description |
|---|---|
| 4.5.0 | This function has been deprecated. |
| 0.71 | Introduced. |

