- 赤色のリンクは、まだ日本語Codexに存在しないページ・画像です。英語版と併せてご覧ください。(詳細)
「Version 3.1」の版間の差分
提供: WordPress Codex 日本語版
(en:Version 3.1 04:56, 29 October 2010 Bono 版を翻訳用にコピー) |
(見出しのみ和訳、外部リンクを追加) |
||
8行目: | 8行目: | ||
--> | --> | ||
− | [http://wpdevel.wordpress.com/version-3-1-project-schedule/ Version 3.1 Project Schedule « WordPress Development Updates] | + | バージョン3.1プロジェクトスケジュール: [http://wpdevel.wordpress.com/version-3-1-project-schedule/ Version 3.1 Project Schedule « WordPress Development Updates] |
+ | |||
+ | == 主な新機能・更新 <span id="Highlights"></span>== | ||
− | |||
* Post Formats [http://core.trac.wordpress.org/ticket/14746 14746] | * Post Formats [http://core.trac.wordpress.org/ticket/14746 14746] | ||
* Theme Search [http://core.trac.wordpress.org/ticket/14936 14936] | * Theme Search [http://core.trac.wordpress.org/ticket/14936 14936] | ||
24行目: | 25行目: | ||
* Network Admin [http://core.trac.wordpress.org/ticket/14435 14435] | * Network Admin [http://core.trac.wordpress.org/ticket/14435 14435] | ||
− | == | + | == 一般ユーザ向け機能 <span id="User_Features"></span>== |
− | + | ||
− | + | ||
− | ===Posts=== | + | === 全般 <span id="General"></span>=== |
+ | === ダッシュボード <span id="Dashboard"></span>=== | ||
+ | === 投稿 <span id="Posts"></span>=== | ||
+ | === メディア <span id="Media"></span>=== | ||
+ | === リンク <span id="Links"></span>=== | ||
+ | === コメント <span id="Comments"></span>=== | ||
+ | === 外観 <span id="Appearance"></span>=== | ||
+ | === プラグイン <span id="Plugins"></span>=== | ||
+ | === ツール <span id="Tools"></span>=== | ||
+ | === ユーザー <span id="Users"></span>=== | ||
+ | === 設定 <span id="Settings"></span>=== | ||
+ | === インストール処理 <span id="Install_Process"></span>=== | ||
+ | === マルチサイト <span id="Multisite"></span>=== | ||
− | === | + | == 開発・テーマ・プラグイン <span id="Development.2C_Themes.2C_Plugins"></span>== |
− | + | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
* TwentyTen Theme - Make sure we have a header image before showing it | * TwentyTen Theme - Make sure we have a header image before showing it | ||
* TwentyTen Theme – Fixes header positioning in the IE9 beta | * TwentyTen Theme – Fixes header positioning in the IE9 beta | ||
53行目: | 49行目: | ||
* TwentyTen Theme - Use get_template_part() in single.php, attachment.php, page.php, onecolumn-page.php. Introduces loop-page/single/attachment.php. This is a backwards compatible change, as any child theme currently overriding single.php or loop.php will be entirely unaffected. Child themes can now override the loop in these files individually, by using loop-single.php, loop-page.php, or loop-attachment.php. (In loop-page.php, they can also use in_page_template() for the extra level of context.) | * TwentyTen Theme - Use get_template_part() in single.php, attachment.php, page.php, onecolumn-page.php. Introduces loop-page/single/attachment.php. This is a backwards compatible change, as any child theme currently overriding single.php or loop.php will be entirely unaffected. Child themes can now override the loop in these files individually, by using loop-single.php, loop-page.php, or loop-attachment.php. (In loop-page.php, they can also use in_page_template() for the extra level of context.) | ||
− | == | + | == 今後のバージョンに先送りとなった機能 <span id="Features_Deferred_to_Later_Versions"></span>== |
These features didn't make it into current release and have been designated for a future release. | These features didn't make it into current release and have been designated for a future release. | ||
+ | |||
+ | == 外部リンク == | ||
+ | |||
+ | * [http://www.odysseygate.com/archives/1708 WordPress 3.1 に実装予定の機能 | Odysseygate.com] (2010-9-6) | ||
{{原文|Version 3.1|94154}}<!-- 04:56, 29 October 2010 Bono 版 --> | {{原文|Version 3.1|94154}}<!-- 04:56, 29 October 2010 Bono 版 --> | ||
− | [[Category: | + | [[Category:バージョン]] |
[[Category:UI Link]] | [[Category:UI Link]] | ||
+ | [[Category:wp3.1]] | ||
[[en:Version 3.1]] | [[en:Version 3.1]] |
2010年11月1日 (月) 12:56時点における版
このページ「Version 3.1」は未翻訳です。和訳や日本語情報を加筆してくださる協力者を求めています。
In December 2010, WordPress Version 3.1, named for xxxxx, will be released to the public.
バージョン3.1プロジェクトスケジュール: Version 3.1 Project Schedule « WordPress Development Updates
目次
主な新機能・更新
- Post Formats 14746
- Theme Search 14936
- Internal Linking 11420
- Admin Bar 14772
- Ajaxified Admin 14579
- Updated Tiny MCE 12574
- Multi-taxonomy Queries 12891
- Custom post Type Index Pages 13818
- Admin CSS Cleanup 14770
- QuickPress Function 14966
- User Admin 14696
- Network Admin 14435
一般ユーザ向け機能
全般
ダッシュボード
投稿
メディア
リンク
コメント
外観
プラグイン
ツール
ユーザー
設定
インストール処理
マルチサイト
開発・テーマ・プラグイン
- TwentyTen Theme - Make sure we have a header image before showing it
- TwentyTen Theme – Fixes header positioning in the IE9 beta
- TwentyTen Theme – Fixes to font issues in IE6 due to incompatible selector
- TwentyTen Theme – Image handling adjustments
- TwentyTen Theme - Use get_template_part() in single.php, attachment.php, page.php, onecolumn-page.php. Introduces loop-page/single/attachment.php. This is a backwards compatible change, as any child theme currently overriding single.php or loop.php will be entirely unaffected. Child themes can now override the loop in these files individually, by using loop-single.php, loop-page.php, or loop-attachment.php. (In loop-page.php, they can also use in_page_template() for the extra level of context.)
今後のバージョンに先送りとなった機能
These features didn't make it into current release and have been designated for a future release.
外部リンク
- WordPress 3.1 に実装予定の機能 | Odysseygate.com (2010-9-6)
最新英語版: WordPress Codex » Version 3.1 (最新版との差分)