Wordpressのプラグイン「Eventcalendar3」がWordpress3.0でエラーが出て動作しなかったので調べてみると、eventcalendar3.phpから下記の関数を探し、$の前の&を消し保存すると動作するようだ。 変更前 function ec3_filter_the_content(&$post_content) function ec3_filter_posts_where(&$where) function ec3_filter_posts_join(&$join) function ec3_filter_posts_orderby(&$orderby) function ec3_filter_posts_groupby(&$groupby) function ec3_filter_posts_fields(&$fields) 変更後 function ec3_