12.31.05

因應 WordPress 2.0 , 修改 Recent Comments .

發表於 Uncategorized 於 12:04 am 由 Joe Horn

?級 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' );
就好了.

tags: ,

張貼留言