Plugins/Plugin Compatibility/2.1 « WordPress Codex を見てみると UTW 3.1415926 - Tags are wiped when a comment is approved.
とある.げ,と思って見てみると,確かに一個飛んでる.というわけで,それに対応した 3.14159265 にアップデート
- Neato » Blog Archive » Ultimate Tag Warrior 3.14159265
- My Neato Thing - AND post_status = 'publish' missing in 3.14159265
フォーマット文字列を改造してるのと CA-Title 用にパッチを当てているので, ultimate-tag-warrior-core.php と ultimate-tag-warrior.php をしこしこ書き換え.ただし, UTW_ShowCurrentTagSet() ではもはや $display 変数は使われていないので,単純にリターンする.
function UTW_ShowCurrentTagSet($formattype, $format="", $limit = 0) { global $utw; if (function_exists('ca_title')) { $format = $utw->GetFormat($formattype, $format); return $utw->FormatTags($utw->GetCurrentTagSet(), $format, $limit); } else { $format = $utw->GetFormat($formattype, $format); echo $utw->FormatTags($utw->GetCurrentTagSet(), $format, $limit); }}
その他,未公開投稿もタグ・アーカイヴに表示されてしまうとのことで,上記二番めに則って修正を加える.自分でコメント付けてトラックバックも送ってみたが,タグはちゃんと残っちょった (笑).
やっぱタグは MovableType 同様,システム標準で持っとくべきだよ.
上記,プラグインのコンパチ状況ページを見てると AddQuicktag も 0.4 英語版が出てるやん.
こっちにしてみた.
0 件のコメント:
コメントを投稿