Life is a Struggle
« »
2010年12月14日wordpress

备忘:wordpress取消回复时强制填写名字和邮箱

将下面这段代码删除或注释掉

if ( get_option(‘require_name_email’) && !$user->ID ) {
if ( 6 > strlen($comment_author_email) || ” == $comment_author )
wp_die( __(‘Error: please fill the required fields (name, email).’) );
elseif ( !is_email($comment_author_email))
wp_die( __(‘Error: please enter a valid email address.’) );
}

目前还没测试 不知道没名字会不会空白显示

日志信息 »

该日志于2010-12-14 14:34由 soar 发表在wordpress分类下, 你可以发表评论。除了可以将这个日志以保留源地址及作者的情况下引用到你的网站或博客,还可以通过RSS 2.0订阅这个日志的所有评论。

相关日志 »

  • 暂无相关日志

1条评论

  1. Fredel 说道:

    I ordinarily don’t post in Blogs but your blog forced me to, astounding do the job.. attractive …

发表评论 »

返回顶部