Dec 30
升級 2.0 以後, 我發現 Recent Comments 的選項頁面出不來.
我按照文章裡面的說明修改 wp-content/plugins/get-recent-comments.php , 在這行:
// WordPress 1.5 includes this file again on the options page. Avoid duplicate declaration:
下面有段:
if ( function_exists("is_plugin_page") && is_plugin_page() ) {
kjgrc_options_page();
return;
}
然後把整段整個換成 :
add_action("options_page_get-recent-comments", "kjgrc_options_page" );
就好了.
Related posts:
Tags: Get Recent Comment , WordPress(Visited 7685 times)





February 20th, 2006 at 5:23 pm
您好,不知道是否可使Recent comments這個plugin能夠正確的顯示smileys
From
Using
February 20th, 2006 at 11:33 pm
原本的版本好像沒有, 或許您可以建議他們做.
我有空的話會再看看.
From
Using