[WP]Plugin Recently Updated Posts 修正

Recently Updated Post 是用來在sidebar顯示最近有更新文章的plugin,使用之後發現滑鼠移到文章上會出現的title標題是亂碼,於是自己看theloop.php亂改一通,結果真的正常了,特此一記

開啟recently-updates-posts.php,找到這一段(第18行)

.htmlentities($p->post_title).

改成

.wp_specialchars(strip_tags($p->post_title)).

這樣就ok了

2008.02.01 Update! (誰要幫我訂正…)

Write for in English..humm..well..it’s my 1st english article..
If you use asia based (like Chinese) language to write your blog, in Recently Updated Post‘s sidebar widget will show the words message when mouse over the post links in the title. (<a title="blahblah"> the blue words will show garbage characters)

I follow the example of theloop.php (it’s work good) and fix it.

open recently-updates-posts.php find these (line18)

.htmlentities($p->post_title).

change it to

.wp_specialchars(strip_tags($p->post_title)).

ok!

  1. Using Mozilla Firefox Mozilla Firefox 2.0.0.11 on Windows Windows XP

    Hello,

    thanks for writing a post about my plugin.
    Unfortunately I can not read a single sign, I hope you wrote only good things ;)

    Maybe you could translate the part where you say something about htmlentities() and wp_specialchars().

    Btw.: Within the next two weeks an updated version will be released.

    Greetings from Germany,
    Hannes

    • vsy
    • 二月 1st, 2008 1:49上午
    Using Mozilla Firefox Mozilla Firefox 2.0.0.11 on Windows Windows XP

    » Hannes
    welcome!
    I just updated this article and replied on your plugin page, thanks.

  2. Using Mozilla Firefox Mozilla Firefox 2.0.0.11 on Windows Windows XP

    Hello vsy,
    thanks for translating the article for me. I have already made the change in my development version and will test it soon. If there are no problems with western charsets, it will of course be part of the next release.
    If you have more suggestions feel free to post them on the plugin page.
    Keep up,
    Hannes

  3. Using Mozilla Firefox Mozilla Firefox 2.0.0.11 on Windows Windows XP

    Hehe, btw we still have January here :)

    • Jeff
    • 二月 1st, 2008 12:07下午
    Using Internet Explorer Internet Explorer 6.0 on Windows Windows XP

    It’s good enought to convey what you’d like to said. :)

    - Write for in English
    - will show the error words message

  1. No trackbacks yet.

CommentLuv Enabled