<?xml version="1.0" encoding="UTF-8" standalone="yes"?><oembed><version><![CDATA[1.0]]></version><provider_name><![CDATA[iDeasilo]]></provider_name><provider_url><![CDATA[https://ideasilo.wordpress.com]]></provider_url><author_name><![CDATA[Takayuki Miyoshi]]></author_name><author_url><![CDATA[https://ideasilo.wordpress.com/author/miyoshita/]]></author_url><title><![CDATA[WordPress 2.1 のファイル再編成]]></title><type><![CDATA[link]]></type><html><![CDATA[<p>WordPress 2.0 から 2.1 の間でファイルの大幅な再編成が行なわれています。通常の利用には影響はありませんが、プラグインやテーマを作るような時には関係がある場合もあるので一応把握しておいた方がよいでしょう。</p>
<p>特に変更の大きい <a href="http://trac.wordpress.org/browser/tags/2.1/wp-includes">wp-includes</a> ディレクトリのファイルの移動について以下にまとめています。それぞれ <a href="http://trac.wordpress.org/">WordPress Trac</a> の Changeset にリンクしていますので経緯について知りたい場合はそちらを参照してください。<br />
<!--more--></p>
<dl>
<dt><strong>author-template.php</strong></dt>
<dd>template-functions-author.php からファイル名変更 (<a href="http://trac.wordpress.org/changeset/3854">3854</a>)</dd>
<dt><strong>bookmark.php</strong></dt>
<dd>template-functions-bookmarks.php からブックマーク関連関数が分離独立 (<a href="http://trac.wordpress.org/changeset/3845">3845</a>)</dd>
<dt><strong>bookmark-template.php</strong></dt>
<dd>template-functions-bookmarks.php からファイル名変更 (<a href="http://trac.wordpress.org/changeset/3845">3845</a>)</dd>
<dt><strong>category.php</strong></dt>
<dd>functions.php, functions-post.php, template-functions-category.php からカテゴリー関連関数を抽出して分離独立 (<a href="http://trac.wordpress.org/changeset/3843">3843</a>)</dd>
<dt><strong>category-template.php</strong></dt>
<dd>template-functions-category.php からファイル名変更 (<a href="http://trac.wordpress.org/changeset/3843">3843</a>)</dd>
<dt><strong>comment.php</strong></dt>
<dd>comment-functions.php からファイル名変更 (<a href="http://trac.wordpress.org/changeset/3714">3714</a>)</dd>
<dt><strong>comment-template.php</strong></dt>
<dd>functions.php, comment-functions.php からコメント関連関数を抽出して分離独立 (<a href="http://trac.wordpress.org/changeset/3714">3714</a>)</dd>
<dt><strong>compat.php</strong></dt>
<dd>functions-compat.php からファイル名変更 (<a href="http://trac.wordpress.org/changeset/3862">3862</a>)</dd>
<dt><strong>cron.php</strong></dt>
<dd>新機能の cron (<a href="http://trac.wordpress.org/changeset/3634">3634</a>)</dd>
<dt><strong>deprecated.php</strong></dt>
<dd>廃止予定の関数を集約 (<a href="http://trac.wordpress.org/changeset/3589">3589</a>)</dd>
<dt><strong>general-template.php</strong></dt>
<dd>template-functions-general.php からファイル名変更 (<a href="http://trac.wordpress.org/changeset/3862">3862</a>)</dd>
<dt><strong>feed.php</strong></dt>
<dd>feed-functions.php からファイル名変更 (<a href="http://trac.wordpress.org/changeset/3862">3862</a>)</dd>
<dt><strong>formatting.php</strong></dt>
<dd>functions-formatting.php からファイル名変更 (<a href="http://trac.wordpress.org/changeset/3862">3862</a>)</dd>
<dt><strong>l10n.php</strong></dt>
<dd>wp-l10n.php からファイル名変更 (<a href="http://trac.wordpress.org/changeset/3870">3870</a>)</dd>
<dt><strong>link-template.php</strong></dt>
<dd>template-functions-links.php からファイル名変更 (<a href="http://trac.wordpress.org/changeset/3862">3862</a>)</dd>
<dt><strong>pluggable.php</strong></dt>
<dd>pluggable-functions.php からファイル名変更 (<a href="http://trac.wordpress.org/changeset/3862">3862</a>)</dd>
<dt><strong>plugin.php</strong></dt>
<dd>functions.php からプラグイン API が分離独立 (<a href="http://trac.wordpress.org/changeset/3893">3893</a>)</dd>
<dt><strong>post.php</strong></dt>
<dd>functions-post.php からファイル名変更 (<a href="http://trac.wordpress.org/changeset/3851">3851</a>)</dd>
<dt><strong>post-template.php</strong></dt>
<dd>template-functions-post.php からファイル名変更 (<a href="http://trac.wordpress.org/changeset/3851">3851</a>)</dd>
<dt><strong>query.php</strong></dt>
<dd>classes.php から WP_Query とそのラッパー関数が分離独立 (<a href="http://trac.wordpress.org/changeset/3639">3639</a>)</dd>
<dt><strong>registration.php</strong></dt>
<dd>registration-functions.php からファイル名変更 (<a href="http://trac.wordpress.org/changeset/3862">3862</a>)</dd>
<dt><strong>rewrite.php</strong></dt>
<dd>classes.php から WP_Rewrite が分離独立 (<a href="http://trac.wordpress.org/changeset/3638">3638</a>)</dd>
<dt><strong>rss.php</strong></dt>
<dd>rss-functions.php からファイル名変更 (<a href="http://trac.wordpress.org/changeset/3862">3862</a>)</dd>
<dt><strong>script-loader.php</strong></dt>
<dd>新機能のスクリプトローダー (<a href="http://trac.wordpress.org/changeset/3788">3788</a>)</dd>
<dt><strong>theme.php</strong></dt>
<dd>functions.php からテーマ関連関数が分離独立 (<a href="http://trac.wordpress.org/changeset/3711">3711</a>)</dd>
<dt><strong>user.php</strong></dt>
<dd>functions.php からユーザ関連関数が分離独立 (<a href="http://trac.wordpress.org/changeset/3854">3854</a>)</dd>
</dl>
]]></html></oembed>