2007/5/20 日曜日
ME2.2 をリリースしました
Filed under: WordPress — Administrator @ 3:23:56本家のほうで安定版の 2.2.1 が6月中頃を目処にリリースされるようですので、ME2.2 は2.2.1 が出るまでの暫定版とさせていただきます。現状では、その内容は本家版とほとんど同じものです。差分はこちらでご確認ください。
http://cvs.sourceforge.jp/cgi-bin/viewcvs.cgi/wordpress/capriccioso/

と言うことなので、早速アップグレード….アップグレードはすぐ終わったが….phpを書き換えた所まで上書きしちゃったー……バックアップから復活させないといけないなー……^_^;

quicktags.js
<code>edButtons[edButtons.length] =
new edButton(‘ed_h2′
,’h2′
,’
<h2>’
,'</h2>

,’h2’
);

edButtons[edButtons.length] =
new edButton(‘ed_h3′
,’h3′
,’
<h3>’
,'</h3>

,’h3’
);

edButtons[edButtons.length] =
new edButton(‘ed_legend’
,’参照題’
,'<legend>’
,'</legend>’
,’q’
);

edButtons[edButtons.length] =
new edButton(‘ed_fieldset’
,’参照’
,’

<fieldset>’
,'</fieldset>’
,’q’
);
等を追加する。