debian wordpress 2.5.1-6

晚兩天還中標… 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;
}

One Response to “debian wordpress 2.5.1-6”

  1. Wesley Moore 說道:

    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.

Leave a Reply