- 赤色のリンクは、まだ日本語Codexに存在しないページ・画像です。英語版と併せてご覧ください。(詳細)
「Version 3.7」の版間の差分
提供: WordPress Codex 日本語版
(→ハイライト) |
(15:33, October 20, 2013 DrewAPicture 版 に合わせました。) |
||
31行目: | 31行目: | ||
</div> | </div> | ||
− | === | + | <div id="Dashboard"> |
+ | === ダッシュボード === | ||
+ | </div> | ||
+ | * Shift を押しながらクリックすることで、チェックボックスの選択を両方向可能に。 | ||
+ | * バックエンドの iFrames に RTL body クラスを追加。 | ||
+ | * パスワードで保護する投稿用のパスワードを実際に20文字に制限。 | ||
+ | * クッキーが不使用になっている時にログインする場合にエラーメッセージを表示。 | ||
+ | * 検索に失敗した時に以前の検索条件を呼び出してしまう問題の修正。 | ||
+ | * カスタム投稿タイプへのバルクアクションが無効化されている時のスタイリングを修正。 | ||
− | === | + | <div id="Posts"> |
+ | ===投稿=== | ||
+ | </div> | ||
− | === | + | <div id="Media"> |
+ | === メディア === | ||
+ | </div> | ||
+ | * 添付ファイルの編集画面に画像ファイルサイズを追加。 | ||
+ | * アップデートされた <tt>[gallery]</tt> ショートコードから <tt>orderby</tt> の属性が削除されてしまう問題の修正。 | ||
+ | * メディア画面から公開していない投稿タイプへのリンクを中止。 | ||
− | === | + | <div id="Comments"> |
+ | === コメント === | ||
+ | </div> | ||
+ | * コメントの編集画面に、コメント者の IP アドレスを追加。 | ||
+ | * コメント管理画面から、生成されたアバターを削除 | ||
+ | * [[Function_Reference/wp_notify_moderator|wp_notify_moderator()]] にて、メール受取人でフィルター可能に。 | ||
+ | * 投稿タイプごとにコメント画面をフィルターすることが可能に。 | ||
− | === | + | <div id="Appearance"> |
+ | === 外観 === | ||
+ | </div> | ||
+ | * カスタムヘッダー画像が設定されている時に、そのプレビューのみを表示。 | ||
+ | * カスタマイザーコントローラーの説明を表示。 | ||
+ | * カスタマイザーがホーム URL をロードすることが可能に。 | ||
− | === | + | <div id="Plugins"> |
+ | === プラグイン === | ||
+ | </div> | ||
+ | * PHP 5.4 に関するプラグイン検索エラーを修正。 | ||
===Tools=== | ===Tools=== | ||
− | === | + | <div id="Users"> |
+ | === ユーザー === | ||
+ | </div> | ||
+ | * <tt>user_activation_key</tt> をデータベースへ確実にハッシュする。 | ||
+ | * パスワード保存時に、前後のスペースを削除。 | ||
+ | * ログイン後のデフォルトのパスワード変更を促す挙動を簡素化する。 | ||
===Settings=== | ===Settings=== | ||
− | === | + | <div id="Accessibility"> |
+ | === アクセシビリティ === | ||
+ | </div> | ||
+ | * リストテーブルの行アクションをキーボードからアクセス可能に。 | ||
+ | * カスタマイザーをリフレッシュした際に "Close" ボタンが壊れる問題を修正。 | ||
+ | * デフォルトテーマでのデフォルトカラーコントラストの割り当てを改善。 | ||
+ | * 投稿を更新した際、タイトルが空の場合、そこにフォーカスが行くよう変更。 | ||
===Install Process=== | ===Install Process=== | ||
67行目: | 107行目: | ||
* Fixed bug with is_day by checking bad dates and redirect, instead of 404ing. | * Fixed bug with is_day by checking bad dates and redirect, instead of 404ing. | ||
* Avoid using the *_exists() functionality on ncFTPd servers | * Avoid using the *_exists() functionality on ncFTPd servers | ||
− | * Allow a WP_Error return from register_new_user() | + | * Allow a WP_Error return from [[Function_Reference/register_new_user|register_new_user()]] |
* Hide the custom header image preview unless an image is set | * Hide the custom header image preview unless an image is set | ||
* Add signup_id primary key to $wpdb->signups | * Add signup_id primary key to $wpdb->signups | ||
* Fix issue with deleting terms shared across taxonomies from deleting associated nav menus | * Fix issue with deleting terms shared across taxonomies from deleting associated nav menus | ||
− | * Cast $labels to array in get_taxonomy_labels() and _get_custom_object_labels() to avoid failure | + | * Cast $labels to array in [[Function_Reference/get_taxonomy_labels|get_taxonomy_labels()]] and [[Function_Reference/_get_custom_object_labels|_get_custom_object_labels()]] to avoid failure |
* Correct rewrite tag for hierarchical post types without a query_var. | * Correct rewrite tag for hierarchical post types without a query_var. | ||
77行目: | 117行目: | ||
=== マルチサイト === | === マルチサイト === | ||
</div> | </div> | ||
− | * wp_get_sites() [25445] | + | * Introduce [[Function_Reference/wp_get_sites|wp_get_sites()]] [25445] |
− | * wp_maybe_update_network_site_counts() [25621] | + | * Introduce [[Function_Reference/wp_maybe_update_network_site_counts|wp_maybe_update_network_site_counts()]] [25621] |
− | * wp_maybe_update_network_user_counts() [25621] | + | * Introduce [[Function_Reference/wp_maybe_update_network_user_counts|wp_maybe_update_network_user_counts()]] [25621] |
− | * wp_update_network_site_counts() [25621] | + | * Introduce [[Function_Reference/wp_update_network_site_counts|wp_update_network_site_counts()]] [25621] |
− | * wp_update_network_user_counts() [25621] | + | * Introduce [[Function_Reference/wp_update_network_user_counts|wp_update_network_user_counts()]] [25621] |
<div id="Classes"> | <div id="Classes"> | ||
=== クラス === | === クラス === | ||
</div> | </div> | ||
− | * WP_Automatic_Upgrader [25421] | + | * Introduce [[Class_Reference/WP_Automatic_Upgrader|WP_Automatic_Upgrader]] class [25421] |
− | * Automatic_Upgrader_Skin [25421] | + | * Introduce [[Class_Reference/Automatic_Upgrader_Skin|Automatic_Upgrader_Skin]] class [25421] |
− | * Headerless_Upgrader_Skin [25566] | + | * Introduce [[Class_Reference/Headerless_Upgrader_Skin|Headerless_Upgrader_Skin]] class [25566] |
− | * WP_Date_Query [25139] | + | * Introduce [[Class_Reference/WP_Date_Query|WP_Date_Query]] class [25139] |
− | * WP_Comment_Query::date_query [25139] | + | * Introduce [[Class_Reference/WP_Comment_Query|WP_Comment_Query::date_query]] property [25139] |
− | * WP_Query::date_query [25139] | + | * Introduce [[Class_Reference/WP_Query|WP_Query::date_query]] property [25139] |
− | * WP_Query::stopwords [25632] | + | * Introduce [[Class_Reference/WP_Query|WP_Query::stopwords]] property [25632] |
− | * WP_Query::parse_search() [25632] | + | * Introduce [[Class_Reference/WP_Query|WP_Query::parse_search()]] method [25632] |
− | * WP_Query::parse_search_terms() [25632] | + | * Introduce [[Class_Reference/WP_Query|WP_Query::parse_search_terms()]] method [25632] |
− | * WP_Query::get_search_stopwords() [25632] | + | * Introduce [[Class_Reference/WP_Query|WP_Query::get_search_stopwords()]] method [25632] |
− | * WP_Query::reset_postdata() [25601] | + | * Introduce [[Class_Reference/WP_Query|WP_Query::reset_postdata()]] method [25601] |
− | * author__in and author__not_in for WP_Query [25248] | + | * Introduce <tt>author__in</tt> and <tt>author__not_in</tt> for [[Class_Reference/WP_Query|WP_Query]] [25248] |
− | * WP_Http_Streams [25224] | + | * Introduce [[Class_Reference/WP_Http_Streams|WP_Http_Streams]] class [25224] |
− | * WP_Http::handle_redirects() [24843] | + | * Introduce [[Class_Reference/WP_Http|WP_Http::handle_redirects()]] method [24843] |
− | * WP_Http::is_ip_address() [25224] | + | * Introduce [[Class_Reference/WP_Http|WP_Http::is_ip_address()]] method [25224] |
− | * WP_Meta_Query::get_cast_for_type() [25269] | + | * Introduce [[Class_Reference/WP_Meta_Query|WP_Meta_Query::get_cast_for_type()]] method [25269] |
<div id="Functions"> | <div id="Functions"> | ||
=== 関数 === | === 関数 === | ||
</div> | </div> | ||
− | <div id="New | + | <div id="What's New"> |
==== 新規関数 ==== | ==== 新規関数 ==== | ||
</div> | </div> | ||
− | * unregister_taxonomy_for_object_type() [25596] | + | * Introduce [[Function_Reference/unregister_taxonomy_for_object_type|unregister_taxonomy_for_object_type()]] [25596] |
− | * got_url_rewrite() [25456] | + | * Introduce [[Function_Reference/got_url_rewrite|got_url_rewrite()]] [25456] |
− | * get_previous_post_link() [25327] | + | * Introduce [[Function_Reference/get_previous_post_link|get_previous_post_link()]] [25327] |
− | * get_next_post_link() [25327] | + | * Introduce [[Function_Reference/get_next_post_link|get_next_post_link()]] [25327] |
− | * get_adjacent_post_link() [25327] | + | * Introduce [[Function_Reference/get_adjacent_post_link|get_adjacent_post_link()]] [25327] |
− | * wp_using_ext_object_cache() [25289] | + | * Introduce [[Function_Reference/wp_using_ext_object_cache|wp_using_ext_object_cache()]] [25289] |
− | * is_main_network() [25147] | + | * Introduce [[Function_Reference/is_main_network|is_main_network()]] template tag [25147] |
− | * verify_file_md5() [25541] | + | * Introduce [[Function_Reference/verify_file_md5|verify_file_md5()]] [25541] |
− | * wp_clean_plugins_cache() [25272] | + | * Introduce [[Function_Reference/wp_clean_plugins_cache|wp_clean_plugins_cache()]] [25272] |
− | * find_core_auto_update() [25421] | + | * Introduce [[Function_Reference/find_core_auto_update|find_core_auto_update()]] [25421] |
− | * get_core_checksums() [25540] | + | * Introduce [[Function_Reference/get_core_checksums|get_core_checksums()]] [25540] |
− | * wp_get_translation_updates() [25566] | + | * Introduce [[Function_Reference/wp_get_translation_updates|wp_get_translation_updates()]] [25566] |
− | * wp_extract_urls() [25313] | + | * Introduce [[Function_Reference/wp_extract_urls|wp_extract_urls()]] [25313] |
− | * __return_empty_string() [25037] | + | * Introduce [[Function_Reference/__return_empty_string|__return_empty_string()]] [25037] |
− | * mbstring_binary_safe_encoding() [25346] | + | * Introduce [[Function_Reference/mbstring_binary_safe_encoding|mbstring_binary_safe_encoding()]] [25346] |
− | * reset_mbstring_encoding() [25346] | + | * Introduce [[Function_Reference/reset_mbstring_encoding|reset_mbstring_encoding()]] [25346] |
− | * wp_get_installed_translations() [25536] | + | * Introduce [[Function_Reference/wp_get_installed_translations|wp_get_installed_translations()]] [25536] |
− | * wp_get_pomo_file_data() [25520] | + | * Introduce [[Function_Reference/wp_get_pomo_file_data|wp_get_pomo_file_data()]] [25520] |
− | * get_post_type_archive_template() [25291] | + | * Introduce [[Function_Reference/get_post_type_archive_template|get_post_type_archive_template()]] [25291] |
− | * wp_auto_updates_maybe_update() [25421] | + | * Introduce [[Function_Reference/wp_auto_updates_maybe_update|wp_auto_updates_maybe_update()]] [25421] |
− | * wp_authenticate_spam_check() [24848] | + | * Introduce [[Function_Reference/wp_authenticate_spam_check|wp_authenticate_spam_check()]] [24848] |
− | * wp_get_user_contact_methods() [25606] | + | * Introduce [[Function_Reference/wp_get_user_contact_methods|wp_get_user_contact_methods()]] [25606] |
− | <div id=" | + | <div id="Changes"> |
==== 変更された関数 ==== | ==== 変更された関数 ==== | ||
</div> | </div> | ||
− | * meta_box_cb callback for register_taxonomy() [25572] | + | * meta_box_cb callback for [[Function_Reference/register_taxonomy|register_taxonomy()]] [25572] |
− | * description__like for get_terms() [25241] | + | * description__like for [[Function_Reference/get_terms|get_terms()]] [25241] |
− | * show_in_menu for register_taxonomy [25133] | + | * show_in_menu for [[Function_Reference/register_taxonomy|register_taxonomy()]] [25133] |
− | * Convert all get_category() calls to use get_terms() | + | * Convert all [[Function_Reference/get_category|get_category()]] calls to use [[Function_Reference/get_terms|get_terms()]] |
=== Actions & Filters === | === Actions & Filters === | ||
==== Actions ==== | ==== Actions ==== | ||
− | * save_post_{$post_type} [25050] | + | * [[Plugin_API/Action_Reference/save_post_post_type|save_post_{$post_type}]] [25050] |
− | * user_new_form [25629] | + | * [[Plugin_API/Action_Reference/user_new_form|user_new_form]] [25629] |
<div id="Filters"> | <div id="Filters"> | ||
=== 新規フィルター === | === 新規フィルター === | ||
</div> | </div> | ||
− | * wp_count_attachments [25579] | + | * Introduce [[Plugin_API/Filter_Reference/wp_count_attachments|wp_count_attachments]] [25579] |
− | * bulk_post_updated_messages [25577] | + | * Introduce [[Plugin_API/Filter_Reference/bulk_post_updated_messages|bulk_post_updated_messages]] [25577] |
− | * got_url_rewrite [25456] | + | * Introduce [[Plugin_API/Filter_Reference/got_url_rewrite|got_url_rewrite]] [25456] |
− | * post_password_expires [25450] | + | * Introduce [[Plugin_API/Filter_Reference/post_password_expires|post_password_expires]] [25450] |
− | * img_caption_shortcode_width [25444] | + | * Introduce [[Plugin_API/Filter_Reference/img_caption_shortcode_width|img_caption_shortcode_width]] [25444] |
− | * ajax_query_attachments_args [25279] | + | * Introduce [[Plugin_API/Filter_Reference/ajax_query_attachments_args|ajax_query_attachments_args]] [25279] |
− | * months_dropdown_results [25556] | + | * Introduce [[Plugin_API/Filter_Reference/months_dropdown_results|months_dropdown_results]] [25556] |
− | * install_plugins_table_api_args_{$tab} [25070] | + | * Introduce [[Plugin_API/Filter_Reference/install_plugins_table_api_args_tab|install_plugins_table_api_args_{$tab}]] [25070] |
− | * upgrader_pre_download [25427] | + | * Introduce [[Plugin_API/Filter_Reference/upgrader_pre_download|upgrader_pre_download]] [25427] |
− | * enable_auto_upgrade_email [25542] | + | * Introduce [[Plugin_API/Filter_Reference/enable_auto_upgrade_email|enable_auto_upgrade_email]] [25542] |
− | * populate_network_meta [25414] | + | * Introduce [[Plugin_API/Filter_Reference/populate_network_meta|populate_network_meta]] [25414] |
− | * wp_link_query_args [25393] | + | * Introduce [[Plugin_API/Filter_Reference/wp_link_query_args|wp_link_query_args]] [25393] |
− | * wp_link_query [25393] | + | * Introduce [[Plugin_API/Filter_Reference/wp_link_query|wp_link_query]] [25393] |
− | * wp_audio_shortcode_override [25484] | + | * Introduce [[Plugin_API/Filter_Reference/wp_audio_shortcode_override|wp_audio_shortcode_override]] [25484] |
− | * wp_video_shortcode_override [25484] | + | * Introduce [[Plugin_API/Filter_Reference/wp_video_shortcode_override|wp_video_shortcode_override]] [25484] |
− | * enable_live_network_counts [25621] | + | * Introduce [[Plugin_API/Filter_Reference/enable_live_network_counts|enable_live_network_counts]] [25621] |
− | * enable_live_network_counts [25621] | + | * Introduce [[Plugin_API/Filter_Reference/enable_live_network_counts|enable_live_network_counts]] [25621] |
− | * wp_count_posts [25578] | + | * Introduce [[Plugin_API/Filter_Reference/wp_count_posts|wp_count_posts]] [25578] |
− | * wp_search_stopwords [25632] | + | * Introduce [[Plugin_API/Filter_Reference/wp_search_stopwords|wp_search_stopwords]] [25632] |
− | * posts_search_orderby [25632] | + | * Introduce [[Plugin_API/Filter_Reference/posts_search_orderby|posts_search_orderby]] [25632] |
− | * flush_rewrite_rules_hard [25328] | + | * Introduce [[Plugin_API/Filter_Reference/flush_rewrite_rules_hard|flush_rewrite_rules_hard]] [25328] |
− | * plugins_update_check_locales [25634] | + | * Introduce [[Plugin_API/Filter_Reference/plugins_update_check_locales|plugins_update_check_locales]] [25634] |
− | * themes_update_check_locales [25634] | + | * Introduce [[Plugin_API/Filter_Reference/themes_update_check_locales|themes_update_check_locales]] [25634] |
<div id="External Libraries"> | <div id="External Libraries"> | ||
186行目: | 226行目: | ||
{{Versions}} | {{Versions}} | ||
− | {{原文|Version_3.7| | + | {{原文|Version_3.7|137228}}<!-- 15:33, October 20, 2013 DrewAPicture 版 --> |
[[Category:Versions]] | [[Category:Versions]] |
2013年10月20日 (日) 23:18時点における版
このページ「Version 3.7」は未翻訳です。和訳や日本語情報を加筆してくださる協力者を求めています。
最新英語版: WordPress Codex » Version_3.7 (最新版との差分)
2013年某月某日、WordPress バージョン 3.7 (コードネーム:未定) が公開されました。詳しい参照先は未定です。
バージョン 3.7 ではデータベースバージョン (wp_options テーブルの db_version) がxxxxxへ変更となり、Tracのリビジョンは 未定 となりました。
ハイライト
- 自動アップデート - セキュリティリリースと開発者用ナイトリービルドの日々の更新をバックグラウンドでアップデート。
- 進化した日時クエリ - WP_Query の中で日時による投稿クエリが可能に。
- 検索の改善 - より関連性のある検索結果となるよう改善。
- より強力なパスワードメーター - 新しいパスワードメーターによりユーザーにより強力なパスワードを選ぶよう促すことが可能に。
What's New
全般
ダッシュボード
- Shift を押しながらクリックすることで、チェックボックスの選択を両方向可能に。
- バックエンドの iFrames に RTL body クラスを追加。
- パスワードで保護する投稿用のパスワードを実際に20文字に制限。
- クッキーが不使用になっている時にログインする場合にエラーメッセージを表示。
- 検索に失敗した時に以前の検索条件を呼び出してしまう問題の修正。
- カスタム投稿タイプへのバルクアクションが無効化されている時のスタイリングを修正。
投稿
メディア
- 添付ファイルの編集画面に画像ファイルサイズを追加。
- アップデートされた [gallery] ショートコードから orderby の属性が削除されてしまう問題の修正。
- メディア画面から公開していない投稿タイプへのリンクを中止。
コメント
- コメントの編集画面に、コメント者の IP アドレスを追加。
- コメント管理画面から、生成されたアバターを削除
- wp_notify_moderator() にて、メール受取人でフィルター可能に。
- 投稿タイプごとにコメント画面をフィルターすることが可能に。
外観
- カスタムヘッダー画像が設定されている時に、そのプレビューのみを表示。
- カスタマイザーコントローラーの説明を表示。
- カスタマイザーがホーム URL をロードすることが可能に。
プラグイン
- PHP 5.4 に関するプラグイン検索エラーを修正。
Tools
ユーザー
- user_activation_key をデータベースへ確実にハッシュする。
- パスワード保存時に、前後のスペースを削除。
- ログイン後のデフォルトのパスワード変更を促す挙動を簡素化する。
Settings
アクセシビリティ
- リストテーブルの行アクションをキーボードからアクセス可能に。
- カスタマイザーをリフレッシュした際に "Close" ボタンが壊れる問題を修正。
- デフォルトテーマでのデフォルトカラーコントラストの割り当てを改善。
- 投稿を更新した際、タイトルが空の場合、そこにフォーカスが行くよう変更。
Install Process
Multisite
Under The Hood
General
- EP_ALL_ARCHIVES [24812]
バグ修正
- Fix terms with a post count of 0 returning if 'hide_empty' is true.
- Fix allowing https URL enclosures
- Fixed bug with is_day by checking bad dates and redirect, instead of 404ing.
- Avoid using the *_exists() functionality on ncFTPd servers
- Allow a WP_Error return from register_new_user()
- Hide the custom header image preview unless an image is set
- Add signup_id primary key to $wpdb->signups
- Fix issue with deleting terms shared across taxonomies from deleting associated nav menus
- Cast $labels to array in get_taxonomy_labels() and _get_custom_object_labels() to avoid failure
- Correct rewrite tag for hierarchical post types without a query_var.
マルチサイト
- Introduce wp_get_sites() [25445]
- Introduce wp_maybe_update_network_site_counts() [25621]
- Introduce wp_maybe_update_network_user_counts() [25621]
- Introduce wp_update_network_site_counts() [25621]
- Introduce wp_update_network_user_counts() [25621]
クラス
- Introduce WP_Automatic_Upgrader class [25421]
- Introduce Automatic_Upgrader_Skin class [25421]
- Introduce Headerless_Upgrader_Skin class [25566]
- Introduce WP_Date_Query class [25139]
- Introduce WP_Comment_Query::date_query property [25139]
- Introduce WP_Query::date_query property [25139]
- Introduce WP_Query::stopwords property [25632]
- Introduce WP_Query::parse_search() method [25632]
- Introduce WP_Query::parse_search_terms() method [25632]
- Introduce WP_Query::get_search_stopwords() method [25632]
- Introduce WP_Query::reset_postdata() method [25601]
- Introduce author__in and author__not_in for WP_Query [25248]
- Introduce WP_Http_Streams class [25224]
- Introduce WP_Http::handle_redirects() method [24843]
- Introduce WP_Http::is_ip_address() method [25224]
- Introduce WP_Meta_Query::get_cast_for_type() method [25269]
関数
新規関数
- Introduce unregister_taxonomy_for_object_type() [25596]
- Introduce got_url_rewrite() [25456]
- Introduce get_previous_post_link() [25327]
- Introduce get_next_post_link() [25327]
- Introduce get_adjacent_post_link() [25327]
- Introduce wp_using_ext_object_cache() [25289]
- Introduce is_main_network() template tag [25147]
- Introduce verify_file_md5() [25541]
- Introduce wp_clean_plugins_cache() [25272]
- Introduce find_core_auto_update() [25421]
- Introduce get_core_checksums() [25540]
- Introduce wp_get_translation_updates() [25566]
- Introduce wp_extract_urls() [25313]
- Introduce __return_empty_string() [25037]
- Introduce mbstring_binary_safe_encoding() [25346]
- Introduce reset_mbstring_encoding() [25346]
- Introduce wp_get_installed_translations() [25536]
- Introduce wp_get_pomo_file_data() [25520]
- Introduce get_post_type_archive_template() [25291]
- Introduce wp_auto_updates_maybe_update() [25421]
- Introduce wp_authenticate_spam_check() [24848]
- Introduce wp_get_user_contact_methods() [25606]
変更された関数
- meta_box_cb callback for register_taxonomy() [25572]
- description__like for get_terms() [25241]
- show_in_menu for register_taxonomy() [25133]
- Convert all get_category() calls to use get_terms()
Actions & Filters
Actions
- save_post_{$post_type} [25050]
- user_new_form [25629]
新規フィルター
- Introduce wp_count_attachments [25579]
- Introduce bulk_post_updated_messages [25577]
- Introduce got_url_rewrite [25456]
- Introduce post_password_expires [25450]
- Introduce img_caption_shortcode_width [25444]
- Introduce ajax_query_attachments_args [25279]
- Introduce months_dropdown_results [25556]
- Introduce install_plugins_table_api_args_{$tab} [25070]
- Introduce upgrader_pre_download [25427]
- Introduce enable_auto_upgrade_email [25542]
- Introduce populate_network_meta [25414]
- Introduce wp_link_query_args [25393]
- Introduce wp_link_query [25393]
- Introduce wp_audio_shortcode_override [25484]
- Introduce wp_video_shortcode_override [25484]
- Introduce enable_live_network_counts [25621]
- Introduce enable_live_network_counts [25621]
- Introduce wp_count_posts [25578]
- Introduce wp_search_stopwords [25632]
- Introduce posts_search_orderby [25632]
- Introduce flush_rewrite_rules_hard [25328]
- Introduce plugins_update_check_locales [25634]
- Introduce themes_update_check_locales [25634]
外部ライブラリ
- zxcvbn (password strength meter)
非推奨となった関数
WordPress バージョンの一覧もあわせてご覧ください。
最新英語版: WordPress Codex » Version_3.7 (最新版との差分)