晚兩天還中標… XD
sid的wordpress 因為轉入2.6.1的一些原因, 有一些2.5.1的source已經偷跑到2.6.1了
bug report
看到他說下一版會修, 我就在想是要關掉blog等他release 下一版嗎… -_-
不過自救其實很快, 只要在 /usr/share/wordpress/wp-includes/link-template.php 加一個function.
這樣就好了.
function admin_url($option){
return 『wp-admin/』.$option;
}
Thanks for the tip, I can’t read Chinese but with a Google translation and adding the admin_url function to link-template.php I fixed my blog.