升級WordPress 2.0.5
星期日, 十月 22nd, 2006edit: wp-includes/functions-formatting.php
註解掉 $curl 替換字串語法
line 13~18
line 31~41
主要是為了讓WP不會自動將「""」轉換為「『』」
edit: wp-includes/template-functions-post.php
line 90:
$output .= '<a id="more-'.$id.'" class="hide" name="more-'.$id.'"><span class="hide">深入閱讀</span></a>'.$content[1];
line 91:
$output .= ' <a href="'. get_permalink() . "#more-$id\" title=\"more-$id\">$more_link_text</a>";