- 赤色のリンクは、まだ日本語Codexに存在しないページ・画像です。英語版と併せてご覧ください。(詳細)
「Version 3.6」の版間の差分
提供: WordPress Codex 日本語版
(ハイライトまで翻訳しました。) |
細 (コードネーム "Oscar" を追記) |
||
1行目: | 1行目: | ||
{{NeedTrans}} | {{NeedTrans}} | ||
− | 某月某日、WordPress [[Version 3.6|バージョン 3.6]] (コードネーム:'' | + | 某月某日、WordPress [[Version 3.6|バージョン 3.6]] (コードネーム:''Oscar'') が公開されました。詳しくは [http://wordpress.org/news/2013/08/oscar/ WordPress Blog] および [[Changelog/3.6|Version 3.6 の変更履歴]] を参照してください。 |
[[Version 3.6|バージョン 3.6]] ではデータベースバージョン (<tt>[[データベース概要#Table:_wp_options|wp_options]]</tt> テーブルの <tt>db_version</tt>) が'''22xxx'''へ変更となり、のリビジョンは [https://core.trac.wordpress.org/changeset/23xxx r23xxx] となりました。 | [[Version 3.6|バージョン 3.6]] ではデータベースバージョン (<tt>[[データベース概要#Table:_wp_options|wp_options]]</tt> テーブルの <tt>db_version</tt>) が'''22xxx'''へ変更となり、のリビジョンは [https://core.trac.wordpress.org/changeset/23xxx r23xxx] となりました。 | ||
291行目: | 291行目: | ||
− | {{原文|Version 3.6| | + | {{原文|Version 3.6|134001}}<!-- 01:01, 3 August 2013 Archon810 版 --> |
{{Versions}} | {{Versions}} | ||
[[Category:Versions]] | [[Category:Versions]] |
2013年8月3日 (土) 20:03時点における版
このページ「Version 3.6」は未翻訳です。和訳や日本語情報を加筆してくださる協力者を求めています。
某月某日、WordPress バージョン 3.6 (コードネーム:Oscar) が公開されました。詳しくは WordPress Blog および Version 3.6 の変更履歴 を参照してください。
バージョン 3.6 ではデータベースバージョン (wp_options テーブルの db_version) が22xxxへ変更となり、のリビジョンは r23xxx となりました。
目次
ハイライト
- 新しいデフォルトテーマ - Twenty Thirteen
- ブログ作成にフォーカス
- サイドバーをシングルレイアウトに / ウィジェットをフッターに
- 投稿フォーマットなど、最新のテーマ機能をサポート。
- フォントベースのアイコン (Genericons)
- 管理者向け変更
- 投稿フォーマットのインターフェイスを更新
- メニューのインターフェイスを改善
- リビジョンの更新
- 自動保存と投稿のロック
- メディア編集画面での音声やビデオのプレビューをサポート
- 開発者向け変更'
What's New
全般
- Arg param for wp_nonce_url() - #22423
- Use digraphs for German umlauts in remove_accents() - #3782
- Use Ellipses instead of … - #8714
- Consistently apply 'register' filter - #14406
- Automatically esc_url() the URL echoed by the_permalink() - #17562
- Allow developers to specify an Accept-Encoding header in WP_Http::accept_encoding() - #20142
- Pass tag object and args array to topic_count_text_callback from wp_generate_tag_cloud() - #21198
- Use wp_unslash() instead of stripslashes_deep - #21767
- Improve the performance of backslashit() by avoiding regular expressions - #22286
- XML-RPC: Standardize home/site url labels with core labels - #22771
- Disallow accidental or negligent deregistering of critical scripts in the admin. Covers jQuery, jQuery UI, Underscore, and Backbone - #22896
- Remove the_title_attribute() from anchors with the_title() as text - #24203
ダッシュボード
投稿
- The Revision Management UI saw significant improvement
- Shortcode attributes can now be filtered via shortcode_atts_$shortcode hook
- The ability to change post formats was removed from Quick Edit
- A 'not_found' label was added for non-hierarchical taxonomys
- Better UX for dealing with multiple users editing the same content
投稿フォーマット
- Add functions to extract images from posts in various forms (audio, video, images, galleries, links, chat) - #22960 #23570 #23572 #23625
- Add functions to generate metadata for audio/video - #23673
メディア
- Add oEmbed support for Rdio and Spotify
- .webm (video/webm) was added to the MIME types list
- The Media Library can now be sorted by Author name
- Bug fixed where initial gallery link-to setting wasn't applied
- Return from image_downsize() earlier if a custom resize function is used - #23392
- Orientation information was added to items in gallery_shortcode()
- New Audio and Video previews are available on the Media > Edit Screen
コメント
- Improve wp_list_comments() markup - #20088
- Add the ability to use HTML5 input types in the comment form - #15080
外観
- The Navigation Menus UI got a significant refresh
- The Customizer can now be accessed via the Appearance menu
- Screen options can now be added to the Appearance > Widgets Screen
プラグイン
- Prevent plugins from overriding jQuery in the admin - #22896
ユーザー
- Remove the three default contact methods (AIM, YIM, Jabber) for new installs.
- Pass old roles to set_user_role action
- The workflow for deleting users has been improved
設定
アクセシビリティ
- Better keyboard/screen reader accessibility in the Nav Menus UI
- Background image's "select a file" link works with keyboard navigation
インストール手順
マルチサイト
- Pass blog_id to the wpmu_drop_tables filter - #24230
Under The Hood
全般
バグ修正
- Allow paths with two consecutive dots to be passed to home_url() and all related *_url() functions - #19032
- Use official MIME types for Windows Media file extensions - #14253
- Redirect after save on options-permalink.php to ensure permalinks are fully flushed - #14345
- Remove duplicate calls to add_new_user_to_blog() - #15173
- Strip slashes from passwords sent to new users by email - #17018
- Document 7th parameter, $callback_args in add_meta_box() - #17515
- Make sure the url returned by post_preview() is filterable with preview_post_link hook - #19378
- Fix handling of '0' as meta_value argument in get_pages() - #20376
- Correctly print 'after' data when scripts are concatenated in WP_Styles class - #20836
- Properly truncate UTF-8 post slugs in wp_unique_post_slug() - #21013
- Prevent plugins with certain filenames from breaking links in the admin menu - #22079
- Display username (user_login) rather than user_nicename in Toolbar below username - #22121
- Only show database errors if both WP_DEBUG and WP_DEBUG_DISPLAY are enabled - #22203
- Avoid PHP notices in Media Library if an attachment parent does not exist - #22312
- XML-RPC: Return an error for getRecentPosts (mw and blogger) if the user does not have edit_posts - #22320
- Fix some tabbing issues on the post editing screen - #22933
- Avoid notice by checking for user agent in wp_new_comment() - #22979
- Avoid notice in parent_dropdown() by checking if post exists before testing post id - #23026
- Preserve alpha in WP_Image_Editor_GD when images are not resized - #23039
- Prevent an unintended visibility change from "Password protected" to "Public" when updating the post - #23065
- Confirm a user exists before deleting them in wp_delete_user() and wpmu_delete_user() - #23067
- Avoid a warning in mb_internal_encoding by making sure we have a charset first - #23093
- Fix unnecessarily persistent "pending email change" admin message #23146
- Ensure we strictly compare 'all options' and 'not options' when protecting these special options - #23289
- Return WP_Error from wp_crop_image() if saving has failed - #23325
- Bail early with correct WP_Error if invalid post ID passed to wp_insert_post() - #23474
- Make sure to reset the modal after gallery insertion - #23675
- Make sure WP_Http funnels all redirect requests through WP_Http::request() to ensure the proper transport is used - #23682
- Add sanity checks on image metadata to avoid warnings - #23733
- Avoid an undefined index notice in get_post_type_archive_feed_link() - #23744
- Avoid notices when array args are missing in WP_Image_Editor::multi_resize() - #23884
- Fix notice in wp_generate_attachment_metadata() - #23710
- Avoid PHP notices when deleting or restoring an item that no longer exists - #24246
マルチサイト
クラス
新規関数
- wp_add_id3_tag_data()
- wp_read_video_metadata()
- wp_read_audio_metadata()
- wp_nav_menu_disabled_check()
- wp_nav_menu_update_menu_items()
- do_accordion_sections()
- wp_slash()
- wp_unslash()
- wp_is_writable()
- wp_auth_check_load()
- wp_auth_check()
- get_tag_regex()
- wp_registration_url()
- wp_heartbeat_settings()
- wp_mediaelement_fallback()
- wp_get_audio_extensions()
- wp_audio_shortcode()
- wp_get_video_extensions()
- wp_video_shortcode()
- wp_embed_handler_audio()
- wp_embed_handler_video()
- get_attached_media()
- get_attached_audio()
- get_attached_video()
- get_content_media()
- get_embedded_media()
- get_content_audio()
- get_embedded_audio()
- get_content_video()
- get_embedded_video()
- get_the_post_format_media()
- the_post_format_video()
- the_post_format_audio()
- get_attached_images()
- get_attached_image_srcs()
- get_content_images()
- get_content_image()
- get_content_galleries()
- get_post_galleries()
- get_post_galleries_images()
- get_post_gallery()
- the_post_format_gallery()
- get_post_gallery_images()
- get_the_post_format_image()
- the_post_format_image()
- attachment_url_to_postid()
- get_post_format_meta()
- get_post_format_content_class()
- post_format_content_class()
- post_formats_compat()
- add_chat_detection_format()
- get_content_chat()
- get_the_post_format_chat()
- the_post_format_chat()
- get_content_quote()
- get_the_post_format_quote()
- the_post_format_quote()
- get_content_url()
- get_the_post_format_url()
- the_post_format_url()
- get_the_remaining_content()
- the_remaining_content()
- wp_post_revision_title_expanded()
- paginate_content()
- get_paged_content()
- wp_revisions_enabled()
- wp_revisions_to_keep()
- wp_text_diff_with_count()
- shortcode_exists()
- has_shortcode()
- wp_parse_post_content()
- wp_remove_object_terms()
- wp_add_object_terms()
- img_html_to_post_id()
新規フィルター
- enable_post_format_ui - []
- self_link - [23521]
- get_comments_link - [23624]
- comments_link_feed - [23624]
- comment_link - [23624]
- nav_menu_link_attributes - [23565]
- wp_revisions_to_keep - [23818]
- wp_link_pages - [23653]
- search_form_format - [23798]
- user_search_columns - [24056]
- wp_http_accept_encoding - [23601]
- widget_meta_poweredby - [23424]
スクリプト、外部ライブラリ
- Services_JSON 1.0.3
- jQuery Color 2.2.1
- Backbone 1.0.0
- jQuery UI 1.10.3
- Iris 1.0.3
- hoverIntent r7
- MediaElement.js 2.11.1 (New)
非推奨となった関数
- wp_convert_bytes_to_hr() の代わりに size_format() を用いることが推奨となりました - [23439]
- get_user_id_from_string() の代わりに get_user_by() の `$field` から 'email' or 'login' 用いることが推奨となりました - [23438]
最新英語版: WordPress Codex » Version 3.6 (最新版との差分)
WordPress バージョンの一覧もあわせてご覧ください。