2021-01-03 09:41:15 +01:00
|
|
|
@comment $NetBSD: PLIST,v 1.14 2021/01/03 08:41:15 taca Exp $
|
2013-11-10 12:13:08 +01:00
|
|
|
share/doc/ja-wordpress/license.txt
|
|
|
|
share/doc/ja-wordpress/readme.html
|
|
|
|
share/examples/ja-wordpress/ja-wordpress.conf
|
|
|
|
share/examples/ja-wordpress/wp-config-sample.php
|
|
|
|
share/ja-wordpress/index.php
|
|
|
|
share/ja-wordpress/wp-activate.php
|
|
|
|
share/ja-wordpress/wp-admin/about.php
|
|
|
|
share/ja-wordpress/wp-admin/admin-ajax.php
|
|
|
|
share/ja-wordpress/wp-admin/admin-footer.php
|
|
|
|
share/ja-wordpress/wp-admin/admin-functions.php
|
|
|
|
share/ja-wordpress/wp-admin/admin-header.php
|
|
|
|
share/ja-wordpress/wp-admin/admin-post.php
|
|
|
|
share/ja-wordpress/wp-admin/admin.php
|
|
|
|
share/ja-wordpress/wp-admin/async-upload.php
|
2021-01-03 09:41:15 +01:00
|
|
|
share/ja-wordpress/wp-admin/authorize-application.php
|
2013-11-10 12:13:08 +01:00
|
|
|
share/ja-wordpress/wp-admin/comment.php
|
|
|
|
share/ja-wordpress/wp-admin/credits.php
|
2014-09-28 16:18:00 +02:00
|
|
|
share/ja-wordpress/wp-admin/css/about-rtl.css
|
2016-04-30 02:16:58 +02:00
|
|
|
share/ja-wordpress/wp-admin/css/about-rtl.min.css
|
2014-09-28 16:18:00 +02:00
|
|
|
share/ja-wordpress/wp-admin/css/about.css
|
2016-04-30 02:16:58 +02:00
|
|
|
share/ja-wordpress/wp-admin/css/about.min.css
|
2014-09-28 16:18:00 +02:00
|
|
|
share/ja-wordpress/wp-admin/css/admin-menu-rtl.css
|
2016-04-30 02:16:58 +02:00
|
|
|
share/ja-wordpress/wp-admin/css/admin-menu-rtl.min.css
|
2014-09-28 16:18:00 +02:00
|
|
|
share/ja-wordpress/wp-admin/css/admin-menu.css
|
2016-04-30 02:16:58 +02:00
|
|
|
share/ja-wordpress/wp-admin/css/admin-menu.min.css
|
2019-12-16 17:52:40 +01:00
|
|
|
share/ja-wordpress/wp-admin/css/code-editor-rtl.css
|
|
|
|
share/ja-wordpress/wp-admin/css/code-editor-rtl.min.css
|
|
|
|
share/ja-wordpress/wp-admin/css/code-editor.css
|
|
|
|
share/ja-wordpress/wp-admin/css/code-editor.min.css
|
2013-11-10 12:13:08 +01:00
|
|
|
share/ja-wordpress/wp-admin/css/color-picker-rtl.css
|
|
|
|
share/ja-wordpress/wp-admin/css/color-picker-rtl.min.css
|
|
|
|
share/ja-wordpress/wp-admin/css/color-picker.css
|
|
|
|
share/ja-wordpress/wp-admin/css/color-picker.min.css
|
Update to 3.8
Changelog:
For WordPress 3.8 ja
* Update WP Multibyte Patch to 1.9
For WordPress 3.8
Highlights
Introduces a new, modern admin design
A fresh, uncluttered design
Clean typography with Open Sans
Superior contrast and large, comfortable type
Responsive interfaces throughout
Refined, theme management
Smoother, click-to-add widget management
New Default Theme - Twenty Fourteen
Easily create a responsive magazine website with a sleek, modern design.
Feature your favorite homepage content in either a grid or a slider.
Use the three widget areas to customize your website, and change your content's layout with a full-width page template and a contributor page to show off your authors.
For Developers
External Libraries have been updated.
Better RTL support
What's New
General
Replace PNG-based plugins ratings stars with Dashicons for performance gains
Improved help tab text in various screens
Clicking "Check Again" on the Updates screen now provides more immediate feedback
Dashboard
Consolidate several Dashboard widgets to improve readability
Replace the 'Right Now' widget with the new and improved 'At a Glance' widget
Appearance
Introduce 8 new admin color schemes
Improved readability throughout using Open Sans typeface (where supported)
Responsive Toolbar for smaller-screen devices
Leverage Dashicons instead of icon sprites for crisper experience on all resolutions
Big RTL improvements throughout
Make the dashboard more usable on any size device with responsive all the things
Improve the login screen experience for Internet Explorer 8 users
Improve Quick Edit experience for non-English users
Improve the Menus experience for mobile users
Themes
New Default Theme -- Twenty Fourteen
Make it possible to check for any post format assigned to a post with has_post_format()
Better custom background theme support defaults, can now specify 'default-repeat', 'default-position-x', and 'default-attachment' arguments for background images.
Tags for width changed to layout: responsive-layout, fluid-layout, and fixed-layout
New tag: accessibility-ready to denote a theme is aware of accessibility best practices such as color contrast, keyboard navigation, and form/link focus. See WP theme accessibility guidelines.
Theme screenshots' size have increased from 600x450 to 880x 660.
Widgets
New click-to-add interface for adding widgets to sidebars
Improved interface for devices of all resolutions
Better drag-and-drop experience
Accessibility
Make list table row actions keyboard accessible
Improve color contrast throughout the admin
Multisite
Improved performance when deleting users in Multisite
Under The Hood
General
Heartbeat performance and API improvements
A $taxonomy argument was added to each of the adjacent post functions.
Define $is_nginx in vars.php
Apply capital_P_dangit() to the wp_title filter
Make sure ajaxurl is defined in the Customizer
validate_active_plugins() now checks the manage_network_plugins capability instead of is_super_admin()
Allow passing false for the meta_box_cb argument in register_taxonomy() to turn off the meta box display entirely
Make it easier to target video shortcodes by adding a wp-video class to the parent container
Add CSSMin, SASS, CSSJanus, and jsHint to build tools for core development
Bug Fixes
Fix bug where top-level categories were only redirecting if they had no children
Fix bug in wp_get_object_terms() where returned were strings not integers
Fix a bug where passing a null value to meta_query resulted in wonkiness with the comparison operator
Fix "'wp_signups' already exists for query" error after updating a Multisite network
Fix bug in get_bookmarks() caused by missing parentheses
Fix comment_notification_recipients filter behavior so that it is still respected even on comments left by the post author
Fix a date comparison error in dashboard_relative_date()
Fix keyboard accessibility for row actions in list tables.
Fix no-js and accessibility modes in in the Widgets screen
Fix a bug where menus could still be assigned to a non-existent theme location
Silence jQuery Migrate errors in the General settings page
Multisite
Classes
Introduce WP_Screen::remove_option()
Introduce WP_Screen::remove_options()
Introduce WP_Screen::get_options()
Functions
Introduce wp_dashboard_quick_press()
Introduce wp_dashboard_site_activity()
Introduce wp_dashboard_recent_posts()
Introduce wp_dashboard_recent_comments()
Introduce wp_dashboard_primary_output()
Introduce wp_heartbeat_set_suspension()
Introduce wp_star_rating()
Introduce get_theme_update_available()
Introduce wp_prepare_themes_for_js()
Actions & Filters
Actions
Introduce automatic_updates_complete
Filters
Introduce automatic_updates_debug_email
Introduce wp_prepare_themes_for_js
External Libraries
Add a copyright notice to zxcvbn (password strength meter) script
Deprecated
screen_icon()
get_screen_icon()
wp_dashboard_incoming_links_output()
wp_dashboard_secondary_output()
wp_dashboard_incoming_links()
wp_dashboard_incoming_links_control()
wp_dashboard_plugins()
wp_dashboard_primary_control()
wp_dashboard_recent_comments_control()
wp_dashboard_secondary()
wp_dashboard_secondary_control()
no_update_actions()
Miscellaneous
Many unused images were removed from core. See the full list
2013-12-27 23:55:20 +01:00
|
|
|
share/ja-wordpress/wp-admin/css/colors/_admin.scss
|
|
|
|
share/ja-wordpress/wp-admin/css/colors/_mixins.scss
|
|
|
|
share/ja-wordpress/wp-admin/css/colors/_variables.scss
|
|
|
|
share/ja-wordpress/wp-admin/css/colors/blue/colors-rtl.css
|
|
|
|
share/ja-wordpress/wp-admin/css/colors/blue/colors-rtl.min.css
|
|
|
|
share/ja-wordpress/wp-admin/css/colors/blue/colors.css
|
|
|
|
share/ja-wordpress/wp-admin/css/colors/blue/colors.min.css
|
|
|
|
share/ja-wordpress/wp-admin/css/colors/blue/colors.scss
|
|
|
|
share/ja-wordpress/wp-admin/css/colors/coffee/colors-rtl.css
|
|
|
|
share/ja-wordpress/wp-admin/css/colors/coffee/colors-rtl.min.css
|
|
|
|
share/ja-wordpress/wp-admin/css/colors/coffee/colors.css
|
|
|
|
share/ja-wordpress/wp-admin/css/colors/coffee/colors.min.css
|
|
|
|
share/ja-wordpress/wp-admin/css/colors/coffee/colors.scss
|
|
|
|
share/ja-wordpress/wp-admin/css/colors/ectoplasm/colors-rtl.css
|
|
|
|
share/ja-wordpress/wp-admin/css/colors/ectoplasm/colors-rtl.min.css
|
|
|
|
share/ja-wordpress/wp-admin/css/colors/ectoplasm/colors.css
|
|
|
|
share/ja-wordpress/wp-admin/css/colors/ectoplasm/colors.min.css
|
|
|
|
share/ja-wordpress/wp-admin/css/colors/ectoplasm/colors.scss
|
|
|
|
share/ja-wordpress/wp-admin/css/colors/light/colors-rtl.css
|
|
|
|
share/ja-wordpress/wp-admin/css/colors/light/colors-rtl.min.css
|
|
|
|
share/ja-wordpress/wp-admin/css/colors/light/colors.css
|
|
|
|
share/ja-wordpress/wp-admin/css/colors/light/colors.min.css
|
|
|
|
share/ja-wordpress/wp-admin/css/colors/light/colors.scss
|
|
|
|
share/ja-wordpress/wp-admin/css/colors/midnight/colors-rtl.css
|
|
|
|
share/ja-wordpress/wp-admin/css/colors/midnight/colors-rtl.min.css
|
|
|
|
share/ja-wordpress/wp-admin/css/colors/midnight/colors.css
|
|
|
|
share/ja-wordpress/wp-admin/css/colors/midnight/colors.min.css
|
|
|
|
share/ja-wordpress/wp-admin/css/colors/midnight/colors.scss
|
2020-09-20 17:24:36 +02:00
|
|
|
share/ja-wordpress/wp-admin/css/colors/modern/colors-rtl.css
|
|
|
|
share/ja-wordpress/wp-admin/css/colors/modern/colors-rtl.min.css
|
|
|
|
share/ja-wordpress/wp-admin/css/colors/modern/colors.css
|
|
|
|
share/ja-wordpress/wp-admin/css/colors/modern/colors.min.css
|
|
|
|
share/ja-wordpress/wp-admin/css/colors/modern/colors.scss
|
Update to 3.8
Changelog:
For WordPress 3.8 ja
* Update WP Multibyte Patch to 1.9
For WordPress 3.8
Highlights
Introduces a new, modern admin design
A fresh, uncluttered design
Clean typography with Open Sans
Superior contrast and large, comfortable type
Responsive interfaces throughout
Refined, theme management
Smoother, click-to-add widget management
New Default Theme - Twenty Fourteen
Easily create a responsive magazine website with a sleek, modern design.
Feature your favorite homepage content in either a grid or a slider.
Use the three widget areas to customize your website, and change your content's layout with a full-width page template and a contributor page to show off your authors.
For Developers
External Libraries have been updated.
Better RTL support
What's New
General
Replace PNG-based plugins ratings stars with Dashicons for performance gains
Improved help tab text in various screens
Clicking "Check Again" on the Updates screen now provides more immediate feedback
Dashboard
Consolidate several Dashboard widgets to improve readability
Replace the 'Right Now' widget with the new and improved 'At a Glance' widget
Appearance
Introduce 8 new admin color schemes
Improved readability throughout using Open Sans typeface (where supported)
Responsive Toolbar for smaller-screen devices
Leverage Dashicons instead of icon sprites for crisper experience on all resolutions
Big RTL improvements throughout
Make the dashboard more usable on any size device with responsive all the things
Improve the login screen experience for Internet Explorer 8 users
Improve Quick Edit experience for non-English users
Improve the Menus experience for mobile users
Themes
New Default Theme -- Twenty Fourteen
Make it possible to check for any post format assigned to a post with has_post_format()
Better custom background theme support defaults, can now specify 'default-repeat', 'default-position-x', and 'default-attachment' arguments for background images.
Tags for width changed to layout: responsive-layout, fluid-layout, and fixed-layout
New tag: accessibility-ready to denote a theme is aware of accessibility best practices such as color contrast, keyboard navigation, and form/link focus. See WP theme accessibility guidelines.
Theme screenshots' size have increased from 600x450 to 880x 660.
Widgets
New click-to-add interface for adding widgets to sidebars
Improved interface for devices of all resolutions
Better drag-and-drop experience
Accessibility
Make list table row actions keyboard accessible
Improve color contrast throughout the admin
Multisite
Improved performance when deleting users in Multisite
Under The Hood
General
Heartbeat performance and API improvements
A $taxonomy argument was added to each of the adjacent post functions.
Define $is_nginx in vars.php
Apply capital_P_dangit() to the wp_title filter
Make sure ajaxurl is defined in the Customizer
validate_active_plugins() now checks the manage_network_plugins capability instead of is_super_admin()
Allow passing false for the meta_box_cb argument in register_taxonomy() to turn off the meta box display entirely
Make it easier to target video shortcodes by adding a wp-video class to the parent container
Add CSSMin, SASS, CSSJanus, and jsHint to build tools for core development
Bug Fixes
Fix bug where top-level categories were only redirecting if they had no children
Fix bug in wp_get_object_terms() where returned were strings not integers
Fix a bug where passing a null value to meta_query resulted in wonkiness with the comparison operator
Fix "'wp_signups' already exists for query" error after updating a Multisite network
Fix bug in get_bookmarks() caused by missing parentheses
Fix comment_notification_recipients filter behavior so that it is still respected even on comments left by the post author
Fix a date comparison error in dashboard_relative_date()
Fix keyboard accessibility for row actions in list tables.
Fix no-js and accessibility modes in in the Widgets screen
Fix a bug where menus could still be assigned to a non-existent theme location
Silence jQuery Migrate errors in the General settings page
Multisite
Classes
Introduce WP_Screen::remove_option()
Introduce WP_Screen::remove_options()
Introduce WP_Screen::get_options()
Functions
Introduce wp_dashboard_quick_press()
Introduce wp_dashboard_site_activity()
Introduce wp_dashboard_recent_posts()
Introduce wp_dashboard_recent_comments()
Introduce wp_dashboard_primary_output()
Introduce wp_heartbeat_set_suspension()
Introduce wp_star_rating()
Introduce get_theme_update_available()
Introduce wp_prepare_themes_for_js()
Actions & Filters
Actions
Introduce automatic_updates_complete
Filters
Introduce automatic_updates_debug_email
Introduce wp_prepare_themes_for_js
External Libraries
Add a copyright notice to zxcvbn (password strength meter) script
Deprecated
screen_icon()
get_screen_icon()
wp_dashboard_incoming_links_output()
wp_dashboard_secondary_output()
wp_dashboard_incoming_links()
wp_dashboard_incoming_links_control()
wp_dashboard_plugins()
wp_dashboard_primary_control()
wp_dashboard_recent_comments_control()
wp_dashboard_secondary()
wp_dashboard_secondary_control()
no_update_actions()
Miscellaneous
Many unused images were removed from core. See the full list
2013-12-27 23:55:20 +01:00
|
|
|
share/ja-wordpress/wp-admin/css/colors/ocean/colors-rtl.css
|
|
|
|
share/ja-wordpress/wp-admin/css/colors/ocean/colors-rtl.min.css
|
|
|
|
share/ja-wordpress/wp-admin/css/colors/ocean/colors.css
|
|
|
|
share/ja-wordpress/wp-admin/css/colors/ocean/colors.min.css
|
|
|
|
share/ja-wordpress/wp-admin/css/colors/ocean/colors.scss
|
|
|
|
share/ja-wordpress/wp-admin/css/colors/sunrise/colors-rtl.css
|
|
|
|
share/ja-wordpress/wp-admin/css/colors/sunrise/colors-rtl.min.css
|
|
|
|
share/ja-wordpress/wp-admin/css/colors/sunrise/colors.css
|
|
|
|
share/ja-wordpress/wp-admin/css/colors/sunrise/colors.min.css
|
|
|
|
share/ja-wordpress/wp-admin/css/colors/sunrise/colors.scss
|
2014-09-28 16:18:00 +02:00
|
|
|
share/ja-wordpress/wp-admin/css/common-rtl.css
|
2016-04-30 02:16:58 +02:00
|
|
|
share/ja-wordpress/wp-admin/css/common-rtl.min.css
|
2014-09-28 16:18:00 +02:00
|
|
|
share/ja-wordpress/wp-admin/css/common.css
|
2016-04-30 02:16:58 +02:00
|
|
|
share/ja-wordpress/wp-admin/css/common.min.css
|
2013-11-10 12:13:08 +01:00
|
|
|
share/ja-wordpress/wp-admin/css/customize-controls-rtl.css
|
|
|
|
share/ja-wordpress/wp-admin/css/customize-controls-rtl.min.css
|
|
|
|
share/ja-wordpress/wp-admin/css/customize-controls.css
|
|
|
|
share/ja-wordpress/wp-admin/css/customize-controls.min.css
|
Update to 4.3
Changelog:
Highlights
The Finer Points
Resetting Your Password received attention and 4.3 improves the way that passwords are chosen and changed. You start out with a strong password by default and you are given the option to keep it or choose your own. A password strength meter is available as well as the option to hide your password from prying eyes. You will find the new password interface on the password reset screen and the WordPress install screen. WordPress will no longer send passwords via email and the password reset links will expire in 24 hours. Finally, e-mail notifications will be sent out in the event that an e-mail or password is changed.
Site owners can now manage their site’s favicon on desktop and mobile. Site Icons work out of the box, are theme independent, and do not require theme support.
Multisite Focused Changes
The main change to the Editor is that the content for both Visual and Text editors is prepared/escaped the same (we run the textarea content through the JavaScript wpautop() before initializing TinyMCE).
Comments are now turned off on pages and custom post types by default.
For Developers
Fast previewing changes to Menus in the Customizer
A new theme template has been added to the Template Hierarchy. The singular.php template follows the rules of is_singular and is used for a single post, regardless of post type. It comes in the hierarchy after single.php, page.php, and the variations of each. Themes that used the same code for both of those files (or included one in the other) can now simplify down to the one template.
Changes to Customizer Panels and Sections
New Customizer Media Controls
The Site Icon API is fairly straightforward.
PHP7 is slated for release later this year. One of the changes is that PHP4 style constructors are deprecated. In order to prepare WordPress to support PHP7, these constructors have been deprecated in WordPress core.
Old Distraction Free Writing code has been removed (the code has not been used in the core since 4.1). Plugin authors have had two releases to update their code. If it is essential to your plugin, the files in 4.2 can still be reused and improved.
What's New
General
Posts
Formatting Shortcuts while using visual editor.
Use * or - to start an unordered list.
Use 1. or 1) to start an ordered list.
Use ## for H2 and ### for H3 (etc, through H6).
Use > to transform text into blockquote.
Media
Comments
All new pages that you create will have comments turned off by default.
Appearance
Menus can now be managed with the Customizer, which allows you to see "live" preview changes without changing your site for visitors until you are ready.
Customizer improvements including enhanced accessibility, smoother menu creation and location assignment, and the ability to handle nameless menus.
Take control of another piece of your site with the Site Icon feature. You can now manage your site’s favicon and app icon from the Admin area.
Customize link added in the toolbar to swiftly make changes to your site.
Users
Better Passwords. Password field will be automatically filled with a strong password, while adding new users and resetting the password.
Install Process
Multisite
Accessibility
Under The Hood
General
JavaScript
Bug Fixes
A total of 180 bugs reported against previous versions of WordPress were fixed.
Multisite
Classes
What's New
Customizer API
Introduce WP_Customize_Cropped_Image_Control
Introduce WP_Customize_Manager->$registered_panel_types
Introduce WP_Customize_Manager->$registered_section_types
Introduce WP_Customize_Manager::register_panel_type()
Introduce WP_Customize_Manager::render_panel_templates()
Introduce WP_Customize_Manager::register_section_type()
Introduce WP_Customize_Manager::render_section_templates()
Introduce WP_Customize_Nav_Menu_Auto_Add_Control
Introduce WP_Customize_Nav_Menu_Control
Introduce WP_Customize_Nav_Menu_Item_Control
Introduce WP_Customize_Nav_Menu_Item_Setting
Introduce WP_Customize_Nav_Menu_Location_Control
Introduce WP_Customize_Nav_Menu_Section
Introduce WP_Customize_Nav_Menu_Setting
Introduce WP_Customize_Nav_Menus
Introduce WP_Customize_Nav_Menus_Panel
Introduce WP_Customize_New_Menu_Control
Introduce WP_Customize_New_Menu_Section
Introduce WP_Customize_Panel::print_template()
Introduce WP_Customize_Panel::render_template()
Introduce WP_Customize_Panel::content_template()
Introduce WP_Customize_Section::print_template()
Introduce WP_Customize_Section::render_template()
Introduce WP_Customize_Site_Icon_Control
List Tables
Introduce WP_Links_List_Table::get_default_primary_column_name()
Introduce WP_Links_List_Table::column_cb()
Introduce WP_Links_List_Table::column_name()
Introduce WP_Links_List_Table::column_url()
Introduce WP_Links_List_Table::column_categories()
Introduce WP_Links_List_Table::column_rel()
Introduce WP_Links_List_Table::column_visible()
Introduce WP_Links_List_Table::column_rating()
Introduce WP_Links_List_Table::column_default()
Introduce WP_Links_List_Table::handle_row_actions()
Introduce WP_List_Table::get_default_primary_column_name()
Introduce WP_List_Table::get_primary_column_name()
Introduce WP_List_Table::handle_row_actions()
Introduce WP_Media_List_Table::column_cb()
Introduce WP_Media_List_Table::column_title()
Introduce WP_Media_List_Table::column_author()
Introduce WP_Media_List_Table::column_desc()
Introduce WP_Media_List_Table::column_date()
Introduce WP_Media_List_Table::column_parent()
Introduce WP_Media_List_Table::column_comments()
Introduce WP_Media_List_Table::column_default()
Introduce WP_Media_List_Table::get_default_primary_column_name()
Introduce WP_Media_List_Table::handle_row_actions()
Introduce WP_MS_Sites_List_Table->$status_list
Introduce WP_MS_Sites_List_Table::column_cb()
Introduce WP_MS_Sites_List_Table::column_blogname()
Introduce WP_MS_Sites_List_Table::column_lastupdated()
Introduce WP_MS_Sites_List_Table::column_registered()
Introduce WP_MS_Sites_List_Table::column_users()
Introduce WP_MS_Sites_List_Table::column_plugins()
Introduce WP_MS_Sites_List_Table::column_default()
Introduce WP_MS_Sites_List_Table::get_default_primary_column_name()
Introduce WP_MS_Sites_List_Table::handle_row_actions()
Introduce WP_MS_Themes_List_Table::get_primary_column_name()
Introduce WP_MS_Themes_List_Table::column_cb()
Introduce WP_MS_Themes_List_Table::column_name()
Introduce WP_MS_Themes_List_Table::column_description()
Introduce WP_MS_Themes_List_Table::column_default()
Introduce WP_MS_Themes_List_Table::single_row_columns()
Introduce WP_MS_Users_List_Table::column_cb()
Introduce WP_MS_Users_List_Table::column_username()
Introduce WP_MS_Users_List_Table::column_name()
Introduce WP_MS_Users_List_Table::column_email()
Introduce WP_MS_Users_List_Table::column_registered()
Introduce WP_MS_Users_List_Table::_column_blogs()
Introduce WP_MS_Users_List_Table::column_blogs()
Introduce WP_MS_Users_List_Table::column_default()
Introduce WP_MS_Users_List_Table::get_default_primary_column_name()
Introduce WP_MS_Users_List_Table::handle_row_actions()
Introduce WP_Plugins_List_Table::get_primary_column_name()
Introduce WP_Posts_List_Table->$current_level
Introduce WP_Posts_List_Table::column_cb()
Introduce WP_Posts_List_Table::_column_title()
Introduce WP_Posts_List_Table::column_title()
Introduce WP_Posts_List_Table::column_date()
Introduce WP_Posts_List_Table::column_comments()
Introduce WP_Posts_List_Table::column_author()
Introduce WP_Posts_List_Table::column_default()
Introduce WP_Posts_List_Table::get_default_primary_column_name()
Introduce WP_Posts_List_Table::handle_row_actions()
Introduce WP_Terms_List_Table::get_default_primary_column_name()
Introduce WP_Terms_List_Table::handle_row_actions()
Introduce WP_Users_List_Table::get_default_primary_column_name()
Miscellaneous
Introduce WP_Comments_List_Table::get_default_primary_column_name()
Introduce WP_Comments_List_Table::handle_row_actions()
Introduce WP_Meta_Query->$has_or_relation
Introduce WP_Meta_Query::has_or_relation()
Introduce WP_Site_Icon
Introduce WP_Upgrader::clear_destination()
Introduce WP_User::__call()
Deprecated
Functions
What's New
Introduce wp_ajax_crop_image()
Introduce split_all_shared_terms()
Introduce wp_should_upgrade_global_tables()
Introduce wp_admin_bar_customize_menu()
Introduce wp_roles()
Introduce get_default_comment_status()
Introduce atom_site_icon()
Introduce rss2_site_icon()
Introduce wptexturize_primes()
Introduce convert_invalid_entities()
Introduce format_for_editor()
Introduce _deprecated_constructor()
Introduce get_main_network_id()
Introduce wp_post_preview_js()
Introduce wp_site_icon()
Introduce get_language_attributes()
Introduce wp_resolve_numeric_slug_conflicts()
Introduce get_singular_template()
Deprecated
Actions & Filters
New Actions
Introduce wp_ajax_crop_image_pre_save
Introduce add_user_role
Introduce remove_user_role
Introduce deprecated_constructor_run
New Filters
Introduce edit_comment_misc_actions
Introduce wp_ajax_cropped_attachment_metadata
Introduce wp_ajax_cropped_attachment_id
Introduce list_table_primary_column
Introduce upgrader_package_options
Introduce nav_menu_items_{$post_type_name}_recent
Introduce get_the_author_{$field}
Introduce wp_generate_tag_cloud_data
Introduce style_loader_tag
Introduce get_default_comment_status
Introduce format_for_editor
Introduce deprecated_constructor_trigger_error
Introduce get_main_network_id
Introduce site_icon_meta_tags
Introduce wp_get_attachment_image_src
Introduce wp_get_nav_menu_object
Introduce has_nav_menu
Introduce wp_safe_redirect_fallback
Introduce wp_unique_term_slug_is_bad_slug
Introduce wp_unique_term_slug
Introduce editor_stylesheets
Introduce send_password_change_email
Introduce send_email_change_email
Introduce password_change_email
Introduce email_change_email
Introduce password_reset_expiration
2015-08-30 03:20:45 +02:00
|
|
|
share/ja-wordpress/wp-admin/css/customize-nav-menus-rtl.css
|
|
|
|
share/ja-wordpress/wp-admin/css/customize-nav-menus-rtl.min.css
|
|
|
|
share/ja-wordpress/wp-admin/css/customize-nav-menus.css
|
|
|
|
share/ja-wordpress/wp-admin/css/customize-nav-menus.min.css
|
2014-09-28 16:18:00 +02:00
|
|
|
share/ja-wordpress/wp-admin/css/customize-widgets-rtl.css
|
|
|
|
share/ja-wordpress/wp-admin/css/customize-widgets-rtl.min.css
|
|
|
|
share/ja-wordpress/wp-admin/css/customize-widgets.css
|
|
|
|
share/ja-wordpress/wp-admin/css/customize-widgets.min.css
|
|
|
|
share/ja-wordpress/wp-admin/css/dashboard-rtl.css
|
2016-04-30 02:16:58 +02:00
|
|
|
share/ja-wordpress/wp-admin/css/dashboard-rtl.min.css
|
2014-09-28 16:18:00 +02:00
|
|
|
share/ja-wordpress/wp-admin/css/dashboard.css
|
2016-04-30 02:16:58 +02:00
|
|
|
share/ja-wordpress/wp-admin/css/dashboard.min.css
|
2014-09-28 16:18:00 +02:00
|
|
|
share/ja-wordpress/wp-admin/css/deprecated-media-rtl.css
|
|
|
|
share/ja-wordpress/wp-admin/css/deprecated-media-rtl.min.css
|
|
|
|
share/ja-wordpress/wp-admin/css/deprecated-media.css
|
|
|
|
share/ja-wordpress/wp-admin/css/deprecated-media.min.css
|
|
|
|
share/ja-wordpress/wp-admin/css/edit-rtl.css
|
2016-04-30 02:16:58 +02:00
|
|
|
share/ja-wordpress/wp-admin/css/edit-rtl.min.css
|
2014-09-28 16:18:00 +02:00
|
|
|
share/ja-wordpress/wp-admin/css/edit.css
|
2016-04-30 02:16:58 +02:00
|
|
|
share/ja-wordpress/wp-admin/css/edit.min.css
|
Update to 3.8
Changelog:
For WordPress 3.8 ja
* Update WP Multibyte Patch to 1.9
For WordPress 3.8
Highlights
Introduces a new, modern admin design
A fresh, uncluttered design
Clean typography with Open Sans
Superior contrast and large, comfortable type
Responsive interfaces throughout
Refined, theme management
Smoother, click-to-add widget management
New Default Theme - Twenty Fourteen
Easily create a responsive magazine website with a sleek, modern design.
Feature your favorite homepage content in either a grid or a slider.
Use the three widget areas to customize your website, and change your content's layout with a full-width page template and a contributor page to show off your authors.
For Developers
External Libraries have been updated.
Better RTL support
What's New
General
Replace PNG-based plugins ratings stars with Dashicons for performance gains
Improved help tab text in various screens
Clicking "Check Again" on the Updates screen now provides more immediate feedback
Dashboard
Consolidate several Dashboard widgets to improve readability
Replace the 'Right Now' widget with the new and improved 'At a Glance' widget
Appearance
Introduce 8 new admin color schemes
Improved readability throughout using Open Sans typeface (where supported)
Responsive Toolbar for smaller-screen devices
Leverage Dashicons instead of icon sprites for crisper experience on all resolutions
Big RTL improvements throughout
Make the dashboard more usable on any size device with responsive all the things
Improve the login screen experience for Internet Explorer 8 users
Improve Quick Edit experience for non-English users
Improve the Menus experience for mobile users
Themes
New Default Theme -- Twenty Fourteen
Make it possible to check for any post format assigned to a post with has_post_format()
Better custom background theme support defaults, can now specify 'default-repeat', 'default-position-x', and 'default-attachment' arguments for background images.
Tags for width changed to layout: responsive-layout, fluid-layout, and fixed-layout
New tag: accessibility-ready to denote a theme is aware of accessibility best practices such as color contrast, keyboard navigation, and form/link focus. See WP theme accessibility guidelines.
Theme screenshots' size have increased from 600x450 to 880x 660.
Widgets
New click-to-add interface for adding widgets to sidebars
Improved interface for devices of all resolutions
Better drag-and-drop experience
Accessibility
Make list table row actions keyboard accessible
Improve color contrast throughout the admin
Multisite
Improved performance when deleting users in Multisite
Under The Hood
General
Heartbeat performance and API improvements
A $taxonomy argument was added to each of the adjacent post functions.
Define $is_nginx in vars.php
Apply capital_P_dangit() to the wp_title filter
Make sure ajaxurl is defined in the Customizer
validate_active_plugins() now checks the manage_network_plugins capability instead of is_super_admin()
Allow passing false for the meta_box_cb argument in register_taxonomy() to turn off the meta box display entirely
Make it easier to target video shortcodes by adding a wp-video class to the parent container
Add CSSMin, SASS, CSSJanus, and jsHint to build tools for core development
Bug Fixes
Fix bug where top-level categories were only redirecting if they had no children
Fix bug in wp_get_object_terms() where returned were strings not integers
Fix a bug where passing a null value to meta_query resulted in wonkiness with the comparison operator
Fix "'wp_signups' already exists for query" error after updating a Multisite network
Fix bug in get_bookmarks() caused by missing parentheses
Fix comment_notification_recipients filter behavior so that it is still respected even on comments left by the post author
Fix a date comparison error in dashboard_relative_date()
Fix keyboard accessibility for row actions in list tables.
Fix no-js and accessibility modes in in the Widgets screen
Fix a bug where menus could still be assigned to a non-existent theme location
Silence jQuery Migrate errors in the General settings page
Multisite
Classes
Introduce WP_Screen::remove_option()
Introduce WP_Screen::remove_options()
Introduce WP_Screen::get_options()
Functions
Introduce wp_dashboard_quick_press()
Introduce wp_dashboard_site_activity()
Introduce wp_dashboard_recent_posts()
Introduce wp_dashboard_recent_comments()
Introduce wp_dashboard_primary_output()
Introduce wp_heartbeat_set_suspension()
Introduce wp_star_rating()
Introduce get_theme_update_available()
Introduce wp_prepare_themes_for_js()
Actions & Filters
Actions
Introduce automatic_updates_complete
Filters
Introduce automatic_updates_debug_email
Introduce wp_prepare_themes_for_js
External Libraries
Add a copyright notice to zxcvbn (password strength meter) script
Deprecated
screen_icon()
get_screen_icon()
wp_dashboard_incoming_links_output()
wp_dashboard_secondary_output()
wp_dashboard_incoming_links()
wp_dashboard_incoming_links_control()
wp_dashboard_plugins()
wp_dashboard_primary_control()
wp_dashboard_recent_comments_control()
wp_dashboard_secondary()
wp_dashboard_secondary_control()
no_update_actions()
Miscellaneous
Many unused images were removed from core. See the full list
2013-12-27 23:55:20 +01:00
|
|
|
share/ja-wordpress/wp-admin/css/farbtastic-rtl.css
|
2016-04-30 02:16:58 +02:00
|
|
|
share/ja-wordpress/wp-admin/css/farbtastic-rtl.min.css
|
2013-11-10 12:13:08 +01:00
|
|
|
share/ja-wordpress/wp-admin/css/farbtastic.css
|
2016-04-30 02:16:58 +02:00
|
|
|
share/ja-wordpress/wp-admin/css/farbtastic.min.css
|
2014-09-28 16:18:00 +02:00
|
|
|
share/ja-wordpress/wp-admin/css/forms-rtl.css
|
2016-04-30 02:16:58 +02:00
|
|
|
share/ja-wordpress/wp-admin/css/forms-rtl.min.css
|
2014-09-28 16:18:00 +02:00
|
|
|
share/ja-wordpress/wp-admin/css/forms.css
|
2016-04-30 02:16:58 +02:00
|
|
|
share/ja-wordpress/wp-admin/css/forms.min.css
|
Update to 3.8
Changelog:
For WordPress 3.8 ja
* Update WP Multibyte Patch to 1.9
For WordPress 3.8
Highlights
Introduces a new, modern admin design
A fresh, uncluttered design
Clean typography with Open Sans
Superior contrast and large, comfortable type
Responsive interfaces throughout
Refined, theme management
Smoother, click-to-add widget management
New Default Theme - Twenty Fourteen
Easily create a responsive magazine website with a sleek, modern design.
Feature your favorite homepage content in either a grid or a slider.
Use the three widget areas to customize your website, and change your content's layout with a full-width page template and a contributor page to show off your authors.
For Developers
External Libraries have been updated.
Better RTL support
What's New
General
Replace PNG-based plugins ratings stars with Dashicons for performance gains
Improved help tab text in various screens
Clicking "Check Again" on the Updates screen now provides more immediate feedback
Dashboard
Consolidate several Dashboard widgets to improve readability
Replace the 'Right Now' widget with the new and improved 'At a Glance' widget
Appearance
Introduce 8 new admin color schemes
Improved readability throughout using Open Sans typeface (where supported)
Responsive Toolbar for smaller-screen devices
Leverage Dashicons instead of icon sprites for crisper experience on all resolutions
Big RTL improvements throughout
Make the dashboard more usable on any size device with responsive all the things
Improve the login screen experience for Internet Explorer 8 users
Improve Quick Edit experience for non-English users
Improve the Menus experience for mobile users
Themes
New Default Theme -- Twenty Fourteen
Make it possible to check for any post format assigned to a post with has_post_format()
Better custom background theme support defaults, can now specify 'default-repeat', 'default-position-x', and 'default-attachment' arguments for background images.
Tags for width changed to layout: responsive-layout, fluid-layout, and fixed-layout
New tag: accessibility-ready to denote a theme is aware of accessibility best practices such as color contrast, keyboard navigation, and form/link focus. See WP theme accessibility guidelines.
Theme screenshots' size have increased from 600x450 to 880x 660.
Widgets
New click-to-add interface for adding widgets to sidebars
Improved interface for devices of all resolutions
Better drag-and-drop experience
Accessibility
Make list table row actions keyboard accessible
Improve color contrast throughout the admin
Multisite
Improved performance when deleting users in Multisite
Under The Hood
General
Heartbeat performance and API improvements
A $taxonomy argument was added to each of the adjacent post functions.
Define $is_nginx in vars.php
Apply capital_P_dangit() to the wp_title filter
Make sure ajaxurl is defined in the Customizer
validate_active_plugins() now checks the manage_network_plugins capability instead of is_super_admin()
Allow passing false for the meta_box_cb argument in register_taxonomy() to turn off the meta box display entirely
Make it easier to target video shortcodes by adding a wp-video class to the parent container
Add CSSMin, SASS, CSSJanus, and jsHint to build tools for core development
Bug Fixes
Fix bug where top-level categories were only redirecting if they had no children
Fix bug in wp_get_object_terms() where returned were strings not integers
Fix a bug where passing a null value to meta_query resulted in wonkiness with the comparison operator
Fix "'wp_signups' already exists for query" error after updating a Multisite network
Fix bug in get_bookmarks() caused by missing parentheses
Fix comment_notification_recipients filter behavior so that it is still respected even on comments left by the post author
Fix a date comparison error in dashboard_relative_date()
Fix keyboard accessibility for row actions in list tables.
Fix no-js and accessibility modes in in the Widgets screen
Fix a bug where menus could still be assigned to a non-existent theme location
Silence jQuery Migrate errors in the General settings page
Multisite
Classes
Introduce WP_Screen::remove_option()
Introduce WP_Screen::remove_options()
Introduce WP_Screen::get_options()
Functions
Introduce wp_dashboard_quick_press()
Introduce wp_dashboard_site_activity()
Introduce wp_dashboard_recent_posts()
Introduce wp_dashboard_recent_comments()
Introduce wp_dashboard_primary_output()
Introduce wp_heartbeat_set_suspension()
Introduce wp_star_rating()
Introduce get_theme_update_available()
Introduce wp_prepare_themes_for_js()
Actions & Filters
Actions
Introduce automatic_updates_complete
Filters
Introduce automatic_updates_debug_email
Introduce wp_prepare_themes_for_js
External Libraries
Add a copyright notice to zxcvbn (password strength meter) script
Deprecated
screen_icon()
get_screen_icon()
wp_dashboard_incoming_links_output()
wp_dashboard_secondary_output()
wp_dashboard_incoming_links()
wp_dashboard_incoming_links_control()
wp_dashboard_plugins()
wp_dashboard_primary_control()
wp_dashboard_recent_comments_control()
wp_dashboard_secondary()
wp_dashboard_secondary_control()
no_update_actions()
Miscellaneous
Many unused images were removed from core. See the full list
2013-12-27 23:55:20 +01:00
|
|
|
share/ja-wordpress/wp-admin/css/install-rtl.css
|
|
|
|
share/ja-wordpress/wp-admin/css/install-rtl.min.css
|
2013-11-10 12:13:08 +01:00
|
|
|
share/ja-wordpress/wp-admin/css/install.css
|
|
|
|
share/ja-wordpress/wp-admin/css/install.min.css
|
2014-09-28 16:18:00 +02:00
|
|
|
share/ja-wordpress/wp-admin/css/l10n-rtl.css
|
2016-04-30 02:16:58 +02:00
|
|
|
share/ja-wordpress/wp-admin/css/l10n-rtl.min.css
|
2014-09-28 16:18:00 +02:00
|
|
|
share/ja-wordpress/wp-admin/css/l10n.css
|
2016-04-30 02:16:58 +02:00
|
|
|
share/ja-wordpress/wp-admin/css/l10n.min.css
|
2014-09-28 16:18:00 +02:00
|
|
|
share/ja-wordpress/wp-admin/css/list-tables-rtl.css
|
2016-04-30 02:16:58 +02:00
|
|
|
share/ja-wordpress/wp-admin/css/list-tables-rtl.min.css
|
2014-09-28 16:18:00 +02:00
|
|
|
share/ja-wordpress/wp-admin/css/list-tables.css
|
2016-04-30 02:16:58 +02:00
|
|
|
share/ja-wordpress/wp-admin/css/list-tables.min.css
|
2014-09-28 16:18:00 +02:00
|
|
|
share/ja-wordpress/wp-admin/css/login-rtl.css
|
|
|
|
share/ja-wordpress/wp-admin/css/login-rtl.min.css
|
|
|
|
share/ja-wordpress/wp-admin/css/login.css
|
|
|
|
share/ja-wordpress/wp-admin/css/login.min.css
|
2013-11-10 12:13:08 +01:00
|
|
|
share/ja-wordpress/wp-admin/css/media-rtl.css
|
2016-04-30 02:16:58 +02:00
|
|
|
share/ja-wordpress/wp-admin/css/media-rtl.min.css
|
2013-11-10 12:13:08 +01:00
|
|
|
share/ja-wordpress/wp-admin/css/media.css
|
2016-04-30 02:16:58 +02:00
|
|
|
share/ja-wordpress/wp-admin/css/media.min.css
|
2014-09-28 16:18:00 +02:00
|
|
|
share/ja-wordpress/wp-admin/css/nav-menus-rtl.css
|
2016-04-30 02:16:58 +02:00
|
|
|
share/ja-wordpress/wp-admin/css/nav-menus-rtl.min.css
|
2014-09-28 16:18:00 +02:00
|
|
|
share/ja-wordpress/wp-admin/css/nav-menus.css
|
2016-04-30 02:16:58 +02:00
|
|
|
share/ja-wordpress/wp-admin/css/nav-menus.min.css
|
2014-09-28 16:18:00 +02:00
|
|
|
share/ja-wordpress/wp-admin/css/revisions-rtl.css
|
2016-04-30 02:16:58 +02:00
|
|
|
share/ja-wordpress/wp-admin/css/revisions-rtl.min.css
|
2014-09-28 16:18:00 +02:00
|
|
|
share/ja-wordpress/wp-admin/css/revisions.css
|
2016-04-30 02:16:58 +02:00
|
|
|
share/ja-wordpress/wp-admin/css/revisions.min.css
|
2019-12-16 17:52:40 +01:00
|
|
|
share/ja-wordpress/wp-admin/css/site-health-rtl.css
|
|
|
|
share/ja-wordpress/wp-admin/css/site-health-rtl.min.css
|
|
|
|
share/ja-wordpress/wp-admin/css/site-health.css
|
|
|
|
share/ja-wordpress/wp-admin/css/site-health.min.css
|
Update to 4.3
Changelog:
Highlights
The Finer Points
Resetting Your Password received attention and 4.3 improves the way that passwords are chosen and changed. You start out with a strong password by default and you are given the option to keep it or choose your own. A password strength meter is available as well as the option to hide your password from prying eyes. You will find the new password interface on the password reset screen and the WordPress install screen. WordPress will no longer send passwords via email and the password reset links will expire in 24 hours. Finally, e-mail notifications will be sent out in the event that an e-mail or password is changed.
Site owners can now manage their site’s favicon on desktop and mobile. Site Icons work out of the box, are theme independent, and do not require theme support.
Multisite Focused Changes
The main change to the Editor is that the content for both Visual and Text editors is prepared/escaped the same (we run the textarea content through the JavaScript wpautop() before initializing TinyMCE).
Comments are now turned off on pages and custom post types by default.
For Developers
Fast previewing changes to Menus in the Customizer
A new theme template has been added to the Template Hierarchy. The singular.php template follows the rules of is_singular and is used for a single post, regardless of post type. It comes in the hierarchy after single.php, page.php, and the variations of each. Themes that used the same code for both of those files (or included one in the other) can now simplify down to the one template.
Changes to Customizer Panels and Sections
New Customizer Media Controls
The Site Icon API is fairly straightforward.
PHP7 is slated for release later this year. One of the changes is that PHP4 style constructors are deprecated. In order to prepare WordPress to support PHP7, these constructors have been deprecated in WordPress core.
Old Distraction Free Writing code has been removed (the code has not been used in the core since 4.1). Plugin authors have had two releases to update their code. If it is essential to your plugin, the files in 4.2 can still be reused and improved.
What's New
General
Posts
Formatting Shortcuts while using visual editor.
Use * or - to start an unordered list.
Use 1. or 1) to start an ordered list.
Use ## for H2 and ### for H3 (etc, through H6).
Use > to transform text into blockquote.
Media
Comments
All new pages that you create will have comments turned off by default.
Appearance
Menus can now be managed with the Customizer, which allows you to see "live" preview changes without changing your site for visitors until you are ready.
Customizer improvements including enhanced accessibility, smoother menu creation and location assignment, and the ability to handle nameless menus.
Take control of another piece of your site with the Site Icon feature. You can now manage your site’s favicon and app icon from the Admin area.
Customize link added in the toolbar to swiftly make changes to your site.
Users
Better Passwords. Password field will be automatically filled with a strong password, while adding new users and resetting the password.
Install Process
Multisite
Accessibility
Under The Hood
General
JavaScript
Bug Fixes
A total of 180 bugs reported against previous versions of WordPress were fixed.
Multisite
Classes
What's New
Customizer API
Introduce WP_Customize_Cropped_Image_Control
Introduce WP_Customize_Manager->$registered_panel_types
Introduce WP_Customize_Manager->$registered_section_types
Introduce WP_Customize_Manager::register_panel_type()
Introduce WP_Customize_Manager::render_panel_templates()
Introduce WP_Customize_Manager::register_section_type()
Introduce WP_Customize_Manager::render_section_templates()
Introduce WP_Customize_Nav_Menu_Auto_Add_Control
Introduce WP_Customize_Nav_Menu_Control
Introduce WP_Customize_Nav_Menu_Item_Control
Introduce WP_Customize_Nav_Menu_Item_Setting
Introduce WP_Customize_Nav_Menu_Location_Control
Introduce WP_Customize_Nav_Menu_Section
Introduce WP_Customize_Nav_Menu_Setting
Introduce WP_Customize_Nav_Menus
Introduce WP_Customize_Nav_Menus_Panel
Introduce WP_Customize_New_Menu_Control
Introduce WP_Customize_New_Menu_Section
Introduce WP_Customize_Panel::print_template()
Introduce WP_Customize_Panel::render_template()
Introduce WP_Customize_Panel::content_template()
Introduce WP_Customize_Section::print_template()
Introduce WP_Customize_Section::render_template()
Introduce WP_Customize_Site_Icon_Control
List Tables
Introduce WP_Links_List_Table::get_default_primary_column_name()
Introduce WP_Links_List_Table::column_cb()
Introduce WP_Links_List_Table::column_name()
Introduce WP_Links_List_Table::column_url()
Introduce WP_Links_List_Table::column_categories()
Introduce WP_Links_List_Table::column_rel()
Introduce WP_Links_List_Table::column_visible()
Introduce WP_Links_List_Table::column_rating()
Introduce WP_Links_List_Table::column_default()
Introduce WP_Links_List_Table::handle_row_actions()
Introduce WP_List_Table::get_default_primary_column_name()
Introduce WP_List_Table::get_primary_column_name()
Introduce WP_List_Table::handle_row_actions()
Introduce WP_Media_List_Table::column_cb()
Introduce WP_Media_List_Table::column_title()
Introduce WP_Media_List_Table::column_author()
Introduce WP_Media_List_Table::column_desc()
Introduce WP_Media_List_Table::column_date()
Introduce WP_Media_List_Table::column_parent()
Introduce WP_Media_List_Table::column_comments()
Introduce WP_Media_List_Table::column_default()
Introduce WP_Media_List_Table::get_default_primary_column_name()
Introduce WP_Media_List_Table::handle_row_actions()
Introduce WP_MS_Sites_List_Table->$status_list
Introduce WP_MS_Sites_List_Table::column_cb()
Introduce WP_MS_Sites_List_Table::column_blogname()
Introduce WP_MS_Sites_List_Table::column_lastupdated()
Introduce WP_MS_Sites_List_Table::column_registered()
Introduce WP_MS_Sites_List_Table::column_users()
Introduce WP_MS_Sites_List_Table::column_plugins()
Introduce WP_MS_Sites_List_Table::column_default()
Introduce WP_MS_Sites_List_Table::get_default_primary_column_name()
Introduce WP_MS_Sites_List_Table::handle_row_actions()
Introduce WP_MS_Themes_List_Table::get_primary_column_name()
Introduce WP_MS_Themes_List_Table::column_cb()
Introduce WP_MS_Themes_List_Table::column_name()
Introduce WP_MS_Themes_List_Table::column_description()
Introduce WP_MS_Themes_List_Table::column_default()
Introduce WP_MS_Themes_List_Table::single_row_columns()
Introduce WP_MS_Users_List_Table::column_cb()
Introduce WP_MS_Users_List_Table::column_username()
Introduce WP_MS_Users_List_Table::column_name()
Introduce WP_MS_Users_List_Table::column_email()
Introduce WP_MS_Users_List_Table::column_registered()
Introduce WP_MS_Users_List_Table::_column_blogs()
Introduce WP_MS_Users_List_Table::column_blogs()
Introduce WP_MS_Users_List_Table::column_default()
Introduce WP_MS_Users_List_Table::get_default_primary_column_name()
Introduce WP_MS_Users_List_Table::handle_row_actions()
Introduce WP_Plugins_List_Table::get_primary_column_name()
Introduce WP_Posts_List_Table->$current_level
Introduce WP_Posts_List_Table::column_cb()
Introduce WP_Posts_List_Table::_column_title()
Introduce WP_Posts_List_Table::column_title()
Introduce WP_Posts_List_Table::column_date()
Introduce WP_Posts_List_Table::column_comments()
Introduce WP_Posts_List_Table::column_author()
Introduce WP_Posts_List_Table::column_default()
Introduce WP_Posts_List_Table::get_default_primary_column_name()
Introduce WP_Posts_List_Table::handle_row_actions()
Introduce WP_Terms_List_Table::get_default_primary_column_name()
Introduce WP_Terms_List_Table::handle_row_actions()
Introduce WP_Users_List_Table::get_default_primary_column_name()
Miscellaneous
Introduce WP_Comments_List_Table::get_default_primary_column_name()
Introduce WP_Comments_List_Table::handle_row_actions()
Introduce WP_Meta_Query->$has_or_relation
Introduce WP_Meta_Query::has_or_relation()
Introduce WP_Site_Icon
Introduce WP_Upgrader::clear_destination()
Introduce WP_User::__call()
Deprecated
Functions
What's New
Introduce wp_ajax_crop_image()
Introduce split_all_shared_terms()
Introduce wp_should_upgrade_global_tables()
Introduce wp_admin_bar_customize_menu()
Introduce wp_roles()
Introduce get_default_comment_status()
Introduce atom_site_icon()
Introduce rss2_site_icon()
Introduce wptexturize_primes()
Introduce convert_invalid_entities()
Introduce format_for_editor()
Introduce _deprecated_constructor()
Introduce get_main_network_id()
Introduce wp_post_preview_js()
Introduce wp_site_icon()
Introduce get_language_attributes()
Introduce wp_resolve_numeric_slug_conflicts()
Introduce get_singular_template()
Deprecated
Actions & Filters
New Actions
Introduce wp_ajax_crop_image_pre_save
Introduce add_user_role
Introduce remove_user_role
Introduce deprecated_constructor_run
New Filters
Introduce edit_comment_misc_actions
Introduce wp_ajax_cropped_attachment_metadata
Introduce wp_ajax_cropped_attachment_id
Introduce list_table_primary_column
Introduce upgrader_package_options
Introduce nav_menu_items_{$post_type_name}_recent
Introduce get_the_author_{$field}
Introduce wp_generate_tag_cloud_data
Introduce style_loader_tag
Introduce get_default_comment_status
Introduce format_for_editor
Introduce deprecated_constructor_trigger_error
Introduce get_main_network_id
Introduce site_icon_meta_tags
Introduce wp_get_attachment_image_src
Introduce wp_get_nav_menu_object
Introduce has_nav_menu
Introduce wp_safe_redirect_fallback
Introduce wp_unique_term_slug_is_bad_slug
Introduce wp_unique_term_slug
Introduce editor_stylesheets
Introduce send_password_change_email
Introduce send_email_change_email
Introduce password_change_email
Introduce email_change_email
Introduce password_reset_expiration
2015-08-30 03:20:45 +02:00
|
|
|
share/ja-wordpress/wp-admin/css/site-icon-rtl.css
|
2016-04-30 02:16:58 +02:00
|
|
|
share/ja-wordpress/wp-admin/css/site-icon-rtl.min.css
|
Update to 4.3
Changelog:
Highlights
The Finer Points
Resetting Your Password received attention and 4.3 improves the way that passwords are chosen and changed. You start out with a strong password by default and you are given the option to keep it or choose your own. A password strength meter is available as well as the option to hide your password from prying eyes. You will find the new password interface on the password reset screen and the WordPress install screen. WordPress will no longer send passwords via email and the password reset links will expire in 24 hours. Finally, e-mail notifications will be sent out in the event that an e-mail or password is changed.
Site owners can now manage their site’s favicon on desktop and mobile. Site Icons work out of the box, are theme independent, and do not require theme support.
Multisite Focused Changes
The main change to the Editor is that the content for both Visual and Text editors is prepared/escaped the same (we run the textarea content through the JavaScript wpautop() before initializing TinyMCE).
Comments are now turned off on pages and custom post types by default.
For Developers
Fast previewing changes to Menus in the Customizer
A new theme template has been added to the Template Hierarchy. The singular.php template follows the rules of is_singular and is used for a single post, regardless of post type. It comes in the hierarchy after single.php, page.php, and the variations of each. Themes that used the same code for both of those files (or included one in the other) can now simplify down to the one template.
Changes to Customizer Panels and Sections
New Customizer Media Controls
The Site Icon API is fairly straightforward.
PHP7 is slated for release later this year. One of the changes is that PHP4 style constructors are deprecated. In order to prepare WordPress to support PHP7, these constructors have been deprecated in WordPress core.
Old Distraction Free Writing code has been removed (the code has not been used in the core since 4.1). Plugin authors have had two releases to update their code. If it is essential to your plugin, the files in 4.2 can still be reused and improved.
What's New
General
Posts
Formatting Shortcuts while using visual editor.
Use * or - to start an unordered list.
Use 1. or 1) to start an ordered list.
Use ## for H2 and ### for H3 (etc, through H6).
Use > to transform text into blockquote.
Media
Comments
All new pages that you create will have comments turned off by default.
Appearance
Menus can now be managed with the Customizer, which allows you to see "live" preview changes without changing your site for visitors until you are ready.
Customizer improvements including enhanced accessibility, smoother menu creation and location assignment, and the ability to handle nameless menus.
Take control of another piece of your site with the Site Icon feature. You can now manage your site’s favicon and app icon from the Admin area.
Customize link added in the toolbar to swiftly make changes to your site.
Users
Better Passwords. Password field will be automatically filled with a strong password, while adding new users and resetting the password.
Install Process
Multisite
Accessibility
Under The Hood
General
JavaScript
Bug Fixes
A total of 180 bugs reported against previous versions of WordPress were fixed.
Multisite
Classes
What's New
Customizer API
Introduce WP_Customize_Cropped_Image_Control
Introduce WP_Customize_Manager->$registered_panel_types
Introduce WP_Customize_Manager->$registered_section_types
Introduce WP_Customize_Manager::register_panel_type()
Introduce WP_Customize_Manager::render_panel_templates()
Introduce WP_Customize_Manager::register_section_type()
Introduce WP_Customize_Manager::render_section_templates()
Introduce WP_Customize_Nav_Menu_Auto_Add_Control
Introduce WP_Customize_Nav_Menu_Control
Introduce WP_Customize_Nav_Menu_Item_Control
Introduce WP_Customize_Nav_Menu_Item_Setting
Introduce WP_Customize_Nav_Menu_Location_Control
Introduce WP_Customize_Nav_Menu_Section
Introduce WP_Customize_Nav_Menu_Setting
Introduce WP_Customize_Nav_Menus
Introduce WP_Customize_Nav_Menus_Panel
Introduce WP_Customize_New_Menu_Control
Introduce WP_Customize_New_Menu_Section
Introduce WP_Customize_Panel::print_template()
Introduce WP_Customize_Panel::render_template()
Introduce WP_Customize_Panel::content_template()
Introduce WP_Customize_Section::print_template()
Introduce WP_Customize_Section::render_template()
Introduce WP_Customize_Site_Icon_Control
List Tables
Introduce WP_Links_List_Table::get_default_primary_column_name()
Introduce WP_Links_List_Table::column_cb()
Introduce WP_Links_List_Table::column_name()
Introduce WP_Links_List_Table::column_url()
Introduce WP_Links_List_Table::column_categories()
Introduce WP_Links_List_Table::column_rel()
Introduce WP_Links_List_Table::column_visible()
Introduce WP_Links_List_Table::column_rating()
Introduce WP_Links_List_Table::column_default()
Introduce WP_Links_List_Table::handle_row_actions()
Introduce WP_List_Table::get_default_primary_column_name()
Introduce WP_List_Table::get_primary_column_name()
Introduce WP_List_Table::handle_row_actions()
Introduce WP_Media_List_Table::column_cb()
Introduce WP_Media_List_Table::column_title()
Introduce WP_Media_List_Table::column_author()
Introduce WP_Media_List_Table::column_desc()
Introduce WP_Media_List_Table::column_date()
Introduce WP_Media_List_Table::column_parent()
Introduce WP_Media_List_Table::column_comments()
Introduce WP_Media_List_Table::column_default()
Introduce WP_Media_List_Table::get_default_primary_column_name()
Introduce WP_Media_List_Table::handle_row_actions()
Introduce WP_MS_Sites_List_Table->$status_list
Introduce WP_MS_Sites_List_Table::column_cb()
Introduce WP_MS_Sites_List_Table::column_blogname()
Introduce WP_MS_Sites_List_Table::column_lastupdated()
Introduce WP_MS_Sites_List_Table::column_registered()
Introduce WP_MS_Sites_List_Table::column_users()
Introduce WP_MS_Sites_List_Table::column_plugins()
Introduce WP_MS_Sites_List_Table::column_default()
Introduce WP_MS_Sites_List_Table::get_default_primary_column_name()
Introduce WP_MS_Sites_List_Table::handle_row_actions()
Introduce WP_MS_Themes_List_Table::get_primary_column_name()
Introduce WP_MS_Themes_List_Table::column_cb()
Introduce WP_MS_Themes_List_Table::column_name()
Introduce WP_MS_Themes_List_Table::column_description()
Introduce WP_MS_Themes_List_Table::column_default()
Introduce WP_MS_Themes_List_Table::single_row_columns()
Introduce WP_MS_Users_List_Table::column_cb()
Introduce WP_MS_Users_List_Table::column_username()
Introduce WP_MS_Users_List_Table::column_name()
Introduce WP_MS_Users_List_Table::column_email()
Introduce WP_MS_Users_List_Table::column_registered()
Introduce WP_MS_Users_List_Table::_column_blogs()
Introduce WP_MS_Users_List_Table::column_blogs()
Introduce WP_MS_Users_List_Table::column_default()
Introduce WP_MS_Users_List_Table::get_default_primary_column_name()
Introduce WP_MS_Users_List_Table::handle_row_actions()
Introduce WP_Plugins_List_Table::get_primary_column_name()
Introduce WP_Posts_List_Table->$current_level
Introduce WP_Posts_List_Table::column_cb()
Introduce WP_Posts_List_Table::_column_title()
Introduce WP_Posts_List_Table::column_title()
Introduce WP_Posts_List_Table::column_date()
Introduce WP_Posts_List_Table::column_comments()
Introduce WP_Posts_List_Table::column_author()
Introduce WP_Posts_List_Table::column_default()
Introduce WP_Posts_List_Table::get_default_primary_column_name()
Introduce WP_Posts_List_Table::handle_row_actions()
Introduce WP_Terms_List_Table::get_default_primary_column_name()
Introduce WP_Terms_List_Table::handle_row_actions()
Introduce WP_Users_List_Table::get_default_primary_column_name()
Miscellaneous
Introduce WP_Comments_List_Table::get_default_primary_column_name()
Introduce WP_Comments_List_Table::handle_row_actions()
Introduce WP_Meta_Query->$has_or_relation
Introduce WP_Meta_Query::has_or_relation()
Introduce WP_Site_Icon
Introduce WP_Upgrader::clear_destination()
Introduce WP_User::__call()
Deprecated
Functions
What's New
Introduce wp_ajax_crop_image()
Introduce split_all_shared_terms()
Introduce wp_should_upgrade_global_tables()
Introduce wp_admin_bar_customize_menu()
Introduce wp_roles()
Introduce get_default_comment_status()
Introduce atom_site_icon()
Introduce rss2_site_icon()
Introduce wptexturize_primes()
Introduce convert_invalid_entities()
Introduce format_for_editor()
Introduce _deprecated_constructor()
Introduce get_main_network_id()
Introduce wp_post_preview_js()
Introduce wp_site_icon()
Introduce get_language_attributes()
Introduce wp_resolve_numeric_slug_conflicts()
Introduce get_singular_template()
Deprecated
Actions & Filters
New Actions
Introduce wp_ajax_crop_image_pre_save
Introduce add_user_role
Introduce remove_user_role
Introduce deprecated_constructor_run
New Filters
Introduce edit_comment_misc_actions
Introduce wp_ajax_cropped_attachment_metadata
Introduce wp_ajax_cropped_attachment_id
Introduce list_table_primary_column
Introduce upgrader_package_options
Introduce nav_menu_items_{$post_type_name}_recent
Introduce get_the_author_{$field}
Introduce wp_generate_tag_cloud_data
Introduce style_loader_tag
Introduce get_default_comment_status
Introduce format_for_editor
Introduce deprecated_constructor_trigger_error
Introduce get_main_network_id
Introduce site_icon_meta_tags
Introduce wp_get_attachment_image_src
Introduce wp_get_nav_menu_object
Introduce has_nav_menu
Introduce wp_safe_redirect_fallback
Introduce wp_unique_term_slug_is_bad_slug
Introduce wp_unique_term_slug
Introduce editor_stylesheets
Introduce send_password_change_email
Introduce send_email_change_email
Introduce password_change_email
Introduce email_change_email
Introduce password_reset_expiration
2015-08-30 03:20:45 +02:00
|
|
|
share/ja-wordpress/wp-admin/css/site-icon.css
|
2016-04-30 02:16:58 +02:00
|
|
|
share/ja-wordpress/wp-admin/css/site-icon.min.css
|
2014-09-28 16:18:00 +02:00
|
|
|
share/ja-wordpress/wp-admin/css/themes-rtl.css
|
2016-04-30 02:16:58 +02:00
|
|
|
share/ja-wordpress/wp-admin/css/themes-rtl.min.css
|
2014-09-28 16:18:00 +02:00
|
|
|
share/ja-wordpress/wp-admin/css/themes.css
|
2016-04-30 02:16:58 +02:00
|
|
|
share/ja-wordpress/wp-admin/css/themes.min.css
|
2014-09-28 16:18:00 +02:00
|
|
|
share/ja-wordpress/wp-admin/css/widgets-rtl.css
|
2016-04-30 02:16:58 +02:00
|
|
|
share/ja-wordpress/wp-admin/css/widgets-rtl.min.css
|
2014-09-28 16:18:00 +02:00
|
|
|
share/ja-wordpress/wp-admin/css/widgets.css
|
2016-04-30 02:16:58 +02:00
|
|
|
share/ja-wordpress/wp-admin/css/widgets.min.css
|
2013-11-10 12:13:08 +01:00
|
|
|
share/ja-wordpress/wp-admin/css/wp-admin-rtl.css
|
|
|
|
share/ja-wordpress/wp-admin/css/wp-admin-rtl.min.css
|
|
|
|
share/ja-wordpress/wp-admin/css/wp-admin.css
|
|
|
|
share/ja-wordpress/wp-admin/css/wp-admin.min.css
|
|
|
|
share/ja-wordpress/wp-admin/custom-background.php
|
|
|
|
share/ja-wordpress/wp-admin/custom-header.php
|
|
|
|
share/ja-wordpress/wp-admin/customize.php
|
|
|
|
share/ja-wordpress/wp-admin/edit-comments.php
|
|
|
|
share/ja-wordpress/wp-admin/edit-form-advanced.php
|
2019-12-16 17:52:40 +01:00
|
|
|
share/ja-wordpress/wp-admin/edit-form-blocks.php
|
2013-11-10 12:13:08 +01:00
|
|
|
share/ja-wordpress/wp-admin/edit-form-comment.php
|
|
|
|
share/ja-wordpress/wp-admin/edit-link-form.php
|
|
|
|
share/ja-wordpress/wp-admin/edit-tag-form.php
|
|
|
|
share/ja-wordpress/wp-admin/edit-tags.php
|
|
|
|
share/ja-wordpress/wp-admin/edit.php
|
2019-12-16 17:52:40 +01:00
|
|
|
share/ja-wordpress/wp-admin/erase-personal-data.php
|
|
|
|
share/ja-wordpress/wp-admin/export-personal-data.php
|
2013-11-10 12:13:08 +01:00
|
|
|
share/ja-wordpress/wp-admin/export.php
|
|
|
|
share/ja-wordpress/wp-admin/freedoms.php
|
|
|
|
share/ja-wordpress/wp-admin/images/align-center-2x.png
|
|
|
|
share/ja-wordpress/wp-admin/images/align-center.png
|
|
|
|
share/ja-wordpress/wp-admin/images/align-left-2x.png
|
|
|
|
share/ja-wordpress/wp-admin/images/align-left.png
|
|
|
|
share/ja-wordpress/wp-admin/images/align-none-2x.png
|
|
|
|
share/ja-wordpress/wp-admin/images/align-none.png
|
|
|
|
share/ja-wordpress/wp-admin/images/align-right-2x.png
|
|
|
|
share/ja-wordpress/wp-admin/images/align-right.png
|
|
|
|
share/ja-wordpress/wp-admin/images/arrows-2x.png
|
|
|
|
share/ja-wordpress/wp-admin/images/arrows.png
|
2019-12-16 17:52:40 +01:00
|
|
|
share/ja-wordpress/wp-admin/images/browser-rtl.png
|
Update to 4.3
Changelog:
Highlights
The Finer Points
Resetting Your Password received attention and 4.3 improves the way that passwords are chosen and changed. You start out with a strong password by default and you are given the option to keep it or choose your own. A password strength meter is available as well as the option to hide your password from prying eyes. You will find the new password interface on the password reset screen and the WordPress install screen. WordPress will no longer send passwords via email and the password reset links will expire in 24 hours. Finally, e-mail notifications will be sent out in the event that an e-mail or password is changed.
Site owners can now manage their site’s favicon on desktop and mobile. Site Icons work out of the box, are theme independent, and do not require theme support.
Multisite Focused Changes
The main change to the Editor is that the content for both Visual and Text editors is prepared/escaped the same (we run the textarea content through the JavaScript wpautop() before initializing TinyMCE).
Comments are now turned off on pages and custom post types by default.
For Developers
Fast previewing changes to Menus in the Customizer
A new theme template has been added to the Template Hierarchy. The singular.php template follows the rules of is_singular and is used for a single post, regardless of post type. It comes in the hierarchy after single.php, page.php, and the variations of each. Themes that used the same code for both of those files (or included one in the other) can now simplify down to the one template.
Changes to Customizer Panels and Sections
New Customizer Media Controls
The Site Icon API is fairly straightforward.
PHP7 is slated for release later this year. One of the changes is that PHP4 style constructors are deprecated. In order to prepare WordPress to support PHP7, these constructors have been deprecated in WordPress core.
Old Distraction Free Writing code has been removed (the code has not been used in the core since 4.1). Plugin authors have had two releases to update their code. If it is essential to your plugin, the files in 4.2 can still be reused and improved.
What's New
General
Posts
Formatting Shortcuts while using visual editor.
Use * or - to start an unordered list.
Use 1. or 1) to start an ordered list.
Use ## for H2 and ### for H3 (etc, through H6).
Use > to transform text into blockquote.
Media
Comments
All new pages that you create will have comments turned off by default.
Appearance
Menus can now be managed with the Customizer, which allows you to see "live" preview changes without changing your site for visitors until you are ready.
Customizer improvements including enhanced accessibility, smoother menu creation and location assignment, and the ability to handle nameless menus.
Take control of another piece of your site with the Site Icon feature. You can now manage your site’s favicon and app icon from the Admin area.
Customize link added in the toolbar to swiftly make changes to your site.
Users
Better Passwords. Password field will be automatically filled with a strong password, while adding new users and resetting the password.
Install Process
Multisite
Accessibility
Under The Hood
General
JavaScript
Bug Fixes
A total of 180 bugs reported against previous versions of WordPress were fixed.
Multisite
Classes
What's New
Customizer API
Introduce WP_Customize_Cropped_Image_Control
Introduce WP_Customize_Manager->$registered_panel_types
Introduce WP_Customize_Manager->$registered_section_types
Introduce WP_Customize_Manager::register_panel_type()
Introduce WP_Customize_Manager::render_panel_templates()
Introduce WP_Customize_Manager::register_section_type()
Introduce WP_Customize_Manager::render_section_templates()
Introduce WP_Customize_Nav_Menu_Auto_Add_Control
Introduce WP_Customize_Nav_Menu_Control
Introduce WP_Customize_Nav_Menu_Item_Control
Introduce WP_Customize_Nav_Menu_Item_Setting
Introduce WP_Customize_Nav_Menu_Location_Control
Introduce WP_Customize_Nav_Menu_Section
Introduce WP_Customize_Nav_Menu_Setting
Introduce WP_Customize_Nav_Menus
Introduce WP_Customize_Nav_Menus_Panel
Introduce WP_Customize_New_Menu_Control
Introduce WP_Customize_New_Menu_Section
Introduce WP_Customize_Panel::print_template()
Introduce WP_Customize_Panel::render_template()
Introduce WP_Customize_Panel::content_template()
Introduce WP_Customize_Section::print_template()
Introduce WP_Customize_Section::render_template()
Introduce WP_Customize_Site_Icon_Control
List Tables
Introduce WP_Links_List_Table::get_default_primary_column_name()
Introduce WP_Links_List_Table::column_cb()
Introduce WP_Links_List_Table::column_name()
Introduce WP_Links_List_Table::column_url()
Introduce WP_Links_List_Table::column_categories()
Introduce WP_Links_List_Table::column_rel()
Introduce WP_Links_List_Table::column_visible()
Introduce WP_Links_List_Table::column_rating()
Introduce WP_Links_List_Table::column_default()
Introduce WP_Links_List_Table::handle_row_actions()
Introduce WP_List_Table::get_default_primary_column_name()
Introduce WP_List_Table::get_primary_column_name()
Introduce WP_List_Table::handle_row_actions()
Introduce WP_Media_List_Table::column_cb()
Introduce WP_Media_List_Table::column_title()
Introduce WP_Media_List_Table::column_author()
Introduce WP_Media_List_Table::column_desc()
Introduce WP_Media_List_Table::column_date()
Introduce WP_Media_List_Table::column_parent()
Introduce WP_Media_List_Table::column_comments()
Introduce WP_Media_List_Table::column_default()
Introduce WP_Media_List_Table::get_default_primary_column_name()
Introduce WP_Media_List_Table::handle_row_actions()
Introduce WP_MS_Sites_List_Table->$status_list
Introduce WP_MS_Sites_List_Table::column_cb()
Introduce WP_MS_Sites_List_Table::column_blogname()
Introduce WP_MS_Sites_List_Table::column_lastupdated()
Introduce WP_MS_Sites_List_Table::column_registered()
Introduce WP_MS_Sites_List_Table::column_users()
Introduce WP_MS_Sites_List_Table::column_plugins()
Introduce WP_MS_Sites_List_Table::column_default()
Introduce WP_MS_Sites_List_Table::get_default_primary_column_name()
Introduce WP_MS_Sites_List_Table::handle_row_actions()
Introduce WP_MS_Themes_List_Table::get_primary_column_name()
Introduce WP_MS_Themes_List_Table::column_cb()
Introduce WP_MS_Themes_List_Table::column_name()
Introduce WP_MS_Themes_List_Table::column_description()
Introduce WP_MS_Themes_List_Table::column_default()
Introduce WP_MS_Themes_List_Table::single_row_columns()
Introduce WP_MS_Users_List_Table::column_cb()
Introduce WP_MS_Users_List_Table::column_username()
Introduce WP_MS_Users_List_Table::column_name()
Introduce WP_MS_Users_List_Table::column_email()
Introduce WP_MS_Users_List_Table::column_registered()
Introduce WP_MS_Users_List_Table::_column_blogs()
Introduce WP_MS_Users_List_Table::column_blogs()
Introduce WP_MS_Users_List_Table::column_default()
Introduce WP_MS_Users_List_Table::get_default_primary_column_name()
Introduce WP_MS_Users_List_Table::handle_row_actions()
Introduce WP_Plugins_List_Table::get_primary_column_name()
Introduce WP_Posts_List_Table->$current_level
Introduce WP_Posts_List_Table::column_cb()
Introduce WP_Posts_List_Table::_column_title()
Introduce WP_Posts_List_Table::column_title()
Introduce WP_Posts_List_Table::column_date()
Introduce WP_Posts_List_Table::column_comments()
Introduce WP_Posts_List_Table::column_author()
Introduce WP_Posts_List_Table::column_default()
Introduce WP_Posts_List_Table::get_default_primary_column_name()
Introduce WP_Posts_List_Table::handle_row_actions()
Introduce WP_Terms_List_Table::get_default_primary_column_name()
Introduce WP_Terms_List_Table::handle_row_actions()
Introduce WP_Users_List_Table::get_default_primary_column_name()
Miscellaneous
Introduce WP_Comments_List_Table::get_default_primary_column_name()
Introduce WP_Comments_List_Table::handle_row_actions()
Introduce WP_Meta_Query->$has_or_relation
Introduce WP_Meta_Query::has_or_relation()
Introduce WP_Site_Icon
Introduce WP_Upgrader::clear_destination()
Introduce WP_User::__call()
Deprecated
Functions
What's New
Introduce wp_ajax_crop_image()
Introduce split_all_shared_terms()
Introduce wp_should_upgrade_global_tables()
Introduce wp_admin_bar_customize_menu()
Introduce wp_roles()
Introduce get_default_comment_status()
Introduce atom_site_icon()
Introduce rss2_site_icon()
Introduce wptexturize_primes()
Introduce convert_invalid_entities()
Introduce format_for_editor()
Introduce _deprecated_constructor()
Introduce get_main_network_id()
Introduce wp_post_preview_js()
Introduce wp_site_icon()
Introduce get_language_attributes()
Introduce wp_resolve_numeric_slug_conflicts()
Introduce get_singular_template()
Deprecated
Actions & Filters
New Actions
Introduce wp_ajax_crop_image_pre_save
Introduce add_user_role
Introduce remove_user_role
Introduce deprecated_constructor_run
New Filters
Introduce edit_comment_misc_actions
Introduce wp_ajax_cropped_attachment_metadata
Introduce wp_ajax_cropped_attachment_id
Introduce list_table_primary_column
Introduce upgrader_package_options
Introduce nav_menu_items_{$post_type_name}_recent
Introduce get_the_author_{$field}
Introduce wp_generate_tag_cloud_data
Introduce style_loader_tag
Introduce get_default_comment_status
Introduce format_for_editor
Introduce deprecated_constructor_trigger_error
Introduce get_main_network_id
Introduce site_icon_meta_tags
Introduce wp_get_attachment_image_src
Introduce wp_get_nav_menu_object
Introduce has_nav_menu
Introduce wp_safe_redirect_fallback
Introduce wp_unique_term_slug_is_bad_slug
Introduce wp_unique_term_slug
Introduce editor_stylesheets
Introduce send_password_change_email
Introduce send_email_change_email
Introduce password_change_email
Introduce email_change_email
Introduce password_reset_expiration
2015-08-30 03:20:45 +02:00
|
|
|
share/ja-wordpress/wp-admin/images/browser.png
|
2013-11-10 12:13:08 +01:00
|
|
|
share/ja-wordpress/wp-admin/images/bubble_bg-2x.gif
|
|
|
|
share/ja-wordpress/wp-admin/images/bubble_bg.gif
|
|
|
|
share/ja-wordpress/wp-admin/images/comment-grey-bubble-2x.png
|
|
|
|
share/ja-wordpress/wp-admin/images/comment-grey-bubble.png
|
|
|
|
share/ja-wordpress/wp-admin/images/date-button-2x.gif
|
|
|
|
share/ja-wordpress/wp-admin/images/date-button.gif
|
2021-01-03 09:41:15 +01:00
|
|
|
share/ja-wordpress/wp-admin/images/freedoms.png
|
2013-11-10 12:13:08 +01:00
|
|
|
share/ja-wordpress/wp-admin/images/generic.png
|
|
|
|
share/ja-wordpress/wp-admin/images/icons32-2x.png
|
|
|
|
share/ja-wordpress/wp-admin/images/icons32-vs-2x.png
|
|
|
|
share/ja-wordpress/wp-admin/images/icons32-vs.png
|
|
|
|
share/ja-wordpress/wp-admin/images/icons32.png
|
|
|
|
share/ja-wordpress/wp-admin/images/imgedit-icons-2x.png
|
|
|
|
share/ja-wordpress/wp-admin/images/imgedit-icons.png
|
|
|
|
share/ja-wordpress/wp-admin/images/list-2x.png
|
|
|
|
share/ja-wordpress/wp-admin/images/list.png
|
|
|
|
share/ja-wordpress/wp-admin/images/loading.gif
|
|
|
|
share/ja-wordpress/wp-admin/images/marker.png
|
|
|
|
share/ja-wordpress/wp-admin/images/mask.png
|
|
|
|
share/ja-wordpress/wp-admin/images/media-button-2x.png
|
|
|
|
share/ja-wordpress/wp-admin/images/media-button-image.gif
|
|
|
|
share/ja-wordpress/wp-admin/images/media-button-music.gif
|
|
|
|
share/ja-wordpress/wp-admin/images/media-button-other.gif
|
|
|
|
share/ja-wordpress/wp-admin/images/media-button-video.gif
|
|
|
|
share/ja-wordpress/wp-admin/images/media-button.png
|
|
|
|
share/ja-wordpress/wp-admin/images/menu-2x.png
|
|
|
|
share/ja-wordpress/wp-admin/images/menu-vs-2x.png
|
|
|
|
share/ja-wordpress/wp-admin/images/menu-vs.png
|
|
|
|
share/ja-wordpress/wp-admin/images/menu.png
|
|
|
|
share/ja-wordpress/wp-admin/images/no.png
|
|
|
|
share/ja-wordpress/wp-admin/images/post-formats-vs.png
|
|
|
|
share/ja-wordpress/wp-admin/images/post-formats.png
|
|
|
|
share/ja-wordpress/wp-admin/images/post-formats32-vs.png
|
|
|
|
share/ja-wordpress/wp-admin/images/post-formats32.png
|
2021-01-03 09:41:15 +01:00
|
|
|
share/ja-wordpress/wp-admin/images/privacy.png
|
2013-11-10 12:13:08 +01:00
|
|
|
share/ja-wordpress/wp-admin/images/resize-2x.gif
|
|
|
|
share/ja-wordpress/wp-admin/images/resize-rtl-2x.gif
|
|
|
|
share/ja-wordpress/wp-admin/images/resize-rtl.gif
|
|
|
|
share/ja-wordpress/wp-admin/images/resize.gif
|
|
|
|
share/ja-wordpress/wp-admin/images/se.png
|
|
|
|
share/ja-wordpress/wp-admin/images/sort-2x.gif
|
|
|
|
share/ja-wordpress/wp-admin/images/sort.gif
|
Update to 3.8
Changelog:
For WordPress 3.8 ja
* Update WP Multibyte Patch to 1.9
For WordPress 3.8
Highlights
Introduces a new, modern admin design
A fresh, uncluttered design
Clean typography with Open Sans
Superior contrast and large, comfortable type
Responsive interfaces throughout
Refined, theme management
Smoother, click-to-add widget management
New Default Theme - Twenty Fourteen
Easily create a responsive magazine website with a sleek, modern design.
Feature your favorite homepage content in either a grid or a slider.
Use the three widget areas to customize your website, and change your content's layout with a full-width page template and a contributor page to show off your authors.
For Developers
External Libraries have been updated.
Better RTL support
What's New
General
Replace PNG-based plugins ratings stars with Dashicons for performance gains
Improved help tab text in various screens
Clicking "Check Again" on the Updates screen now provides more immediate feedback
Dashboard
Consolidate several Dashboard widgets to improve readability
Replace the 'Right Now' widget with the new and improved 'At a Glance' widget
Appearance
Introduce 8 new admin color schemes
Improved readability throughout using Open Sans typeface (where supported)
Responsive Toolbar for smaller-screen devices
Leverage Dashicons instead of icon sprites for crisper experience on all resolutions
Big RTL improvements throughout
Make the dashboard more usable on any size device with responsive all the things
Improve the login screen experience for Internet Explorer 8 users
Improve Quick Edit experience for non-English users
Improve the Menus experience for mobile users
Themes
New Default Theme -- Twenty Fourteen
Make it possible to check for any post format assigned to a post with has_post_format()
Better custom background theme support defaults, can now specify 'default-repeat', 'default-position-x', and 'default-attachment' arguments for background images.
Tags for width changed to layout: responsive-layout, fluid-layout, and fixed-layout
New tag: accessibility-ready to denote a theme is aware of accessibility best practices such as color contrast, keyboard navigation, and form/link focus. See WP theme accessibility guidelines.
Theme screenshots' size have increased from 600x450 to 880x 660.
Widgets
New click-to-add interface for adding widgets to sidebars
Improved interface for devices of all resolutions
Better drag-and-drop experience
Accessibility
Make list table row actions keyboard accessible
Improve color contrast throughout the admin
Multisite
Improved performance when deleting users in Multisite
Under The Hood
General
Heartbeat performance and API improvements
A $taxonomy argument was added to each of the adjacent post functions.
Define $is_nginx in vars.php
Apply capital_P_dangit() to the wp_title filter
Make sure ajaxurl is defined in the Customizer
validate_active_plugins() now checks the manage_network_plugins capability instead of is_super_admin()
Allow passing false for the meta_box_cb argument in register_taxonomy() to turn off the meta box display entirely
Make it easier to target video shortcodes by adding a wp-video class to the parent container
Add CSSMin, SASS, CSSJanus, and jsHint to build tools for core development
Bug Fixes
Fix bug where top-level categories were only redirecting if they had no children
Fix bug in wp_get_object_terms() where returned were strings not integers
Fix a bug where passing a null value to meta_query resulted in wonkiness with the comparison operator
Fix "'wp_signups' already exists for query" error after updating a Multisite network
Fix bug in get_bookmarks() caused by missing parentheses
Fix comment_notification_recipients filter behavior so that it is still respected even on comments left by the post author
Fix a date comparison error in dashboard_relative_date()
Fix keyboard accessibility for row actions in list tables.
Fix no-js and accessibility modes in in the Widgets screen
Fix a bug where menus could still be assigned to a non-existent theme location
Silence jQuery Migrate errors in the General settings page
Multisite
Classes
Introduce WP_Screen::remove_option()
Introduce WP_Screen::remove_options()
Introduce WP_Screen::get_options()
Functions
Introduce wp_dashboard_quick_press()
Introduce wp_dashboard_site_activity()
Introduce wp_dashboard_recent_posts()
Introduce wp_dashboard_recent_comments()
Introduce wp_dashboard_primary_output()
Introduce wp_heartbeat_set_suspension()
Introduce wp_star_rating()
Introduce get_theme_update_available()
Introduce wp_prepare_themes_for_js()
Actions & Filters
Actions
Introduce automatic_updates_complete
Filters
Introduce automatic_updates_debug_email
Introduce wp_prepare_themes_for_js
External Libraries
Add a copyright notice to zxcvbn (password strength meter) script
Deprecated
screen_icon()
get_screen_icon()
wp_dashboard_incoming_links_output()
wp_dashboard_secondary_output()
wp_dashboard_incoming_links()
wp_dashboard_incoming_links_control()
wp_dashboard_plugins()
wp_dashboard_primary_control()
wp_dashboard_recent_comments_control()
wp_dashboard_secondary()
wp_dashboard_secondary_control()
no_update_actions()
Miscellaneous
Many unused images were removed from core. See the full list
2013-12-27 23:55:20 +01:00
|
|
|
share/ja-wordpress/wp-admin/images/spinner-2x.gif
|
|
|
|
share/ja-wordpress/wp-admin/images/spinner.gif
|
2013-11-10 12:13:08 +01:00
|
|
|
share/ja-wordpress/wp-admin/images/stars-2x.png
|
|
|
|
share/ja-wordpress/wp-admin/images/stars.png
|
Update to 3.8
Changelog:
For WordPress 3.8 ja
* Update WP Multibyte Patch to 1.9
For WordPress 3.8
Highlights
Introduces a new, modern admin design
A fresh, uncluttered design
Clean typography with Open Sans
Superior contrast and large, comfortable type
Responsive interfaces throughout
Refined, theme management
Smoother, click-to-add widget management
New Default Theme - Twenty Fourteen
Easily create a responsive magazine website with a sleek, modern design.
Feature your favorite homepage content in either a grid or a slider.
Use the three widget areas to customize your website, and change your content's layout with a full-width page template and a contributor page to show off your authors.
For Developers
External Libraries have been updated.
Better RTL support
What's New
General
Replace PNG-based plugins ratings stars with Dashicons for performance gains
Improved help tab text in various screens
Clicking "Check Again" on the Updates screen now provides more immediate feedback
Dashboard
Consolidate several Dashboard widgets to improve readability
Replace the 'Right Now' widget with the new and improved 'At a Glance' widget
Appearance
Introduce 8 new admin color schemes
Improved readability throughout using Open Sans typeface (where supported)
Responsive Toolbar for smaller-screen devices
Leverage Dashicons instead of icon sprites for crisper experience on all resolutions
Big RTL improvements throughout
Make the dashboard more usable on any size device with responsive all the things
Improve the login screen experience for Internet Explorer 8 users
Improve Quick Edit experience for non-English users
Improve the Menus experience for mobile users
Themes
New Default Theme -- Twenty Fourteen
Make it possible to check for any post format assigned to a post with has_post_format()
Better custom background theme support defaults, can now specify 'default-repeat', 'default-position-x', and 'default-attachment' arguments for background images.
Tags for width changed to layout: responsive-layout, fluid-layout, and fixed-layout
New tag: accessibility-ready to denote a theme is aware of accessibility best practices such as color contrast, keyboard navigation, and form/link focus. See WP theme accessibility guidelines.
Theme screenshots' size have increased from 600x450 to 880x 660.
Widgets
New click-to-add interface for adding widgets to sidebars
Improved interface for devices of all resolutions
Better drag-and-drop experience
Accessibility
Make list table row actions keyboard accessible
Improve color contrast throughout the admin
Multisite
Improved performance when deleting users in Multisite
Under The Hood
General
Heartbeat performance and API improvements
A $taxonomy argument was added to each of the adjacent post functions.
Define $is_nginx in vars.php
Apply capital_P_dangit() to the wp_title filter
Make sure ajaxurl is defined in the Customizer
validate_active_plugins() now checks the manage_network_plugins capability instead of is_super_admin()
Allow passing false for the meta_box_cb argument in register_taxonomy() to turn off the meta box display entirely
Make it easier to target video shortcodes by adding a wp-video class to the parent container
Add CSSMin, SASS, CSSJanus, and jsHint to build tools for core development
Bug Fixes
Fix bug where top-level categories were only redirecting if they had no children
Fix bug in wp_get_object_terms() where returned were strings not integers
Fix a bug where passing a null value to meta_query resulted in wonkiness with the comparison operator
Fix "'wp_signups' already exists for query" error after updating a Multisite network
Fix bug in get_bookmarks() caused by missing parentheses
Fix comment_notification_recipients filter behavior so that it is still respected even on comments left by the post author
Fix a date comparison error in dashboard_relative_date()
Fix keyboard accessibility for row actions in list tables.
Fix no-js and accessibility modes in in the Widgets screen
Fix a bug where menus could still be assigned to a non-existent theme location
Silence jQuery Migrate errors in the General settings page
Multisite
Classes
Introduce WP_Screen::remove_option()
Introduce WP_Screen::remove_options()
Introduce WP_Screen::get_options()
Functions
Introduce wp_dashboard_quick_press()
Introduce wp_dashboard_site_activity()
Introduce wp_dashboard_recent_posts()
Introduce wp_dashboard_recent_comments()
Introduce wp_dashboard_primary_output()
Introduce wp_heartbeat_set_suspension()
Introduce wp_star_rating()
Introduce get_theme_update_available()
Introduce wp_prepare_themes_for_js()
Actions & Filters
Actions
Introduce automatic_updates_complete
Filters
Introduce automatic_updates_debug_email
Introduce wp_prepare_themes_for_js
External Libraries
Add a copyright notice to zxcvbn (password strength meter) script
Deprecated
screen_icon()
get_screen_icon()
wp_dashboard_incoming_links_output()
wp_dashboard_secondary_output()
wp_dashboard_incoming_links()
wp_dashboard_incoming_links_control()
wp_dashboard_plugins()
wp_dashboard_primary_control()
wp_dashboard_recent_comments_control()
wp_dashboard_secondary()
wp_dashboard_secondary_control()
no_update_actions()
Miscellaneous
Many unused images were removed from core. See the full list
2013-12-27 23:55:20 +01:00
|
|
|
share/ja-wordpress/wp-admin/images/w-logo-blue.png
|
|
|
|
share/ja-wordpress/wp-admin/images/w-logo-white.png
|
2013-11-10 12:13:08 +01:00
|
|
|
share/ja-wordpress/wp-admin/images/wheel.png
|
Update to 3.8
Changelog:
For WordPress 3.8 ja
* Update WP Multibyte Patch to 1.9
For WordPress 3.8
Highlights
Introduces a new, modern admin design
A fresh, uncluttered design
Clean typography with Open Sans
Superior contrast and large, comfortable type
Responsive interfaces throughout
Refined, theme management
Smoother, click-to-add widget management
New Default Theme - Twenty Fourteen
Easily create a responsive magazine website with a sleek, modern design.
Feature your favorite homepage content in either a grid or a slider.
Use the three widget areas to customize your website, and change your content's layout with a full-width page template and a contributor page to show off your authors.
For Developers
External Libraries have been updated.
Better RTL support
What's New
General
Replace PNG-based plugins ratings stars with Dashicons for performance gains
Improved help tab text in various screens
Clicking "Check Again" on the Updates screen now provides more immediate feedback
Dashboard
Consolidate several Dashboard widgets to improve readability
Replace the 'Right Now' widget with the new and improved 'At a Glance' widget
Appearance
Introduce 8 new admin color schemes
Improved readability throughout using Open Sans typeface (where supported)
Responsive Toolbar for smaller-screen devices
Leverage Dashicons instead of icon sprites for crisper experience on all resolutions
Big RTL improvements throughout
Make the dashboard more usable on any size device with responsive all the things
Improve the login screen experience for Internet Explorer 8 users
Improve Quick Edit experience for non-English users
Improve the Menus experience for mobile users
Themes
New Default Theme -- Twenty Fourteen
Make it possible to check for any post format assigned to a post with has_post_format()
Better custom background theme support defaults, can now specify 'default-repeat', 'default-position-x', and 'default-attachment' arguments for background images.
Tags for width changed to layout: responsive-layout, fluid-layout, and fixed-layout
New tag: accessibility-ready to denote a theme is aware of accessibility best practices such as color contrast, keyboard navigation, and form/link focus. See WP theme accessibility guidelines.
Theme screenshots' size have increased from 600x450 to 880x 660.
Widgets
New click-to-add interface for adding widgets to sidebars
Improved interface for devices of all resolutions
Better drag-and-drop experience
Accessibility
Make list table row actions keyboard accessible
Improve color contrast throughout the admin
Multisite
Improved performance when deleting users in Multisite
Under The Hood
General
Heartbeat performance and API improvements
A $taxonomy argument was added to each of the adjacent post functions.
Define $is_nginx in vars.php
Apply capital_P_dangit() to the wp_title filter
Make sure ajaxurl is defined in the Customizer
validate_active_plugins() now checks the manage_network_plugins capability instead of is_super_admin()
Allow passing false for the meta_box_cb argument in register_taxonomy() to turn off the meta box display entirely
Make it easier to target video shortcodes by adding a wp-video class to the parent container
Add CSSMin, SASS, CSSJanus, and jsHint to build tools for core development
Bug Fixes
Fix bug where top-level categories were only redirecting if they had no children
Fix bug in wp_get_object_terms() where returned were strings not integers
Fix a bug where passing a null value to meta_query resulted in wonkiness with the comparison operator
Fix "'wp_signups' already exists for query" error after updating a Multisite network
Fix bug in get_bookmarks() caused by missing parentheses
Fix comment_notification_recipients filter behavior so that it is still respected even on comments left by the post author
Fix a date comparison error in dashboard_relative_date()
Fix keyboard accessibility for row actions in list tables.
Fix no-js and accessibility modes in in the Widgets screen
Fix a bug where menus could still be assigned to a non-existent theme location
Silence jQuery Migrate errors in the General settings page
Multisite
Classes
Introduce WP_Screen::remove_option()
Introduce WP_Screen::remove_options()
Introduce WP_Screen::get_options()
Functions
Introduce wp_dashboard_quick_press()
Introduce wp_dashboard_site_activity()
Introduce wp_dashboard_recent_posts()
Introduce wp_dashboard_recent_comments()
Introduce wp_dashboard_primary_output()
Introduce wp_heartbeat_set_suspension()
Introduce wp_star_rating()
Introduce get_theme_update_available()
Introduce wp_prepare_themes_for_js()
Actions & Filters
Actions
Introduce automatic_updates_complete
Filters
Introduce automatic_updates_debug_email
Introduce wp_prepare_themes_for_js
External Libraries
Add a copyright notice to zxcvbn (password strength meter) script
Deprecated
screen_icon()
get_screen_icon()
wp_dashboard_incoming_links_output()
wp_dashboard_secondary_output()
wp_dashboard_incoming_links()
wp_dashboard_incoming_links_control()
wp_dashboard_plugins()
wp_dashboard_primary_control()
wp_dashboard_recent_comments_control()
wp_dashboard_secondary()
wp_dashboard_secondary_control()
no_update_actions()
Miscellaneous
Many unused images were removed from core. See the full list
2013-12-27 23:55:20 +01:00
|
|
|
share/ja-wordpress/wp-admin/images/wordpress-logo-white.svg
|
2013-11-10 12:13:08 +01:00
|
|
|
share/ja-wordpress/wp-admin/images/wordpress-logo.png
|
Update to 3.8
Changelog:
For WordPress 3.8 ja
* Update WP Multibyte Patch to 1.9
For WordPress 3.8
Highlights
Introduces a new, modern admin design
A fresh, uncluttered design
Clean typography with Open Sans
Superior contrast and large, comfortable type
Responsive interfaces throughout
Refined, theme management
Smoother, click-to-add widget management
New Default Theme - Twenty Fourteen
Easily create a responsive magazine website with a sleek, modern design.
Feature your favorite homepage content in either a grid or a slider.
Use the three widget areas to customize your website, and change your content's layout with a full-width page template and a contributor page to show off your authors.
For Developers
External Libraries have been updated.
Better RTL support
What's New
General
Replace PNG-based plugins ratings stars with Dashicons for performance gains
Improved help tab text in various screens
Clicking "Check Again" on the Updates screen now provides more immediate feedback
Dashboard
Consolidate several Dashboard widgets to improve readability
Replace the 'Right Now' widget with the new and improved 'At a Glance' widget
Appearance
Introduce 8 new admin color schemes
Improved readability throughout using Open Sans typeface (where supported)
Responsive Toolbar for smaller-screen devices
Leverage Dashicons instead of icon sprites for crisper experience on all resolutions
Big RTL improvements throughout
Make the dashboard more usable on any size device with responsive all the things
Improve the login screen experience for Internet Explorer 8 users
Improve Quick Edit experience for non-English users
Improve the Menus experience for mobile users
Themes
New Default Theme -- Twenty Fourteen
Make it possible to check for any post format assigned to a post with has_post_format()
Better custom background theme support defaults, can now specify 'default-repeat', 'default-position-x', and 'default-attachment' arguments for background images.
Tags for width changed to layout: responsive-layout, fluid-layout, and fixed-layout
New tag: accessibility-ready to denote a theme is aware of accessibility best practices such as color contrast, keyboard navigation, and form/link focus. See WP theme accessibility guidelines.
Theme screenshots' size have increased from 600x450 to 880x 660.
Widgets
New click-to-add interface for adding widgets to sidebars
Improved interface for devices of all resolutions
Better drag-and-drop experience
Accessibility
Make list table row actions keyboard accessible
Improve color contrast throughout the admin
Multisite
Improved performance when deleting users in Multisite
Under The Hood
General
Heartbeat performance and API improvements
A $taxonomy argument was added to each of the adjacent post functions.
Define $is_nginx in vars.php
Apply capital_P_dangit() to the wp_title filter
Make sure ajaxurl is defined in the Customizer
validate_active_plugins() now checks the manage_network_plugins capability instead of is_super_admin()
Allow passing false for the meta_box_cb argument in register_taxonomy() to turn off the meta box display entirely
Make it easier to target video shortcodes by adding a wp-video class to the parent container
Add CSSMin, SASS, CSSJanus, and jsHint to build tools for core development
Bug Fixes
Fix bug where top-level categories were only redirecting if they had no children
Fix bug in wp_get_object_terms() where returned were strings not integers
Fix a bug where passing a null value to meta_query resulted in wonkiness with the comparison operator
Fix "'wp_signups' already exists for query" error after updating a Multisite network
Fix bug in get_bookmarks() caused by missing parentheses
Fix comment_notification_recipients filter behavior so that it is still respected even on comments left by the post author
Fix a date comparison error in dashboard_relative_date()
Fix keyboard accessibility for row actions in list tables.
Fix no-js and accessibility modes in in the Widgets screen
Fix a bug where menus could still be assigned to a non-existent theme location
Silence jQuery Migrate errors in the General settings page
Multisite
Classes
Introduce WP_Screen::remove_option()
Introduce WP_Screen::remove_options()
Introduce WP_Screen::get_options()
Functions
Introduce wp_dashboard_quick_press()
Introduce wp_dashboard_site_activity()
Introduce wp_dashboard_recent_posts()
Introduce wp_dashboard_recent_comments()
Introduce wp_dashboard_primary_output()
Introduce wp_heartbeat_set_suspension()
Introduce wp_star_rating()
Introduce get_theme_update_available()
Introduce wp_prepare_themes_for_js()
Actions & Filters
Actions
Introduce automatic_updates_complete
Filters
Introduce automatic_updates_debug_email
Introduce wp_prepare_themes_for_js
External Libraries
Add a copyright notice to zxcvbn (password strength meter) script
Deprecated
screen_icon()
get_screen_icon()
wp_dashboard_incoming_links_output()
wp_dashboard_secondary_output()
wp_dashboard_incoming_links()
wp_dashboard_incoming_links_control()
wp_dashboard_plugins()
wp_dashboard_primary_control()
wp_dashboard_recent_comments_control()
wp_dashboard_secondary()
wp_dashboard_secondary_control()
no_update_actions()
Miscellaneous
Many unused images were removed from core. See the full list
2013-12-27 23:55:20 +01:00
|
|
|
share/ja-wordpress/wp-admin/images/wordpress-logo.svg
|
2013-11-10 12:13:08 +01:00
|
|
|
share/ja-wordpress/wp-admin/images/wpspin_light-2x.gif
|
|
|
|
share/ja-wordpress/wp-admin/images/wpspin_light.gif
|
|
|
|
share/ja-wordpress/wp-admin/images/xit-2x.gif
|
|
|
|
share/ja-wordpress/wp-admin/images/xit.gif
|
|
|
|
share/ja-wordpress/wp-admin/images/yes.png
|
|
|
|
share/ja-wordpress/wp-admin/import.php
|
Update to 4.3
Changelog:
Highlights
The Finer Points
Resetting Your Password received attention and 4.3 improves the way that passwords are chosen and changed. You start out with a strong password by default and you are given the option to keep it or choose your own. A password strength meter is available as well as the option to hide your password from prying eyes. You will find the new password interface on the password reset screen and the WordPress install screen. WordPress will no longer send passwords via email and the password reset links will expire in 24 hours. Finally, e-mail notifications will be sent out in the event that an e-mail or password is changed.
Site owners can now manage their site’s favicon on desktop and mobile. Site Icons work out of the box, are theme independent, and do not require theme support.
Multisite Focused Changes
The main change to the Editor is that the content for both Visual and Text editors is prepared/escaped the same (we run the textarea content through the JavaScript wpautop() before initializing TinyMCE).
Comments are now turned off on pages and custom post types by default.
For Developers
Fast previewing changes to Menus in the Customizer
A new theme template has been added to the Template Hierarchy. The singular.php template follows the rules of is_singular and is used for a single post, regardless of post type. It comes in the hierarchy after single.php, page.php, and the variations of each. Themes that used the same code for both of those files (or included one in the other) can now simplify down to the one template.
Changes to Customizer Panels and Sections
New Customizer Media Controls
The Site Icon API is fairly straightforward.
PHP7 is slated for release later this year. One of the changes is that PHP4 style constructors are deprecated. In order to prepare WordPress to support PHP7, these constructors have been deprecated in WordPress core.
Old Distraction Free Writing code has been removed (the code has not been used in the core since 4.1). Plugin authors have had two releases to update their code. If it is essential to your plugin, the files in 4.2 can still be reused and improved.
What's New
General
Posts
Formatting Shortcuts while using visual editor.
Use * or - to start an unordered list.
Use 1. or 1) to start an ordered list.
Use ## for H2 and ### for H3 (etc, through H6).
Use > to transform text into blockquote.
Media
Comments
All new pages that you create will have comments turned off by default.
Appearance
Menus can now be managed with the Customizer, which allows you to see "live" preview changes without changing your site for visitors until you are ready.
Customizer improvements including enhanced accessibility, smoother menu creation and location assignment, and the ability to handle nameless menus.
Take control of another piece of your site with the Site Icon feature. You can now manage your site’s favicon and app icon from the Admin area.
Customize link added in the toolbar to swiftly make changes to your site.
Users
Better Passwords. Password field will be automatically filled with a strong password, while adding new users and resetting the password.
Install Process
Multisite
Accessibility
Under The Hood
General
JavaScript
Bug Fixes
A total of 180 bugs reported against previous versions of WordPress were fixed.
Multisite
Classes
What's New
Customizer API
Introduce WP_Customize_Cropped_Image_Control
Introduce WP_Customize_Manager->$registered_panel_types
Introduce WP_Customize_Manager->$registered_section_types
Introduce WP_Customize_Manager::register_panel_type()
Introduce WP_Customize_Manager::render_panel_templates()
Introduce WP_Customize_Manager::register_section_type()
Introduce WP_Customize_Manager::render_section_templates()
Introduce WP_Customize_Nav_Menu_Auto_Add_Control
Introduce WP_Customize_Nav_Menu_Control
Introduce WP_Customize_Nav_Menu_Item_Control
Introduce WP_Customize_Nav_Menu_Item_Setting
Introduce WP_Customize_Nav_Menu_Location_Control
Introduce WP_Customize_Nav_Menu_Section
Introduce WP_Customize_Nav_Menu_Setting
Introduce WP_Customize_Nav_Menus
Introduce WP_Customize_Nav_Menus_Panel
Introduce WP_Customize_New_Menu_Control
Introduce WP_Customize_New_Menu_Section
Introduce WP_Customize_Panel::print_template()
Introduce WP_Customize_Panel::render_template()
Introduce WP_Customize_Panel::content_template()
Introduce WP_Customize_Section::print_template()
Introduce WP_Customize_Section::render_template()
Introduce WP_Customize_Site_Icon_Control
List Tables
Introduce WP_Links_List_Table::get_default_primary_column_name()
Introduce WP_Links_List_Table::column_cb()
Introduce WP_Links_List_Table::column_name()
Introduce WP_Links_List_Table::column_url()
Introduce WP_Links_List_Table::column_categories()
Introduce WP_Links_List_Table::column_rel()
Introduce WP_Links_List_Table::column_visible()
Introduce WP_Links_List_Table::column_rating()
Introduce WP_Links_List_Table::column_default()
Introduce WP_Links_List_Table::handle_row_actions()
Introduce WP_List_Table::get_default_primary_column_name()
Introduce WP_List_Table::get_primary_column_name()
Introduce WP_List_Table::handle_row_actions()
Introduce WP_Media_List_Table::column_cb()
Introduce WP_Media_List_Table::column_title()
Introduce WP_Media_List_Table::column_author()
Introduce WP_Media_List_Table::column_desc()
Introduce WP_Media_List_Table::column_date()
Introduce WP_Media_List_Table::column_parent()
Introduce WP_Media_List_Table::column_comments()
Introduce WP_Media_List_Table::column_default()
Introduce WP_Media_List_Table::get_default_primary_column_name()
Introduce WP_Media_List_Table::handle_row_actions()
Introduce WP_MS_Sites_List_Table->$status_list
Introduce WP_MS_Sites_List_Table::column_cb()
Introduce WP_MS_Sites_List_Table::column_blogname()
Introduce WP_MS_Sites_List_Table::column_lastupdated()
Introduce WP_MS_Sites_List_Table::column_registered()
Introduce WP_MS_Sites_List_Table::column_users()
Introduce WP_MS_Sites_List_Table::column_plugins()
Introduce WP_MS_Sites_List_Table::column_default()
Introduce WP_MS_Sites_List_Table::get_default_primary_column_name()
Introduce WP_MS_Sites_List_Table::handle_row_actions()
Introduce WP_MS_Themes_List_Table::get_primary_column_name()
Introduce WP_MS_Themes_List_Table::column_cb()
Introduce WP_MS_Themes_List_Table::column_name()
Introduce WP_MS_Themes_List_Table::column_description()
Introduce WP_MS_Themes_List_Table::column_default()
Introduce WP_MS_Themes_List_Table::single_row_columns()
Introduce WP_MS_Users_List_Table::column_cb()
Introduce WP_MS_Users_List_Table::column_username()
Introduce WP_MS_Users_List_Table::column_name()
Introduce WP_MS_Users_List_Table::column_email()
Introduce WP_MS_Users_List_Table::column_registered()
Introduce WP_MS_Users_List_Table::_column_blogs()
Introduce WP_MS_Users_List_Table::column_blogs()
Introduce WP_MS_Users_List_Table::column_default()
Introduce WP_MS_Users_List_Table::get_default_primary_column_name()
Introduce WP_MS_Users_List_Table::handle_row_actions()
Introduce WP_Plugins_List_Table::get_primary_column_name()
Introduce WP_Posts_List_Table->$current_level
Introduce WP_Posts_List_Table::column_cb()
Introduce WP_Posts_List_Table::_column_title()
Introduce WP_Posts_List_Table::column_title()
Introduce WP_Posts_List_Table::column_date()
Introduce WP_Posts_List_Table::column_comments()
Introduce WP_Posts_List_Table::column_author()
Introduce WP_Posts_List_Table::column_default()
Introduce WP_Posts_List_Table::get_default_primary_column_name()
Introduce WP_Posts_List_Table::handle_row_actions()
Introduce WP_Terms_List_Table::get_default_primary_column_name()
Introduce WP_Terms_List_Table::handle_row_actions()
Introduce WP_Users_List_Table::get_default_primary_column_name()
Miscellaneous
Introduce WP_Comments_List_Table::get_default_primary_column_name()
Introduce WP_Comments_List_Table::handle_row_actions()
Introduce WP_Meta_Query->$has_or_relation
Introduce WP_Meta_Query::has_or_relation()
Introduce WP_Site_Icon
Introduce WP_Upgrader::clear_destination()
Introduce WP_User::__call()
Deprecated
Functions
What's New
Introduce wp_ajax_crop_image()
Introduce split_all_shared_terms()
Introduce wp_should_upgrade_global_tables()
Introduce wp_admin_bar_customize_menu()
Introduce wp_roles()
Introduce get_default_comment_status()
Introduce atom_site_icon()
Introduce rss2_site_icon()
Introduce wptexturize_primes()
Introduce convert_invalid_entities()
Introduce format_for_editor()
Introduce _deprecated_constructor()
Introduce get_main_network_id()
Introduce wp_post_preview_js()
Introduce wp_site_icon()
Introduce get_language_attributes()
Introduce wp_resolve_numeric_slug_conflicts()
Introduce get_singular_template()
Deprecated
Actions & Filters
New Actions
Introduce wp_ajax_crop_image_pre_save
Introduce add_user_role
Introduce remove_user_role
Introduce deprecated_constructor_run
New Filters
Introduce edit_comment_misc_actions
Introduce wp_ajax_cropped_attachment_metadata
Introduce wp_ajax_cropped_attachment_id
Introduce list_table_primary_column
Introduce upgrader_package_options
Introduce nav_menu_items_{$post_type_name}_recent
Introduce get_the_author_{$field}
Introduce wp_generate_tag_cloud_data
Introduce style_loader_tag
Introduce get_default_comment_status
Introduce format_for_editor
Introduce deprecated_constructor_trigger_error
Introduce get_main_network_id
Introduce site_icon_meta_tags
Introduce wp_get_attachment_image_src
Introduce wp_get_nav_menu_object
Introduce has_nav_menu
Introduce wp_safe_redirect_fallback
Introduce wp_unique_term_slug_is_bad_slug
Introduce wp_unique_term_slug
Introduce editor_stylesheets
Introduce send_password_change_email
Introduce send_email_change_email
Introduce password_change_email
Introduce email_change_email
Introduce password_reset_expiration
2015-08-30 03:20:45 +02:00
|
|
|
share/ja-wordpress/wp-admin/includes/admin-filters.php
|
2013-11-10 12:13:08 +01:00
|
|
|
share/ja-wordpress/wp-admin/includes/admin.php
|
|
|
|
share/ja-wordpress/wp-admin/includes/ajax-actions.php
|
|
|
|
share/ja-wordpress/wp-admin/includes/bookmark.php
|
2019-12-16 17:52:40 +01:00
|
|
|
share/ja-wordpress/wp-admin/includes/class-automatic-upgrader-skin.php
|
|
|
|
share/ja-wordpress/wp-admin/includes/class-bulk-plugin-upgrader-skin.php
|
|
|
|
share/ja-wordpress/wp-admin/includes/class-bulk-theme-upgrader-skin.php
|
|
|
|
share/ja-wordpress/wp-admin/includes/class-bulk-upgrader-skin.php
|
|
|
|
share/ja-wordpress/wp-admin/includes/class-core-upgrader.php
|
|
|
|
share/ja-wordpress/wp-admin/includes/class-custom-background.php
|
|
|
|
share/ja-wordpress/wp-admin/includes/class-custom-image-header.php
|
|
|
|
share/ja-wordpress/wp-admin/includes/class-file-upload-upgrader.php
|
2013-11-10 12:13:08 +01:00
|
|
|
share/ja-wordpress/wp-admin/includes/class-ftp-pure.php
|
|
|
|
share/ja-wordpress/wp-admin/includes/class-ftp-sockets.php
|
|
|
|
share/ja-wordpress/wp-admin/includes/class-ftp.php
|
2019-12-16 17:52:40 +01:00
|
|
|
share/ja-wordpress/wp-admin/includes/class-language-pack-upgrader-skin.php
|
|
|
|
share/ja-wordpress/wp-admin/includes/class-language-pack-upgrader.php
|
2013-11-10 12:13:08 +01:00
|
|
|
share/ja-wordpress/wp-admin/includes/class-pclzip.php
|
2019-12-16 17:52:40 +01:00
|
|
|
share/ja-wordpress/wp-admin/includes/class-plugin-installer-skin.php
|
|
|
|
share/ja-wordpress/wp-admin/includes/class-plugin-upgrader-skin.php
|
|
|
|
share/ja-wordpress/wp-admin/includes/class-plugin-upgrader.php
|
|
|
|
share/ja-wordpress/wp-admin/includes/class-theme-installer-skin.php
|
|
|
|
share/ja-wordpress/wp-admin/includes/class-theme-upgrader-skin.php
|
|
|
|
share/ja-wordpress/wp-admin/includes/class-theme-upgrader.php
|
Update to 4.4
Changelog:
On December 8, 2015, WordPress Version 4.4, named for jazz musician Clifford Brown, was released to the public. For more information on this enhancement and bug-fix release, read the WordPress Blog, and see the Changelog for 4.4.
For Version 4.4, the database version (db_version in wp_options) changed to 35700, and the Trac revision was 35842.
Highlights
twenty-sixteen-white-desktop-1x.png
New Default Theme - Twenty Sixteen
Modern take on the classic blog design
Flexible header and fun color schemes will make your content shine
Mobile-first and responsive
The Finer Points
responsive-devices-desktop-1x.png
Responsive images:
WordPress now takes a smarter approach to displaying appropriate image sizes on any device, ensuring a perfect fit every time. You don’t need to do anything to your theme, it just works.
wp embed preview.png
Embed your WordPress content:
Now you can embed your posts on other sites, even other WordPress sites. Simply drop a post URL into the editor and see an instant embed preview, complete with the title, excerpt, and featured image if you’ve set one. We’ll even include your site icon and links for comments and sharing.
reverbnation embed.png
Even more embed providers:
In addition to post embeds, WordPress 4.4 also adds support for five new oEmbed providers: Cloudup, Reddit Comments, ReverbNation, Speaker Deck, and VideoPress.
For Developers
REST API infrastructure: Infrastructure for the REST API has been integrated into core, the first part of a multi-stage rollout. Inclusion of core endpoints is targeted for an upcoming release. To get a sneak peek of the core endpoints, and for more information on extending the REST API, check out the official WordPress REST API plugin.
Term meta: Terms now support metadata, just like posts. See add_term_meta(), get_term_meta(), and update_term_meta() for more information.
Comment query improvements: Comment queries now have cache handling to improve performance. New arguments in WP_Comment_Query make crafting robust comment queries simpler.
Term, comment, and network objects: New WP_Term, WP_Comment, and WP_Network objects make interacting with terms, comments, and networks more predictable and intuitive in code.
What's New
General
Developer reference - Improvements to inline code documentation.
i18n support - Improvements to translation strings all over the core.
Admin page headings were adjusted from H3 to H2 tags to reinforce page hierarchy
Improvements to how list tables are displayed on all size screens
Posts
The post/page permalink UI was simplified, linking the permalink and removing the "View" button
Media
Comments
The "View Comment" link was relocated from the Status meta box in the comment-editing screen
Many comment functions can now accept a full object instead of 'comment_ID' to reduce cache/db lookups
Orphaned comments now fall back to the 'edit_posts' capability
Appearance
Site icons will now fall back to the 'full' size URL when the 'thumbnail' size doesn't exist
Users
Install Process
Multisite
The language chooser was added to the new site form on wp-signup.php
Sites may no longer be created with the following reserved slugs: wp-admin, wp-content, wp-includes, or wp-json
Accessibility
Under The Hood
General
Unclosed HTML elements in shortcode attributes were disallowed
HTML was removed from all translatable text strings
Rewrite rules are now flushed on theme switch
Most core classes were moved to their own files
Embeds
Add oEmbed support for Cloudup.
Add oEmbed support for Reddit Comments.
Add oEmbed support for ReverbNation.
Add oEmbed support for Speaker Deck.
Add oEmbed support for VideoPress.
Remove oEmbed support for Blip.
JavaScript
Customizer: Ensure persistence of unchanged active state for controls, sections, and panels
Customizer: Fixed logic for determining the container element when focusing on a panel, section, or control
Customizer: Fixed clearing of a color control's setting by using proper empty value
Bug Fixes
Fail gracefully when checking mapped capabilities against unregistered post types
Visibility was restored for the Tags auto-suggest tooltip in Quick Edit
The $public_only parameter was added to count_user_posts()
Cron: Events are now rejected when the provided $timestamp value is not a valid timestamp
Users with no role are now redirected to the home page on login instead of their profile-editing screen
Multisite
A network can now be retrieved by its ID through WP_Network::get_instance()
A network can now be created or completed by passing arguments to WP_Network
Network-level capabilities were clarified and some long-time bugs were fixed
Classes
What's New
WP_Comment
WP_Comment_Query->$found_comments
WP_Comment_Query->$max_num_pages
WP_Comment_Query->$meta_query_clauses
WP_Comment_Query->$sql_clauses
WP_Comment_Query::fill_descendants()
WP_Comment_Query::get_comment_ids()
WP_Customize_Manager->$autofocus
WP_Customize_Manager->$preview_url
WP_Customize_Manager->$return_url
WP_Customize_Manager::customize_pane_settings()
WP_Customize_Manager::get_autofocus()
WP_Customize_Manager::get_document_title_template()
WP_Customize_Manager::get_preview_url()
WP_Customize_Manager::get_return_url()
WP_Customize_Manager::is_ios()
WP_Customize_Manager::set_autofocus()
WP_Customize_Manager::set_preview_url()
WP_Customize_Manager::set_return_url()
WP_Customize_Setting->$is_multidimensional_aggregated
WP_Customize_Setting->$is_previewed
WP_Customize_Setting::$aggregated_multidimensionals
WP_Customize_Setting::_multidimensional_preview_filter()
WP_Customize_Setting::aggregate_multidimensional()
get_root_value/ WP_Customize_Setting::get_root_value()
id_data/ WP_Customize_Setting::id_data()
set_root_value/ WP_Customize_Setting::set_root_value()
WP_Customize_Widgets::get_widget_control_parts()
WP_Customize_Widgets::is_panel_active()
WP_Filesystem_SSH2::sftp_path()
WP_HTTP_Response
WP_List_Table::get_primary_column()
WP_Locale->$start_of_week
WP_MS_Sites_List_Table::column_id()
WP_MS_Users_List_Table::column_id()
WP_Media_List_Table->$comment_pending_count
WP_Network
WP_Posts_List_Table::get_edit_link()
WP_Query->$is_embed
WP_Query->$updated_comment_meta_cache
WP_Query->$updated_term_meta_cache
WP_Query::is_embed()
WP_Query::lazyload_comment_meta()
WP_Query::lazyload_term_meta()
WP_REST_Request
WP_REST_Response
WP_REST_Server
WP_Screen->$_screen_reader_content
WP_Screen::get_screen_reader_content()
WP_Screen::get_screen_reader_text()
WP_Screen::remove_screen_reader_content()
WP_Screen::render_list_table_columns_preferences()
WP_Screen::render_meta_boxes_preferences()
WP_Screen::render_screen_reader_content()
WP_Screeb::render_view_mode()
WP_Screen::set_screen_reader_content()
WP_Term
>$update WP_Theme
WP_User::__unset()
>$request WP_User_Query
WP_User_Query::fill_query_vars()
WP_Users_List_Table::get_role_list()
WP_Widget_Calendar::$instance
WP_Widget_Tag_Cloud::_get_current_taxonomy()
WP_oEmbed_Controller
wpdb->$termmeta
Deprecated
Functions
What's New
_prime_comment_caches()
add_network_option()
add_term_meta()
delete_network_option()
delete_term_meta()
enqueue_embed_scripts()
get_header_image_tag()
get_html_split_regex()
get_network_option()
get_oembed_endpoint_url()
get_oembed_response_data()
get_oembed_response_data_rich()
get_password_reset_key()
get_post_embed_html()
get_post_embed_url()
get_preview_post_link()
get_rest_url()
get_shortcode_atts_regex()
get_subdirectory_reserved_names()
get_term_meta()
get_the_author_posts_link()
get_the_comments_navigation()
get_the_comments_pagination()
get_the_post_thumbnail_url()
is_embed()
is_post_type_viewable()
is_registered_sidebar()
map_deep()
print_embed_comments_button()
print_embed_scripts()
print_embed_sharing_button()
print_embed_sharing_dialog()
print_embed_styles()
register_rest_route()
rest_api_default_filters()
rest_api_init()
rest_api_loaded()
rest_api_register_rewrites()
rest_cookie_check_errors()
rest_cookie_collect_status()
rest_do_request()
rest_ensure_request()
rest_ensure_response()
rest_get_date_with_gmt()
rest_get_url_prefix()
rest_handle_deprecated_argument()
rest_handle_deprecated_function()
rest_handle_options_request()
rest_output_link_header()
rest_output_link_wp_head()
rest_output_rsd()
rest_parse_date()
rest_send_allow_header()
rest_send_cors_headers()
rest_url()
signup_get_available_languages()
strip_fragment_from_url()
stripslashes_from_strings_only()
the_comments_navigation()
the_comments_pagination()
the_excerpt_embed()
the_header_image_tag()
the_post_thumbnail_url()
update_network_option()
update_term_meta()
update_termmeta_cache()
urldecode_deep()
wp_ajax_delete_inactive_widgets()
wp_ajax_generate_password()
wp_ajax_save_wporg_username()
wp_calculate_image_sizes()
wp_calculate_image_srcset()
wp_embed_excerpt_attachment()
wp_embed_excerpt_attachment()
wp_filter_oembed_result()
wp_get_attachment_image_sizes()
wp_get_attachment_image_srcset()
wp_get_attachment_image_url()
wp_get_document_title()
wp_get_server_protocol()
wp_get_users_with_no_role()
wp_handle_comment_submission()
wp_image_add_srcset_and_sizes()
wp_installing()
wp_is_numeric_array()
wp_make_content_images_responsive()
wp_maybe_decline_date()
wp_new_comment_notify_moderator()
wp_new_comment_notify_postauthor()
wp_oembed_add_discovery_links()
wp_oembed_add_host_js()
wp_oembed_ensure_format()
wp_oembed_register_route()
wp_parse_url()
wp_remote_retrieve_cookie()
wp_remote_retrieve_cookie_value()
wp_remote_retrieve_cookies()
wp_removable_query_args()
wp_rest_server_class()
wp_send_new_user_notifications()
wp_term_is_shared()
Deprecated
wp_get_http()
Actions & Filters
New Actions
after_password_reset
after_signup_site
after_signup_user
attachment_updated
before_signup_header
clean_user_cache
customize_post_value_set
customize_post_value_set_{$setting_id}
delete_plugin
delete_widget
deleted_plugin
edit_user_created_user
embed_content
embed_content_meta
embed_footer
embed_head
enqueue_embed_scripts
invite_user
manage_posts_extra_tablenav
ms_network_not_found
network_site_new_created_user
network_site_users_created_user
network_user_new_created_user
page_attributes_meta_box_template
post_submitbox_minor_actions
pre_auto_update
register_new_user
rest_api_init
wp_add_nav_menu_item
wp_mail_failed
wp_verify_nonce_failed
New Filters
admin_post_thumbnail_size
comment_excerpt_length
comment_form_fields
content_pagination
customize_loaded_components
dashboard_recent_drafts_query_args
dashboard_secondary_items
default_hidden_columns
document_title_parts
document_title_separator
duplicate_comment_id
embed_html
embed_oembed_discover
embed_site_title_html
embed_template
embed_thumbnail_image_shape
embed_thumbnail_image_size
enclosure_links
expiration_of_site_transient_{$transient}
expiration_of_transient_{$transient}
export_wp_filename
feed_links_show_comments_feed
feed_links_show_posts_feed
found_comments_query
get_header_image_tag
get_page_of_comment
get_page_uri
get_post_status
get_role_list
get_sample_permalink
get_terms_defaults
get_{$adjacent}_post_excluded_terms
hidden_columns
illegal_user_logins
image_get_intermediate_size
insert_user_meta
max_srcset_image_width
mejs_settings
nav_menu_item_args
nav_menu_item_title
navigation_markup_template
network_admin_plugin_action_links
network_admin_plugin_action_links_{$plugin_file}
notify_moderator
notify_post_author
oembed_discovery_links
oembed_endpoint_url
oembed_min_max_width
oembed_response_data
old_slug_redirect_url
plugin_action_links
plugin_action_links_{$plugin_file}
post_edit_category_parent_dropdown_args
post_embed_url
postmeta_form_keys
pre_delete_post
pre_get_document_title
pre_get_lastpostmodified
register_post_type_args
register_taxonomy_args
respond_link
rest_url
rest_url_prefix
screen_options_show_submit
show_network_active_plugins
signup_get_available_languages
subdirectory_reserved_names
submenu_file
taxonomy_labels_{$taxonomy}
the_category_list
the_excerpt_embed
update_right_now_text
user_profile_picture_description
users_list_table_query_args
view_mode_post_types
wp_calculate_image_sizes
wp_calculate_image_srcset
wp_dropdown_users_args
wp_http_ixr_client_headers
wp_post_revision_title_expanded
wp_prepare_revision_for_js
wp_theme_editor_filetypes
xmlrpc_chunk_parsing_size
2015-12-27 19:39:57 +01:00
|
|
|
share/ja-wordpress/wp-admin/includes/class-walker-category-checklist.php
|
|
|
|
share/ja-wordpress/wp-admin/includes/class-walker-nav-menu-checklist.php
|
|
|
|
share/ja-wordpress/wp-admin/includes/class-walker-nav-menu-edit.php
|
2019-12-16 17:52:40 +01:00
|
|
|
share/ja-wordpress/wp-admin/includes/class-wp-ajax-upgrader-skin.php
|
2021-01-03 09:41:15 +01:00
|
|
|
share/ja-wordpress/wp-admin/includes/class-wp-application-passwords-list-table.php
|
2019-12-16 17:52:40 +01:00
|
|
|
share/ja-wordpress/wp-admin/includes/class-wp-automatic-updater.php
|
2013-11-10 12:13:08 +01:00
|
|
|
share/ja-wordpress/wp-admin/includes/class-wp-comments-list-table.php
|
2019-12-16 17:52:40 +01:00
|
|
|
share/ja-wordpress/wp-admin/includes/class-wp-community-events.php
|
|
|
|
share/ja-wordpress/wp-admin/includes/class-wp-debug-data.php
|
2013-11-10 12:13:08 +01:00
|
|
|
share/ja-wordpress/wp-admin/includes/class-wp-filesystem-base.php
|
|
|
|
share/ja-wordpress/wp-admin/includes/class-wp-filesystem-direct.php
|
|
|
|
share/ja-wordpress/wp-admin/includes/class-wp-filesystem-ftpext.php
|
|
|
|
share/ja-wordpress/wp-admin/includes/class-wp-filesystem-ftpsockets.php
|
|
|
|
share/ja-wordpress/wp-admin/includes/class-wp-filesystem-ssh2.php
|
|
|
|
share/ja-wordpress/wp-admin/includes/class-wp-importer.php
|
Update to 4.4
Changelog:
On December 8, 2015, WordPress Version 4.4, named for jazz musician Clifford Brown, was released to the public. For more information on this enhancement and bug-fix release, read the WordPress Blog, and see the Changelog for 4.4.
For Version 4.4, the database version (db_version in wp_options) changed to 35700, and the Trac revision was 35842.
Highlights
twenty-sixteen-white-desktop-1x.png
New Default Theme - Twenty Sixteen
Modern take on the classic blog design
Flexible header and fun color schemes will make your content shine
Mobile-first and responsive
The Finer Points
responsive-devices-desktop-1x.png
Responsive images:
WordPress now takes a smarter approach to displaying appropriate image sizes on any device, ensuring a perfect fit every time. You don’t need to do anything to your theme, it just works.
wp embed preview.png
Embed your WordPress content:
Now you can embed your posts on other sites, even other WordPress sites. Simply drop a post URL into the editor and see an instant embed preview, complete with the title, excerpt, and featured image if you’ve set one. We’ll even include your site icon and links for comments and sharing.
reverbnation embed.png
Even more embed providers:
In addition to post embeds, WordPress 4.4 also adds support for five new oEmbed providers: Cloudup, Reddit Comments, ReverbNation, Speaker Deck, and VideoPress.
For Developers
REST API infrastructure: Infrastructure for the REST API has been integrated into core, the first part of a multi-stage rollout. Inclusion of core endpoints is targeted for an upcoming release. To get a sneak peek of the core endpoints, and for more information on extending the REST API, check out the official WordPress REST API plugin.
Term meta: Terms now support metadata, just like posts. See add_term_meta(), get_term_meta(), and update_term_meta() for more information.
Comment query improvements: Comment queries now have cache handling to improve performance. New arguments in WP_Comment_Query make crafting robust comment queries simpler.
Term, comment, and network objects: New WP_Term, WP_Comment, and WP_Network objects make interacting with terms, comments, and networks more predictable and intuitive in code.
What's New
General
Developer reference - Improvements to inline code documentation.
i18n support - Improvements to translation strings all over the core.
Admin page headings were adjusted from H3 to H2 tags to reinforce page hierarchy
Improvements to how list tables are displayed on all size screens
Posts
The post/page permalink UI was simplified, linking the permalink and removing the "View" button
Media
Comments
The "View Comment" link was relocated from the Status meta box in the comment-editing screen
Many comment functions can now accept a full object instead of 'comment_ID' to reduce cache/db lookups
Orphaned comments now fall back to the 'edit_posts' capability
Appearance
Site icons will now fall back to the 'full' size URL when the 'thumbnail' size doesn't exist
Users
Install Process
Multisite
The language chooser was added to the new site form on wp-signup.php
Sites may no longer be created with the following reserved slugs: wp-admin, wp-content, wp-includes, or wp-json
Accessibility
Under The Hood
General
Unclosed HTML elements in shortcode attributes were disallowed
HTML was removed from all translatable text strings
Rewrite rules are now flushed on theme switch
Most core classes were moved to their own files
Embeds
Add oEmbed support for Cloudup.
Add oEmbed support for Reddit Comments.
Add oEmbed support for ReverbNation.
Add oEmbed support for Speaker Deck.
Add oEmbed support for VideoPress.
Remove oEmbed support for Blip.
JavaScript
Customizer: Ensure persistence of unchanged active state for controls, sections, and panels
Customizer: Fixed logic for determining the container element when focusing on a panel, section, or control
Customizer: Fixed clearing of a color control's setting by using proper empty value
Bug Fixes
Fail gracefully when checking mapped capabilities against unregistered post types
Visibility was restored for the Tags auto-suggest tooltip in Quick Edit
The $public_only parameter was added to count_user_posts()
Cron: Events are now rejected when the provided $timestamp value is not a valid timestamp
Users with no role are now redirected to the home page on login instead of their profile-editing screen
Multisite
A network can now be retrieved by its ID through WP_Network::get_instance()
A network can now be created or completed by passing arguments to WP_Network
Network-level capabilities were clarified and some long-time bugs were fixed
Classes
What's New
WP_Comment
WP_Comment_Query->$found_comments
WP_Comment_Query->$max_num_pages
WP_Comment_Query->$meta_query_clauses
WP_Comment_Query->$sql_clauses
WP_Comment_Query::fill_descendants()
WP_Comment_Query::get_comment_ids()
WP_Customize_Manager->$autofocus
WP_Customize_Manager->$preview_url
WP_Customize_Manager->$return_url
WP_Customize_Manager::customize_pane_settings()
WP_Customize_Manager::get_autofocus()
WP_Customize_Manager::get_document_title_template()
WP_Customize_Manager::get_preview_url()
WP_Customize_Manager::get_return_url()
WP_Customize_Manager::is_ios()
WP_Customize_Manager::set_autofocus()
WP_Customize_Manager::set_preview_url()
WP_Customize_Manager::set_return_url()
WP_Customize_Setting->$is_multidimensional_aggregated
WP_Customize_Setting->$is_previewed
WP_Customize_Setting::$aggregated_multidimensionals
WP_Customize_Setting::_multidimensional_preview_filter()
WP_Customize_Setting::aggregate_multidimensional()
get_root_value/ WP_Customize_Setting::get_root_value()
id_data/ WP_Customize_Setting::id_data()
set_root_value/ WP_Customize_Setting::set_root_value()
WP_Customize_Widgets::get_widget_control_parts()
WP_Customize_Widgets::is_panel_active()
WP_Filesystem_SSH2::sftp_path()
WP_HTTP_Response
WP_List_Table::get_primary_column()
WP_Locale->$start_of_week
WP_MS_Sites_List_Table::column_id()
WP_MS_Users_List_Table::column_id()
WP_Media_List_Table->$comment_pending_count
WP_Network
WP_Posts_List_Table::get_edit_link()
WP_Query->$is_embed
WP_Query->$updated_comment_meta_cache
WP_Query->$updated_term_meta_cache
WP_Query::is_embed()
WP_Query::lazyload_comment_meta()
WP_Query::lazyload_term_meta()
WP_REST_Request
WP_REST_Response
WP_REST_Server
WP_Screen->$_screen_reader_content
WP_Screen::get_screen_reader_content()
WP_Screen::get_screen_reader_text()
WP_Screen::remove_screen_reader_content()
WP_Screen::render_list_table_columns_preferences()
WP_Screen::render_meta_boxes_preferences()
WP_Screen::render_screen_reader_content()
WP_Screeb::render_view_mode()
WP_Screen::set_screen_reader_content()
WP_Term
>$update WP_Theme
WP_User::__unset()
>$request WP_User_Query
WP_User_Query::fill_query_vars()
WP_Users_List_Table::get_role_list()
WP_Widget_Calendar::$instance
WP_Widget_Tag_Cloud::_get_current_taxonomy()
WP_oEmbed_Controller
wpdb->$termmeta
Deprecated
Functions
What's New
_prime_comment_caches()
add_network_option()
add_term_meta()
delete_network_option()
delete_term_meta()
enqueue_embed_scripts()
get_header_image_tag()
get_html_split_regex()
get_network_option()
get_oembed_endpoint_url()
get_oembed_response_data()
get_oembed_response_data_rich()
get_password_reset_key()
get_post_embed_html()
get_post_embed_url()
get_preview_post_link()
get_rest_url()
get_shortcode_atts_regex()
get_subdirectory_reserved_names()
get_term_meta()
get_the_author_posts_link()
get_the_comments_navigation()
get_the_comments_pagination()
get_the_post_thumbnail_url()
is_embed()
is_post_type_viewable()
is_registered_sidebar()
map_deep()
print_embed_comments_button()
print_embed_scripts()
print_embed_sharing_button()
print_embed_sharing_dialog()
print_embed_styles()
register_rest_route()
rest_api_default_filters()
rest_api_init()
rest_api_loaded()
rest_api_register_rewrites()
rest_cookie_check_errors()
rest_cookie_collect_status()
rest_do_request()
rest_ensure_request()
rest_ensure_response()
rest_get_date_with_gmt()
rest_get_url_prefix()
rest_handle_deprecated_argument()
rest_handle_deprecated_function()
rest_handle_options_request()
rest_output_link_header()
rest_output_link_wp_head()
rest_output_rsd()
rest_parse_date()
rest_send_allow_header()
rest_send_cors_headers()
rest_url()
signup_get_available_languages()
strip_fragment_from_url()
stripslashes_from_strings_only()
the_comments_navigation()
the_comments_pagination()
the_excerpt_embed()
the_header_image_tag()
the_post_thumbnail_url()
update_network_option()
update_term_meta()
update_termmeta_cache()
urldecode_deep()
wp_ajax_delete_inactive_widgets()
wp_ajax_generate_password()
wp_ajax_save_wporg_username()
wp_calculate_image_sizes()
wp_calculate_image_srcset()
wp_embed_excerpt_attachment()
wp_embed_excerpt_attachment()
wp_filter_oembed_result()
wp_get_attachment_image_sizes()
wp_get_attachment_image_srcset()
wp_get_attachment_image_url()
wp_get_document_title()
wp_get_server_protocol()
wp_get_users_with_no_role()
wp_handle_comment_submission()
wp_image_add_srcset_and_sizes()
wp_installing()
wp_is_numeric_array()
wp_make_content_images_responsive()
wp_maybe_decline_date()
wp_new_comment_notify_moderator()
wp_new_comment_notify_postauthor()
wp_oembed_add_discovery_links()
wp_oembed_add_host_js()
wp_oembed_ensure_format()
wp_oembed_register_route()
wp_parse_url()
wp_remote_retrieve_cookie()
wp_remote_retrieve_cookie_value()
wp_remote_retrieve_cookies()
wp_removable_query_args()
wp_rest_server_class()
wp_send_new_user_notifications()
wp_term_is_shared()
Deprecated
wp_get_http()
Actions & Filters
New Actions
after_password_reset
after_signup_site
after_signup_user
attachment_updated
before_signup_header
clean_user_cache
customize_post_value_set
customize_post_value_set_{$setting_id}
delete_plugin
delete_widget
deleted_plugin
edit_user_created_user
embed_content
embed_content_meta
embed_footer
embed_head
enqueue_embed_scripts
invite_user
manage_posts_extra_tablenav
ms_network_not_found
network_site_new_created_user
network_site_users_created_user
network_user_new_created_user
page_attributes_meta_box_template
post_submitbox_minor_actions
pre_auto_update
register_new_user
rest_api_init
wp_add_nav_menu_item
wp_mail_failed
wp_verify_nonce_failed
New Filters
admin_post_thumbnail_size
comment_excerpt_length
comment_form_fields
content_pagination
customize_loaded_components
dashboard_recent_drafts_query_args
dashboard_secondary_items
default_hidden_columns
document_title_parts
document_title_separator
duplicate_comment_id
embed_html
embed_oembed_discover
embed_site_title_html
embed_template
embed_thumbnail_image_shape
embed_thumbnail_image_size
enclosure_links
expiration_of_site_transient_{$transient}
expiration_of_transient_{$transient}
export_wp_filename
feed_links_show_comments_feed
feed_links_show_posts_feed
found_comments_query
get_header_image_tag
get_page_of_comment
get_page_uri
get_post_status
get_role_list
get_sample_permalink
get_terms_defaults
get_{$adjacent}_post_excluded_terms
hidden_columns
illegal_user_logins
image_get_intermediate_size
insert_user_meta
max_srcset_image_width
mejs_settings
nav_menu_item_args
nav_menu_item_title
navigation_markup_template
network_admin_plugin_action_links
network_admin_plugin_action_links_{$plugin_file}
notify_moderator
notify_post_author
oembed_discovery_links
oembed_endpoint_url
oembed_min_max_width
oembed_response_data
old_slug_redirect_url
plugin_action_links
plugin_action_links_{$plugin_file}
post_edit_category_parent_dropdown_args
post_embed_url
postmeta_form_keys
pre_delete_post
pre_get_document_title
pre_get_lastpostmodified
register_post_type_args
register_taxonomy_args
respond_link
rest_url
rest_url_prefix
screen_options_show_submit
show_network_active_plugins
signup_get_available_languages
subdirectory_reserved_names
submenu_file
taxonomy_labels_{$taxonomy}
the_category_list
the_excerpt_embed
update_right_now_text
user_profile_picture_description
users_list_table_query_args
view_mode_post_types
wp_calculate_image_sizes
wp_calculate_image_srcset
wp_dropdown_users_args
wp_http_ixr_client_headers
wp_post_revision_title_expanded
wp_prepare_revision_for_js
wp_theme_editor_filetypes
xmlrpc_chunk_parsing_size
2015-12-27 19:39:57 +01:00
|
|
|
share/ja-wordpress/wp-admin/includes/class-wp-internal-pointers.php
|
2013-11-10 12:13:08 +01:00
|
|
|
share/ja-wordpress/wp-admin/includes/class-wp-links-list-table.php
|
2019-12-16 17:52:40 +01:00
|
|
|
share/ja-wordpress/wp-admin/includes/class-wp-list-table-compat.php
|
2013-11-10 12:13:08 +01:00
|
|
|
share/ja-wordpress/wp-admin/includes/class-wp-list-table.php
|
|
|
|
share/ja-wordpress/wp-admin/includes/class-wp-media-list-table.php
|
|
|
|
share/ja-wordpress/wp-admin/includes/class-wp-ms-sites-list-table.php
|
|
|
|
share/ja-wordpress/wp-admin/includes/class-wp-ms-themes-list-table.php
|
|
|
|
share/ja-wordpress/wp-admin/includes/class-wp-ms-users-list-table.php
|
|
|
|
share/ja-wordpress/wp-admin/includes/class-wp-plugin-install-list-table.php
|
|
|
|
share/ja-wordpress/wp-admin/includes/class-wp-plugins-list-table.php
|
Update to 4.4
Changelog:
On December 8, 2015, WordPress Version 4.4, named for jazz musician Clifford Brown, was released to the public. For more information on this enhancement and bug-fix release, read the WordPress Blog, and see the Changelog for 4.4.
For Version 4.4, the database version (db_version in wp_options) changed to 35700, and the Trac revision was 35842.
Highlights
twenty-sixteen-white-desktop-1x.png
New Default Theme - Twenty Sixteen
Modern take on the classic blog design
Flexible header and fun color schemes will make your content shine
Mobile-first and responsive
The Finer Points
responsive-devices-desktop-1x.png
Responsive images:
WordPress now takes a smarter approach to displaying appropriate image sizes on any device, ensuring a perfect fit every time. You don’t need to do anything to your theme, it just works.
wp embed preview.png
Embed your WordPress content:
Now you can embed your posts on other sites, even other WordPress sites. Simply drop a post URL into the editor and see an instant embed preview, complete with the title, excerpt, and featured image if you’ve set one. We’ll even include your site icon and links for comments and sharing.
reverbnation embed.png
Even more embed providers:
In addition to post embeds, WordPress 4.4 also adds support for five new oEmbed providers: Cloudup, Reddit Comments, ReverbNation, Speaker Deck, and VideoPress.
For Developers
REST API infrastructure: Infrastructure for the REST API has been integrated into core, the first part of a multi-stage rollout. Inclusion of core endpoints is targeted for an upcoming release. To get a sneak peek of the core endpoints, and for more information on extending the REST API, check out the official WordPress REST API plugin.
Term meta: Terms now support metadata, just like posts. See add_term_meta(), get_term_meta(), and update_term_meta() for more information.
Comment query improvements: Comment queries now have cache handling to improve performance. New arguments in WP_Comment_Query make crafting robust comment queries simpler.
Term, comment, and network objects: New WP_Term, WP_Comment, and WP_Network objects make interacting with terms, comments, and networks more predictable and intuitive in code.
What's New
General
Developer reference - Improvements to inline code documentation.
i18n support - Improvements to translation strings all over the core.
Admin page headings were adjusted from H3 to H2 tags to reinforce page hierarchy
Improvements to how list tables are displayed on all size screens
Posts
The post/page permalink UI was simplified, linking the permalink and removing the "View" button
Media
Comments
The "View Comment" link was relocated from the Status meta box in the comment-editing screen
Many comment functions can now accept a full object instead of 'comment_ID' to reduce cache/db lookups
Orphaned comments now fall back to the 'edit_posts' capability
Appearance
Site icons will now fall back to the 'full' size URL when the 'thumbnail' size doesn't exist
Users
Install Process
Multisite
The language chooser was added to the new site form on wp-signup.php
Sites may no longer be created with the following reserved slugs: wp-admin, wp-content, wp-includes, or wp-json
Accessibility
Under The Hood
General
Unclosed HTML elements in shortcode attributes were disallowed
HTML was removed from all translatable text strings
Rewrite rules are now flushed on theme switch
Most core classes were moved to their own files
Embeds
Add oEmbed support for Cloudup.
Add oEmbed support for Reddit Comments.
Add oEmbed support for ReverbNation.
Add oEmbed support for Speaker Deck.
Add oEmbed support for VideoPress.
Remove oEmbed support for Blip.
JavaScript
Customizer: Ensure persistence of unchanged active state for controls, sections, and panels
Customizer: Fixed logic for determining the container element when focusing on a panel, section, or control
Customizer: Fixed clearing of a color control's setting by using proper empty value
Bug Fixes
Fail gracefully when checking mapped capabilities against unregistered post types
Visibility was restored for the Tags auto-suggest tooltip in Quick Edit
The $public_only parameter was added to count_user_posts()
Cron: Events are now rejected when the provided $timestamp value is not a valid timestamp
Users with no role are now redirected to the home page on login instead of their profile-editing screen
Multisite
A network can now be retrieved by its ID through WP_Network::get_instance()
A network can now be created or completed by passing arguments to WP_Network
Network-level capabilities were clarified and some long-time bugs were fixed
Classes
What's New
WP_Comment
WP_Comment_Query->$found_comments
WP_Comment_Query->$max_num_pages
WP_Comment_Query->$meta_query_clauses
WP_Comment_Query->$sql_clauses
WP_Comment_Query::fill_descendants()
WP_Comment_Query::get_comment_ids()
WP_Customize_Manager->$autofocus
WP_Customize_Manager->$preview_url
WP_Customize_Manager->$return_url
WP_Customize_Manager::customize_pane_settings()
WP_Customize_Manager::get_autofocus()
WP_Customize_Manager::get_document_title_template()
WP_Customize_Manager::get_preview_url()
WP_Customize_Manager::get_return_url()
WP_Customize_Manager::is_ios()
WP_Customize_Manager::set_autofocus()
WP_Customize_Manager::set_preview_url()
WP_Customize_Manager::set_return_url()
WP_Customize_Setting->$is_multidimensional_aggregated
WP_Customize_Setting->$is_previewed
WP_Customize_Setting::$aggregated_multidimensionals
WP_Customize_Setting::_multidimensional_preview_filter()
WP_Customize_Setting::aggregate_multidimensional()
get_root_value/ WP_Customize_Setting::get_root_value()
id_data/ WP_Customize_Setting::id_data()
set_root_value/ WP_Customize_Setting::set_root_value()
WP_Customize_Widgets::get_widget_control_parts()
WP_Customize_Widgets::is_panel_active()
WP_Filesystem_SSH2::sftp_path()
WP_HTTP_Response
WP_List_Table::get_primary_column()
WP_Locale->$start_of_week
WP_MS_Sites_List_Table::column_id()
WP_MS_Users_List_Table::column_id()
WP_Media_List_Table->$comment_pending_count
WP_Network
WP_Posts_List_Table::get_edit_link()
WP_Query->$is_embed
WP_Query->$updated_comment_meta_cache
WP_Query->$updated_term_meta_cache
WP_Query::is_embed()
WP_Query::lazyload_comment_meta()
WP_Query::lazyload_term_meta()
WP_REST_Request
WP_REST_Response
WP_REST_Server
WP_Screen->$_screen_reader_content
WP_Screen::get_screen_reader_content()
WP_Screen::get_screen_reader_text()
WP_Screen::remove_screen_reader_content()
WP_Screen::render_list_table_columns_preferences()
WP_Screen::render_meta_boxes_preferences()
WP_Screen::render_screen_reader_content()
WP_Screeb::render_view_mode()
WP_Screen::set_screen_reader_content()
WP_Term
>$update WP_Theme
WP_User::__unset()
>$request WP_User_Query
WP_User_Query::fill_query_vars()
WP_Users_List_Table::get_role_list()
WP_Widget_Calendar::$instance
WP_Widget_Tag_Cloud::_get_current_taxonomy()
WP_oEmbed_Controller
wpdb->$termmeta
Deprecated
Functions
What's New
_prime_comment_caches()
add_network_option()
add_term_meta()
delete_network_option()
delete_term_meta()
enqueue_embed_scripts()
get_header_image_tag()
get_html_split_regex()
get_network_option()
get_oembed_endpoint_url()
get_oembed_response_data()
get_oembed_response_data_rich()
get_password_reset_key()
get_post_embed_html()
get_post_embed_url()
get_preview_post_link()
get_rest_url()
get_shortcode_atts_regex()
get_subdirectory_reserved_names()
get_term_meta()
get_the_author_posts_link()
get_the_comments_navigation()
get_the_comments_pagination()
get_the_post_thumbnail_url()
is_embed()
is_post_type_viewable()
is_registered_sidebar()
map_deep()
print_embed_comments_button()
print_embed_scripts()
print_embed_sharing_button()
print_embed_sharing_dialog()
print_embed_styles()
register_rest_route()
rest_api_default_filters()
rest_api_init()
rest_api_loaded()
rest_api_register_rewrites()
rest_cookie_check_errors()
rest_cookie_collect_status()
rest_do_request()
rest_ensure_request()
rest_ensure_response()
rest_get_date_with_gmt()
rest_get_url_prefix()
rest_handle_deprecated_argument()
rest_handle_deprecated_function()
rest_handle_options_request()
rest_output_link_header()
rest_output_link_wp_head()
rest_output_rsd()
rest_parse_date()
rest_send_allow_header()
rest_send_cors_headers()
rest_url()
signup_get_available_languages()
strip_fragment_from_url()
stripslashes_from_strings_only()
the_comments_navigation()
the_comments_pagination()
the_excerpt_embed()
the_header_image_tag()
the_post_thumbnail_url()
update_network_option()
update_term_meta()
update_termmeta_cache()
urldecode_deep()
wp_ajax_delete_inactive_widgets()
wp_ajax_generate_password()
wp_ajax_save_wporg_username()
wp_calculate_image_sizes()
wp_calculate_image_srcset()
wp_embed_excerpt_attachment()
wp_embed_excerpt_attachment()
wp_filter_oembed_result()
wp_get_attachment_image_sizes()
wp_get_attachment_image_srcset()
wp_get_attachment_image_url()
wp_get_document_title()
wp_get_server_protocol()
wp_get_users_with_no_role()
wp_handle_comment_submission()
wp_image_add_srcset_and_sizes()
wp_installing()
wp_is_numeric_array()
wp_make_content_images_responsive()
wp_maybe_decline_date()
wp_new_comment_notify_moderator()
wp_new_comment_notify_postauthor()
wp_oembed_add_discovery_links()
wp_oembed_add_host_js()
wp_oembed_ensure_format()
wp_oembed_register_route()
wp_parse_url()
wp_remote_retrieve_cookie()
wp_remote_retrieve_cookie_value()
wp_remote_retrieve_cookies()
wp_removable_query_args()
wp_rest_server_class()
wp_send_new_user_notifications()
wp_term_is_shared()
Deprecated
wp_get_http()
Actions & Filters
New Actions
after_password_reset
after_signup_site
after_signup_user
attachment_updated
before_signup_header
clean_user_cache
customize_post_value_set
customize_post_value_set_{$setting_id}
delete_plugin
delete_widget
deleted_plugin
edit_user_created_user
embed_content
embed_content_meta
embed_footer
embed_head
enqueue_embed_scripts
invite_user
manage_posts_extra_tablenav
ms_network_not_found
network_site_new_created_user
network_site_users_created_user
network_user_new_created_user
page_attributes_meta_box_template
post_submitbox_minor_actions
pre_auto_update
register_new_user
rest_api_init
wp_add_nav_menu_item
wp_mail_failed
wp_verify_nonce_failed
New Filters
admin_post_thumbnail_size
comment_excerpt_length
comment_form_fields
content_pagination
customize_loaded_components
dashboard_recent_drafts_query_args
dashboard_secondary_items
default_hidden_columns
document_title_parts
document_title_separator
duplicate_comment_id
embed_html
embed_oembed_discover
embed_site_title_html
embed_template
embed_thumbnail_image_shape
embed_thumbnail_image_size
enclosure_links
expiration_of_site_transient_{$transient}
expiration_of_transient_{$transient}
export_wp_filename
feed_links_show_comments_feed
feed_links_show_posts_feed
found_comments_query
get_header_image_tag
get_page_of_comment
get_page_uri
get_post_status
get_role_list
get_sample_permalink
get_terms_defaults
get_{$adjacent}_post_excluded_terms
hidden_columns
illegal_user_logins
image_get_intermediate_size
insert_user_meta
max_srcset_image_width
mejs_settings
nav_menu_item_args
nav_menu_item_title
navigation_markup_template
network_admin_plugin_action_links
network_admin_plugin_action_links_{$plugin_file}
notify_moderator
notify_post_author
oembed_discovery_links
oembed_endpoint_url
oembed_min_max_width
oembed_response_data
old_slug_redirect_url
plugin_action_links
plugin_action_links_{$plugin_file}
post_edit_category_parent_dropdown_args
post_embed_url
postmeta_form_keys
pre_delete_post
pre_get_document_title
pre_get_lastpostmodified
register_post_type_args
register_taxonomy_args
respond_link
rest_url
rest_url_prefix
screen_options_show_submit
show_network_active_plugins
signup_get_available_languages
subdirectory_reserved_names
submenu_file
taxonomy_labels_{$taxonomy}
the_category_list
the_excerpt_embed
update_right_now_text
user_profile_picture_description
users_list_table_query_args
view_mode_post_types
wp_calculate_image_sizes
wp_calculate_image_srcset
wp_dropdown_users_args
wp_http_ixr_client_headers
wp_post_revision_title_expanded
wp_prepare_revision_for_js
wp_theme_editor_filetypes
xmlrpc_chunk_parsing_size
2015-12-27 19:39:57 +01:00
|
|
|
share/ja-wordpress/wp-admin/includes/class-wp-post-comments-list-table.php
|
2013-11-10 12:13:08 +01:00
|
|
|
share/ja-wordpress/wp-admin/includes/class-wp-posts-list-table.php
|
2019-12-16 17:52:40 +01:00
|
|
|
share/ja-wordpress/wp-admin/includes/class-wp-privacy-data-export-requests-list-table.php
|
|
|
|
share/ja-wordpress/wp-admin/includes/class-wp-privacy-data-removal-requests-list-table.php
|
|
|
|
share/ja-wordpress/wp-admin/includes/class-wp-privacy-policy-content.php
|
|
|
|
share/ja-wordpress/wp-admin/includes/class-wp-privacy-requests-table.php
|
Update to 4.4
Changelog:
On December 8, 2015, WordPress Version 4.4, named for jazz musician Clifford Brown, was released to the public. For more information on this enhancement and bug-fix release, read the WordPress Blog, and see the Changelog for 4.4.
For Version 4.4, the database version (db_version in wp_options) changed to 35700, and the Trac revision was 35842.
Highlights
twenty-sixteen-white-desktop-1x.png
New Default Theme - Twenty Sixteen
Modern take on the classic blog design
Flexible header and fun color schemes will make your content shine
Mobile-first and responsive
The Finer Points
responsive-devices-desktop-1x.png
Responsive images:
WordPress now takes a smarter approach to displaying appropriate image sizes on any device, ensuring a perfect fit every time. You don’t need to do anything to your theme, it just works.
wp embed preview.png
Embed your WordPress content:
Now you can embed your posts on other sites, even other WordPress sites. Simply drop a post URL into the editor and see an instant embed preview, complete with the title, excerpt, and featured image if you’ve set one. We’ll even include your site icon and links for comments and sharing.
reverbnation embed.png
Even more embed providers:
In addition to post embeds, WordPress 4.4 also adds support for five new oEmbed providers: Cloudup, Reddit Comments, ReverbNation, Speaker Deck, and VideoPress.
For Developers
REST API infrastructure: Infrastructure for the REST API has been integrated into core, the first part of a multi-stage rollout. Inclusion of core endpoints is targeted for an upcoming release. To get a sneak peek of the core endpoints, and for more information on extending the REST API, check out the official WordPress REST API plugin.
Term meta: Terms now support metadata, just like posts. See add_term_meta(), get_term_meta(), and update_term_meta() for more information.
Comment query improvements: Comment queries now have cache handling to improve performance. New arguments in WP_Comment_Query make crafting robust comment queries simpler.
Term, comment, and network objects: New WP_Term, WP_Comment, and WP_Network objects make interacting with terms, comments, and networks more predictable and intuitive in code.
What's New
General
Developer reference - Improvements to inline code documentation.
i18n support - Improvements to translation strings all over the core.
Admin page headings were adjusted from H3 to H2 tags to reinforce page hierarchy
Improvements to how list tables are displayed on all size screens
Posts
The post/page permalink UI was simplified, linking the permalink and removing the "View" button
Media
Comments
The "View Comment" link was relocated from the Status meta box in the comment-editing screen
Many comment functions can now accept a full object instead of 'comment_ID' to reduce cache/db lookups
Orphaned comments now fall back to the 'edit_posts' capability
Appearance
Site icons will now fall back to the 'full' size URL when the 'thumbnail' size doesn't exist
Users
Install Process
Multisite
The language chooser was added to the new site form on wp-signup.php
Sites may no longer be created with the following reserved slugs: wp-admin, wp-content, wp-includes, or wp-json
Accessibility
Under The Hood
General
Unclosed HTML elements in shortcode attributes were disallowed
HTML was removed from all translatable text strings
Rewrite rules are now flushed on theme switch
Most core classes were moved to their own files
Embeds
Add oEmbed support for Cloudup.
Add oEmbed support for Reddit Comments.
Add oEmbed support for ReverbNation.
Add oEmbed support for Speaker Deck.
Add oEmbed support for VideoPress.
Remove oEmbed support for Blip.
JavaScript
Customizer: Ensure persistence of unchanged active state for controls, sections, and panels
Customizer: Fixed logic for determining the container element when focusing on a panel, section, or control
Customizer: Fixed clearing of a color control's setting by using proper empty value
Bug Fixes
Fail gracefully when checking mapped capabilities against unregistered post types
Visibility was restored for the Tags auto-suggest tooltip in Quick Edit
The $public_only parameter was added to count_user_posts()
Cron: Events are now rejected when the provided $timestamp value is not a valid timestamp
Users with no role are now redirected to the home page on login instead of their profile-editing screen
Multisite
A network can now be retrieved by its ID through WP_Network::get_instance()
A network can now be created or completed by passing arguments to WP_Network
Network-level capabilities were clarified and some long-time bugs were fixed
Classes
What's New
WP_Comment
WP_Comment_Query->$found_comments
WP_Comment_Query->$max_num_pages
WP_Comment_Query->$meta_query_clauses
WP_Comment_Query->$sql_clauses
WP_Comment_Query::fill_descendants()
WP_Comment_Query::get_comment_ids()
WP_Customize_Manager->$autofocus
WP_Customize_Manager->$preview_url
WP_Customize_Manager->$return_url
WP_Customize_Manager::customize_pane_settings()
WP_Customize_Manager::get_autofocus()
WP_Customize_Manager::get_document_title_template()
WP_Customize_Manager::get_preview_url()
WP_Customize_Manager::get_return_url()
WP_Customize_Manager::is_ios()
WP_Customize_Manager::set_autofocus()
WP_Customize_Manager::set_preview_url()
WP_Customize_Manager::set_return_url()
WP_Customize_Setting->$is_multidimensional_aggregated
WP_Customize_Setting->$is_previewed
WP_Customize_Setting::$aggregated_multidimensionals
WP_Customize_Setting::_multidimensional_preview_filter()
WP_Customize_Setting::aggregate_multidimensional()
get_root_value/ WP_Customize_Setting::get_root_value()
id_data/ WP_Customize_Setting::id_data()
set_root_value/ WP_Customize_Setting::set_root_value()
WP_Customize_Widgets::get_widget_control_parts()
WP_Customize_Widgets::is_panel_active()
WP_Filesystem_SSH2::sftp_path()
WP_HTTP_Response
WP_List_Table::get_primary_column()
WP_Locale->$start_of_week
WP_MS_Sites_List_Table::column_id()
WP_MS_Users_List_Table::column_id()
WP_Media_List_Table->$comment_pending_count
WP_Network
WP_Posts_List_Table::get_edit_link()
WP_Query->$is_embed
WP_Query->$updated_comment_meta_cache
WP_Query->$updated_term_meta_cache
WP_Query::is_embed()
WP_Query::lazyload_comment_meta()
WP_Query::lazyload_term_meta()
WP_REST_Request
WP_REST_Response
WP_REST_Server
WP_Screen->$_screen_reader_content
WP_Screen::get_screen_reader_content()
WP_Screen::get_screen_reader_text()
WP_Screen::remove_screen_reader_content()
WP_Screen::render_list_table_columns_preferences()
WP_Screen::render_meta_boxes_preferences()
WP_Screen::render_screen_reader_content()
WP_Screeb::render_view_mode()
WP_Screen::set_screen_reader_content()
WP_Term
>$update WP_Theme
WP_User::__unset()
>$request WP_User_Query
WP_User_Query::fill_query_vars()
WP_Users_List_Table::get_role_list()
WP_Widget_Calendar::$instance
WP_Widget_Tag_Cloud::_get_current_taxonomy()
WP_oEmbed_Controller
wpdb->$termmeta
Deprecated
Functions
What's New
_prime_comment_caches()
add_network_option()
add_term_meta()
delete_network_option()
delete_term_meta()
enqueue_embed_scripts()
get_header_image_tag()
get_html_split_regex()
get_network_option()
get_oembed_endpoint_url()
get_oembed_response_data()
get_oembed_response_data_rich()
get_password_reset_key()
get_post_embed_html()
get_post_embed_url()
get_preview_post_link()
get_rest_url()
get_shortcode_atts_regex()
get_subdirectory_reserved_names()
get_term_meta()
get_the_author_posts_link()
get_the_comments_navigation()
get_the_comments_pagination()
get_the_post_thumbnail_url()
is_embed()
is_post_type_viewable()
is_registered_sidebar()
map_deep()
print_embed_comments_button()
print_embed_scripts()
print_embed_sharing_button()
print_embed_sharing_dialog()
print_embed_styles()
register_rest_route()
rest_api_default_filters()
rest_api_init()
rest_api_loaded()
rest_api_register_rewrites()
rest_cookie_check_errors()
rest_cookie_collect_status()
rest_do_request()
rest_ensure_request()
rest_ensure_response()
rest_get_date_with_gmt()
rest_get_url_prefix()
rest_handle_deprecated_argument()
rest_handle_deprecated_function()
rest_handle_options_request()
rest_output_link_header()
rest_output_link_wp_head()
rest_output_rsd()
rest_parse_date()
rest_send_allow_header()
rest_send_cors_headers()
rest_url()
signup_get_available_languages()
strip_fragment_from_url()
stripslashes_from_strings_only()
the_comments_navigation()
the_comments_pagination()
the_excerpt_embed()
the_header_image_tag()
the_post_thumbnail_url()
update_network_option()
update_term_meta()
update_termmeta_cache()
urldecode_deep()
wp_ajax_delete_inactive_widgets()
wp_ajax_generate_password()
wp_ajax_save_wporg_username()
wp_calculate_image_sizes()
wp_calculate_image_srcset()
wp_embed_excerpt_attachment()
wp_embed_excerpt_attachment()
wp_filter_oembed_result()
wp_get_attachment_image_sizes()
wp_get_attachment_image_srcset()
wp_get_attachment_image_url()
wp_get_document_title()
wp_get_server_protocol()
wp_get_users_with_no_role()
wp_handle_comment_submission()
wp_image_add_srcset_and_sizes()
wp_installing()
wp_is_numeric_array()
wp_make_content_images_responsive()
wp_maybe_decline_date()
wp_new_comment_notify_moderator()
wp_new_comment_notify_postauthor()
wp_oembed_add_discovery_links()
wp_oembed_add_host_js()
wp_oembed_ensure_format()
wp_oembed_register_route()
wp_parse_url()
wp_remote_retrieve_cookie()
wp_remote_retrieve_cookie_value()
wp_remote_retrieve_cookies()
wp_removable_query_args()
wp_rest_server_class()
wp_send_new_user_notifications()
wp_term_is_shared()
Deprecated
wp_get_http()
Actions & Filters
New Actions
after_password_reset
after_signup_site
after_signup_user
attachment_updated
before_signup_header
clean_user_cache
customize_post_value_set
customize_post_value_set_{$setting_id}
delete_plugin
delete_widget
deleted_plugin
edit_user_created_user
embed_content
embed_content_meta
embed_footer
embed_head
enqueue_embed_scripts
invite_user
manage_posts_extra_tablenav
ms_network_not_found
network_site_new_created_user
network_site_users_created_user
network_user_new_created_user
page_attributes_meta_box_template
post_submitbox_minor_actions
pre_auto_update
register_new_user
rest_api_init
wp_add_nav_menu_item
wp_mail_failed
wp_verify_nonce_failed
New Filters
admin_post_thumbnail_size
comment_excerpt_length
comment_form_fields
content_pagination
customize_loaded_components
dashboard_recent_drafts_query_args
dashboard_secondary_items
default_hidden_columns
document_title_parts
document_title_separator
duplicate_comment_id
embed_html
embed_oembed_discover
embed_site_title_html
embed_template
embed_thumbnail_image_shape
embed_thumbnail_image_size
enclosure_links
expiration_of_site_transient_{$transient}
expiration_of_transient_{$transient}
export_wp_filename
feed_links_show_comments_feed
feed_links_show_posts_feed
found_comments_query
get_header_image_tag
get_page_of_comment
get_page_uri
get_post_status
get_role_list
get_sample_permalink
get_terms_defaults
get_{$adjacent}_post_excluded_terms
hidden_columns
illegal_user_logins
image_get_intermediate_size
insert_user_meta
max_srcset_image_width
mejs_settings
nav_menu_item_args
nav_menu_item_title
navigation_markup_template
network_admin_plugin_action_links
network_admin_plugin_action_links_{$plugin_file}
notify_moderator
notify_post_author
oembed_discovery_links
oembed_endpoint_url
oembed_min_max_width
oembed_response_data
old_slug_redirect_url
plugin_action_links
plugin_action_links_{$plugin_file}
post_edit_category_parent_dropdown_args
post_embed_url
postmeta_form_keys
pre_delete_post
pre_get_document_title
pre_get_lastpostmodified
register_post_type_args
register_taxonomy_args
respond_link
rest_url
rest_url_prefix
screen_options_show_submit
show_network_active_plugins
signup_get_available_languages
subdirectory_reserved_names
submenu_file
taxonomy_labels_{$taxonomy}
the_category_list
the_excerpt_embed
update_right_now_text
user_profile_picture_description
users_list_table_query_args
view_mode_post_types
wp_calculate_image_sizes
wp_calculate_image_srcset
wp_dropdown_users_args
wp_http_ixr_client_headers
wp_post_revision_title_expanded
wp_prepare_revision_for_js
wp_theme_editor_filetypes
xmlrpc_chunk_parsing_size
2015-12-27 19:39:57 +01:00
|
|
|
share/ja-wordpress/wp-admin/includes/class-wp-screen.php
|
2019-12-16 17:52:40 +01:00
|
|
|
share/ja-wordpress/wp-admin/includes/class-wp-site-health-auto-updates.php
|
|
|
|
share/ja-wordpress/wp-admin/includes/class-wp-site-health.php
|
Update to 4.3
Changelog:
Highlights
The Finer Points
Resetting Your Password received attention and 4.3 improves the way that passwords are chosen and changed. You start out with a strong password by default and you are given the option to keep it or choose your own. A password strength meter is available as well as the option to hide your password from prying eyes. You will find the new password interface on the password reset screen and the WordPress install screen. WordPress will no longer send passwords via email and the password reset links will expire in 24 hours. Finally, e-mail notifications will be sent out in the event that an e-mail or password is changed.
Site owners can now manage their site’s favicon on desktop and mobile. Site Icons work out of the box, are theme independent, and do not require theme support.
Multisite Focused Changes
The main change to the Editor is that the content for both Visual and Text editors is prepared/escaped the same (we run the textarea content through the JavaScript wpautop() before initializing TinyMCE).
Comments are now turned off on pages and custom post types by default.
For Developers
Fast previewing changes to Menus in the Customizer
A new theme template has been added to the Template Hierarchy. The singular.php template follows the rules of is_singular and is used for a single post, regardless of post type. It comes in the hierarchy after single.php, page.php, and the variations of each. Themes that used the same code for both of those files (or included one in the other) can now simplify down to the one template.
Changes to Customizer Panels and Sections
New Customizer Media Controls
The Site Icon API is fairly straightforward.
PHP7 is slated for release later this year. One of the changes is that PHP4 style constructors are deprecated. In order to prepare WordPress to support PHP7, these constructors have been deprecated in WordPress core.
Old Distraction Free Writing code has been removed (the code has not been used in the core since 4.1). Plugin authors have had two releases to update their code. If it is essential to your plugin, the files in 4.2 can still be reused and improved.
What's New
General
Posts
Formatting Shortcuts while using visual editor.
Use * or - to start an unordered list.
Use 1. or 1) to start an ordered list.
Use ## for H2 and ### for H3 (etc, through H6).
Use > to transform text into blockquote.
Media
Comments
All new pages that you create will have comments turned off by default.
Appearance
Menus can now be managed with the Customizer, which allows you to see "live" preview changes without changing your site for visitors until you are ready.
Customizer improvements including enhanced accessibility, smoother menu creation and location assignment, and the ability to handle nameless menus.
Take control of another piece of your site with the Site Icon feature. You can now manage your site’s favicon and app icon from the Admin area.
Customize link added in the toolbar to swiftly make changes to your site.
Users
Better Passwords. Password field will be automatically filled with a strong password, while adding new users and resetting the password.
Install Process
Multisite
Accessibility
Under The Hood
General
JavaScript
Bug Fixes
A total of 180 bugs reported against previous versions of WordPress were fixed.
Multisite
Classes
What's New
Customizer API
Introduce WP_Customize_Cropped_Image_Control
Introduce WP_Customize_Manager->$registered_panel_types
Introduce WP_Customize_Manager->$registered_section_types
Introduce WP_Customize_Manager::register_panel_type()
Introduce WP_Customize_Manager::render_panel_templates()
Introduce WP_Customize_Manager::register_section_type()
Introduce WP_Customize_Manager::render_section_templates()
Introduce WP_Customize_Nav_Menu_Auto_Add_Control
Introduce WP_Customize_Nav_Menu_Control
Introduce WP_Customize_Nav_Menu_Item_Control
Introduce WP_Customize_Nav_Menu_Item_Setting
Introduce WP_Customize_Nav_Menu_Location_Control
Introduce WP_Customize_Nav_Menu_Section
Introduce WP_Customize_Nav_Menu_Setting
Introduce WP_Customize_Nav_Menus
Introduce WP_Customize_Nav_Menus_Panel
Introduce WP_Customize_New_Menu_Control
Introduce WP_Customize_New_Menu_Section
Introduce WP_Customize_Panel::print_template()
Introduce WP_Customize_Panel::render_template()
Introduce WP_Customize_Panel::content_template()
Introduce WP_Customize_Section::print_template()
Introduce WP_Customize_Section::render_template()
Introduce WP_Customize_Site_Icon_Control
List Tables
Introduce WP_Links_List_Table::get_default_primary_column_name()
Introduce WP_Links_List_Table::column_cb()
Introduce WP_Links_List_Table::column_name()
Introduce WP_Links_List_Table::column_url()
Introduce WP_Links_List_Table::column_categories()
Introduce WP_Links_List_Table::column_rel()
Introduce WP_Links_List_Table::column_visible()
Introduce WP_Links_List_Table::column_rating()
Introduce WP_Links_List_Table::column_default()
Introduce WP_Links_List_Table::handle_row_actions()
Introduce WP_List_Table::get_default_primary_column_name()
Introduce WP_List_Table::get_primary_column_name()
Introduce WP_List_Table::handle_row_actions()
Introduce WP_Media_List_Table::column_cb()
Introduce WP_Media_List_Table::column_title()
Introduce WP_Media_List_Table::column_author()
Introduce WP_Media_List_Table::column_desc()
Introduce WP_Media_List_Table::column_date()
Introduce WP_Media_List_Table::column_parent()
Introduce WP_Media_List_Table::column_comments()
Introduce WP_Media_List_Table::column_default()
Introduce WP_Media_List_Table::get_default_primary_column_name()
Introduce WP_Media_List_Table::handle_row_actions()
Introduce WP_MS_Sites_List_Table->$status_list
Introduce WP_MS_Sites_List_Table::column_cb()
Introduce WP_MS_Sites_List_Table::column_blogname()
Introduce WP_MS_Sites_List_Table::column_lastupdated()
Introduce WP_MS_Sites_List_Table::column_registered()
Introduce WP_MS_Sites_List_Table::column_users()
Introduce WP_MS_Sites_List_Table::column_plugins()
Introduce WP_MS_Sites_List_Table::column_default()
Introduce WP_MS_Sites_List_Table::get_default_primary_column_name()
Introduce WP_MS_Sites_List_Table::handle_row_actions()
Introduce WP_MS_Themes_List_Table::get_primary_column_name()
Introduce WP_MS_Themes_List_Table::column_cb()
Introduce WP_MS_Themes_List_Table::column_name()
Introduce WP_MS_Themes_List_Table::column_description()
Introduce WP_MS_Themes_List_Table::column_default()
Introduce WP_MS_Themes_List_Table::single_row_columns()
Introduce WP_MS_Users_List_Table::column_cb()
Introduce WP_MS_Users_List_Table::column_username()
Introduce WP_MS_Users_List_Table::column_name()
Introduce WP_MS_Users_List_Table::column_email()
Introduce WP_MS_Users_List_Table::column_registered()
Introduce WP_MS_Users_List_Table::_column_blogs()
Introduce WP_MS_Users_List_Table::column_blogs()
Introduce WP_MS_Users_List_Table::column_default()
Introduce WP_MS_Users_List_Table::get_default_primary_column_name()
Introduce WP_MS_Users_List_Table::handle_row_actions()
Introduce WP_Plugins_List_Table::get_primary_column_name()
Introduce WP_Posts_List_Table->$current_level
Introduce WP_Posts_List_Table::column_cb()
Introduce WP_Posts_List_Table::_column_title()
Introduce WP_Posts_List_Table::column_title()
Introduce WP_Posts_List_Table::column_date()
Introduce WP_Posts_List_Table::column_comments()
Introduce WP_Posts_List_Table::column_author()
Introduce WP_Posts_List_Table::column_default()
Introduce WP_Posts_List_Table::get_default_primary_column_name()
Introduce WP_Posts_List_Table::handle_row_actions()
Introduce WP_Terms_List_Table::get_default_primary_column_name()
Introduce WP_Terms_List_Table::handle_row_actions()
Introduce WP_Users_List_Table::get_default_primary_column_name()
Miscellaneous
Introduce WP_Comments_List_Table::get_default_primary_column_name()
Introduce WP_Comments_List_Table::handle_row_actions()
Introduce WP_Meta_Query->$has_or_relation
Introduce WP_Meta_Query::has_or_relation()
Introduce WP_Site_Icon
Introduce WP_Upgrader::clear_destination()
Introduce WP_User::__call()
Deprecated
Functions
What's New
Introduce wp_ajax_crop_image()
Introduce split_all_shared_terms()
Introduce wp_should_upgrade_global_tables()
Introduce wp_admin_bar_customize_menu()
Introduce wp_roles()
Introduce get_default_comment_status()
Introduce atom_site_icon()
Introduce rss2_site_icon()
Introduce wptexturize_primes()
Introduce convert_invalid_entities()
Introduce format_for_editor()
Introduce _deprecated_constructor()
Introduce get_main_network_id()
Introduce wp_post_preview_js()
Introduce wp_site_icon()
Introduce get_language_attributes()
Introduce wp_resolve_numeric_slug_conflicts()
Introduce get_singular_template()
Deprecated
Actions & Filters
New Actions
Introduce wp_ajax_crop_image_pre_save
Introduce add_user_role
Introduce remove_user_role
Introduce deprecated_constructor_run
New Filters
Introduce edit_comment_misc_actions
Introduce wp_ajax_cropped_attachment_metadata
Introduce wp_ajax_cropped_attachment_id
Introduce list_table_primary_column
Introduce upgrader_package_options
Introduce nav_menu_items_{$post_type_name}_recent
Introduce get_the_author_{$field}
Introduce wp_generate_tag_cloud_data
Introduce style_loader_tag
Introduce get_default_comment_status
Introduce format_for_editor
Introduce deprecated_constructor_trigger_error
Introduce get_main_network_id
Introduce site_icon_meta_tags
Introduce wp_get_attachment_image_src
Introduce wp_get_nav_menu_object
Introduce has_nav_menu
Introduce wp_safe_redirect_fallback
Introduce wp_unique_term_slug_is_bad_slug
Introduce wp_unique_term_slug
Introduce editor_stylesheets
Introduce send_password_change_email
Introduce send_email_change_email
Introduce password_change_email
Introduce email_change_email
Introduce password_reset_expiration
2015-08-30 03:20:45 +02:00
|
|
|
share/ja-wordpress/wp-admin/includes/class-wp-site-icon.php
|
2013-11-10 12:13:08 +01:00
|
|
|
share/ja-wordpress/wp-admin/includes/class-wp-terms-list-table.php
|
|
|
|
share/ja-wordpress/wp-admin/includes/class-wp-theme-install-list-table.php
|
|
|
|
share/ja-wordpress/wp-admin/includes/class-wp-themes-list-table.php
|
2019-12-16 17:52:40 +01:00
|
|
|
share/ja-wordpress/wp-admin/includes/class-wp-upgrader-skin.php
|
2013-11-10 12:13:08 +01:00
|
|
|
share/ja-wordpress/wp-admin/includes/class-wp-upgrader-skins.php
|
|
|
|
share/ja-wordpress/wp-admin/includes/class-wp-upgrader.php
|
|
|
|
share/ja-wordpress/wp-admin/includes/class-wp-users-list-table.php
|
|
|
|
share/ja-wordpress/wp-admin/includes/comment.php
|
|
|
|
share/ja-wordpress/wp-admin/includes/continents-cities.php
|
Update to 4.4
Changelog:
On December 8, 2015, WordPress Version 4.4, named for jazz musician Clifford Brown, was released to the public. For more information on this enhancement and bug-fix release, read the WordPress Blog, and see the Changelog for 4.4.
For Version 4.4, the database version (db_version in wp_options) changed to 35700, and the Trac revision was 35842.
Highlights
twenty-sixteen-white-desktop-1x.png
New Default Theme - Twenty Sixteen
Modern take on the classic blog design
Flexible header and fun color schemes will make your content shine
Mobile-first and responsive
The Finer Points
responsive-devices-desktop-1x.png
Responsive images:
WordPress now takes a smarter approach to displaying appropriate image sizes on any device, ensuring a perfect fit every time. You don’t need to do anything to your theme, it just works.
wp embed preview.png
Embed your WordPress content:
Now you can embed your posts on other sites, even other WordPress sites. Simply drop a post URL into the editor and see an instant embed preview, complete with the title, excerpt, and featured image if you’ve set one. We’ll even include your site icon and links for comments and sharing.
reverbnation embed.png
Even more embed providers:
In addition to post embeds, WordPress 4.4 also adds support for five new oEmbed providers: Cloudup, Reddit Comments, ReverbNation, Speaker Deck, and VideoPress.
For Developers
REST API infrastructure: Infrastructure for the REST API has been integrated into core, the first part of a multi-stage rollout. Inclusion of core endpoints is targeted for an upcoming release. To get a sneak peek of the core endpoints, and for more information on extending the REST API, check out the official WordPress REST API plugin.
Term meta: Terms now support metadata, just like posts. See add_term_meta(), get_term_meta(), and update_term_meta() for more information.
Comment query improvements: Comment queries now have cache handling to improve performance. New arguments in WP_Comment_Query make crafting robust comment queries simpler.
Term, comment, and network objects: New WP_Term, WP_Comment, and WP_Network objects make interacting with terms, comments, and networks more predictable and intuitive in code.
What's New
General
Developer reference - Improvements to inline code documentation.
i18n support - Improvements to translation strings all over the core.
Admin page headings were adjusted from H3 to H2 tags to reinforce page hierarchy
Improvements to how list tables are displayed on all size screens
Posts
The post/page permalink UI was simplified, linking the permalink and removing the "View" button
Media
Comments
The "View Comment" link was relocated from the Status meta box in the comment-editing screen
Many comment functions can now accept a full object instead of 'comment_ID' to reduce cache/db lookups
Orphaned comments now fall back to the 'edit_posts' capability
Appearance
Site icons will now fall back to the 'full' size URL when the 'thumbnail' size doesn't exist
Users
Install Process
Multisite
The language chooser was added to the new site form on wp-signup.php
Sites may no longer be created with the following reserved slugs: wp-admin, wp-content, wp-includes, or wp-json
Accessibility
Under The Hood
General
Unclosed HTML elements in shortcode attributes were disallowed
HTML was removed from all translatable text strings
Rewrite rules are now flushed on theme switch
Most core classes were moved to their own files
Embeds
Add oEmbed support for Cloudup.
Add oEmbed support for Reddit Comments.
Add oEmbed support for ReverbNation.
Add oEmbed support for Speaker Deck.
Add oEmbed support for VideoPress.
Remove oEmbed support for Blip.
JavaScript
Customizer: Ensure persistence of unchanged active state for controls, sections, and panels
Customizer: Fixed logic for determining the container element when focusing on a panel, section, or control
Customizer: Fixed clearing of a color control's setting by using proper empty value
Bug Fixes
Fail gracefully when checking mapped capabilities against unregistered post types
Visibility was restored for the Tags auto-suggest tooltip in Quick Edit
The $public_only parameter was added to count_user_posts()
Cron: Events are now rejected when the provided $timestamp value is not a valid timestamp
Users with no role are now redirected to the home page on login instead of their profile-editing screen
Multisite
A network can now be retrieved by its ID through WP_Network::get_instance()
A network can now be created or completed by passing arguments to WP_Network
Network-level capabilities were clarified and some long-time bugs were fixed
Classes
What's New
WP_Comment
WP_Comment_Query->$found_comments
WP_Comment_Query->$max_num_pages
WP_Comment_Query->$meta_query_clauses
WP_Comment_Query->$sql_clauses
WP_Comment_Query::fill_descendants()
WP_Comment_Query::get_comment_ids()
WP_Customize_Manager->$autofocus
WP_Customize_Manager->$preview_url
WP_Customize_Manager->$return_url
WP_Customize_Manager::customize_pane_settings()
WP_Customize_Manager::get_autofocus()
WP_Customize_Manager::get_document_title_template()
WP_Customize_Manager::get_preview_url()
WP_Customize_Manager::get_return_url()
WP_Customize_Manager::is_ios()
WP_Customize_Manager::set_autofocus()
WP_Customize_Manager::set_preview_url()
WP_Customize_Manager::set_return_url()
WP_Customize_Setting->$is_multidimensional_aggregated
WP_Customize_Setting->$is_previewed
WP_Customize_Setting::$aggregated_multidimensionals
WP_Customize_Setting::_multidimensional_preview_filter()
WP_Customize_Setting::aggregate_multidimensional()
get_root_value/ WP_Customize_Setting::get_root_value()
id_data/ WP_Customize_Setting::id_data()
set_root_value/ WP_Customize_Setting::set_root_value()
WP_Customize_Widgets::get_widget_control_parts()
WP_Customize_Widgets::is_panel_active()
WP_Filesystem_SSH2::sftp_path()
WP_HTTP_Response
WP_List_Table::get_primary_column()
WP_Locale->$start_of_week
WP_MS_Sites_List_Table::column_id()
WP_MS_Users_List_Table::column_id()
WP_Media_List_Table->$comment_pending_count
WP_Network
WP_Posts_List_Table::get_edit_link()
WP_Query->$is_embed
WP_Query->$updated_comment_meta_cache
WP_Query->$updated_term_meta_cache
WP_Query::is_embed()
WP_Query::lazyload_comment_meta()
WP_Query::lazyload_term_meta()
WP_REST_Request
WP_REST_Response
WP_REST_Server
WP_Screen->$_screen_reader_content
WP_Screen::get_screen_reader_content()
WP_Screen::get_screen_reader_text()
WP_Screen::remove_screen_reader_content()
WP_Screen::render_list_table_columns_preferences()
WP_Screen::render_meta_boxes_preferences()
WP_Screen::render_screen_reader_content()
WP_Screeb::render_view_mode()
WP_Screen::set_screen_reader_content()
WP_Term
>$update WP_Theme
WP_User::__unset()
>$request WP_User_Query
WP_User_Query::fill_query_vars()
WP_Users_List_Table::get_role_list()
WP_Widget_Calendar::$instance
WP_Widget_Tag_Cloud::_get_current_taxonomy()
WP_oEmbed_Controller
wpdb->$termmeta
Deprecated
Functions
What's New
_prime_comment_caches()
add_network_option()
add_term_meta()
delete_network_option()
delete_term_meta()
enqueue_embed_scripts()
get_header_image_tag()
get_html_split_regex()
get_network_option()
get_oembed_endpoint_url()
get_oembed_response_data()
get_oembed_response_data_rich()
get_password_reset_key()
get_post_embed_html()
get_post_embed_url()
get_preview_post_link()
get_rest_url()
get_shortcode_atts_regex()
get_subdirectory_reserved_names()
get_term_meta()
get_the_author_posts_link()
get_the_comments_navigation()
get_the_comments_pagination()
get_the_post_thumbnail_url()
is_embed()
is_post_type_viewable()
is_registered_sidebar()
map_deep()
print_embed_comments_button()
print_embed_scripts()
print_embed_sharing_button()
print_embed_sharing_dialog()
print_embed_styles()
register_rest_route()
rest_api_default_filters()
rest_api_init()
rest_api_loaded()
rest_api_register_rewrites()
rest_cookie_check_errors()
rest_cookie_collect_status()
rest_do_request()
rest_ensure_request()
rest_ensure_response()
rest_get_date_with_gmt()
rest_get_url_prefix()
rest_handle_deprecated_argument()
rest_handle_deprecated_function()
rest_handle_options_request()
rest_output_link_header()
rest_output_link_wp_head()
rest_output_rsd()
rest_parse_date()
rest_send_allow_header()
rest_send_cors_headers()
rest_url()
signup_get_available_languages()
strip_fragment_from_url()
stripslashes_from_strings_only()
the_comments_navigation()
the_comments_pagination()
the_excerpt_embed()
the_header_image_tag()
the_post_thumbnail_url()
update_network_option()
update_term_meta()
update_termmeta_cache()
urldecode_deep()
wp_ajax_delete_inactive_widgets()
wp_ajax_generate_password()
wp_ajax_save_wporg_username()
wp_calculate_image_sizes()
wp_calculate_image_srcset()
wp_embed_excerpt_attachment()
wp_embed_excerpt_attachment()
wp_filter_oembed_result()
wp_get_attachment_image_sizes()
wp_get_attachment_image_srcset()
wp_get_attachment_image_url()
wp_get_document_title()
wp_get_server_protocol()
wp_get_users_with_no_role()
wp_handle_comment_submission()
wp_image_add_srcset_and_sizes()
wp_installing()
wp_is_numeric_array()
wp_make_content_images_responsive()
wp_maybe_decline_date()
wp_new_comment_notify_moderator()
wp_new_comment_notify_postauthor()
wp_oembed_add_discovery_links()
wp_oembed_add_host_js()
wp_oembed_ensure_format()
wp_oembed_register_route()
wp_parse_url()
wp_remote_retrieve_cookie()
wp_remote_retrieve_cookie_value()
wp_remote_retrieve_cookies()
wp_removable_query_args()
wp_rest_server_class()
wp_send_new_user_notifications()
wp_term_is_shared()
Deprecated
wp_get_http()
Actions & Filters
New Actions
after_password_reset
after_signup_site
after_signup_user
attachment_updated
before_signup_header
clean_user_cache
customize_post_value_set
customize_post_value_set_{$setting_id}
delete_plugin
delete_widget
deleted_plugin
edit_user_created_user
embed_content
embed_content_meta
embed_footer
embed_head
enqueue_embed_scripts
invite_user
manage_posts_extra_tablenav
ms_network_not_found
network_site_new_created_user
network_site_users_created_user
network_user_new_created_user
page_attributes_meta_box_template
post_submitbox_minor_actions
pre_auto_update
register_new_user
rest_api_init
wp_add_nav_menu_item
wp_mail_failed
wp_verify_nonce_failed
New Filters
admin_post_thumbnail_size
comment_excerpt_length
comment_form_fields
content_pagination
customize_loaded_components
dashboard_recent_drafts_query_args
dashboard_secondary_items
default_hidden_columns
document_title_parts
document_title_separator
duplicate_comment_id
embed_html
embed_oembed_discover
embed_site_title_html
embed_template
embed_thumbnail_image_shape
embed_thumbnail_image_size
enclosure_links
expiration_of_site_transient_{$transient}
expiration_of_transient_{$transient}
export_wp_filename
feed_links_show_comments_feed
feed_links_show_posts_feed
found_comments_query
get_header_image_tag
get_page_of_comment
get_page_uri
get_post_status
get_role_list
get_sample_permalink
get_terms_defaults
get_{$adjacent}_post_excluded_terms
hidden_columns
illegal_user_logins
image_get_intermediate_size
insert_user_meta
max_srcset_image_width
mejs_settings
nav_menu_item_args
nav_menu_item_title
navigation_markup_template
network_admin_plugin_action_links
network_admin_plugin_action_links_{$plugin_file}
notify_moderator
notify_post_author
oembed_discovery_links
oembed_endpoint_url
oembed_min_max_width
oembed_response_data
old_slug_redirect_url
plugin_action_links
plugin_action_links_{$plugin_file}
post_edit_category_parent_dropdown_args
post_embed_url
postmeta_form_keys
pre_delete_post
pre_get_document_title
pre_get_lastpostmodified
register_post_type_args
register_taxonomy_args
respond_link
rest_url
rest_url_prefix
screen_options_show_submit
show_network_active_plugins
signup_get_available_languages
subdirectory_reserved_names
submenu_file
taxonomy_labels_{$taxonomy}
the_category_list
the_excerpt_embed
update_right_now_text
user_profile_picture_description
users_list_table_query_args
view_mode_post_types
wp_calculate_image_sizes
wp_calculate_image_srcset
wp_dropdown_users_args
wp_http_ixr_client_headers
wp_post_revision_title_expanded
wp_prepare_revision_for_js
wp_theme_editor_filetypes
xmlrpc_chunk_parsing_size
2015-12-27 19:39:57 +01:00
|
|
|
share/ja-wordpress/wp-admin/includes/credits.php
|
2013-11-10 12:13:08 +01:00
|
|
|
share/ja-wordpress/wp-admin/includes/dashboard.php
|
|
|
|
share/ja-wordpress/wp-admin/includes/deprecated.php
|
Update to 4.4
Changelog:
On December 8, 2015, WordPress Version 4.4, named for jazz musician Clifford Brown, was released to the public. For more information on this enhancement and bug-fix release, read the WordPress Blog, and see the Changelog for 4.4.
For Version 4.4, the database version (db_version in wp_options) changed to 35700, and the Trac revision was 35842.
Highlights
twenty-sixteen-white-desktop-1x.png
New Default Theme - Twenty Sixteen
Modern take on the classic blog design
Flexible header and fun color schemes will make your content shine
Mobile-first and responsive
The Finer Points
responsive-devices-desktop-1x.png
Responsive images:
WordPress now takes a smarter approach to displaying appropriate image sizes on any device, ensuring a perfect fit every time. You don’t need to do anything to your theme, it just works.
wp embed preview.png
Embed your WordPress content:
Now you can embed your posts on other sites, even other WordPress sites. Simply drop a post URL into the editor and see an instant embed preview, complete with the title, excerpt, and featured image if you’ve set one. We’ll even include your site icon and links for comments and sharing.
reverbnation embed.png
Even more embed providers:
In addition to post embeds, WordPress 4.4 also adds support for five new oEmbed providers: Cloudup, Reddit Comments, ReverbNation, Speaker Deck, and VideoPress.
For Developers
REST API infrastructure: Infrastructure for the REST API has been integrated into core, the first part of a multi-stage rollout. Inclusion of core endpoints is targeted for an upcoming release. To get a sneak peek of the core endpoints, and for more information on extending the REST API, check out the official WordPress REST API plugin.
Term meta: Terms now support metadata, just like posts. See add_term_meta(), get_term_meta(), and update_term_meta() for more information.
Comment query improvements: Comment queries now have cache handling to improve performance. New arguments in WP_Comment_Query make crafting robust comment queries simpler.
Term, comment, and network objects: New WP_Term, WP_Comment, and WP_Network objects make interacting with terms, comments, and networks more predictable and intuitive in code.
What's New
General
Developer reference - Improvements to inline code documentation.
i18n support - Improvements to translation strings all over the core.
Admin page headings were adjusted from H3 to H2 tags to reinforce page hierarchy
Improvements to how list tables are displayed on all size screens
Posts
The post/page permalink UI was simplified, linking the permalink and removing the "View" button
Media
Comments
The "View Comment" link was relocated from the Status meta box in the comment-editing screen
Many comment functions can now accept a full object instead of 'comment_ID' to reduce cache/db lookups
Orphaned comments now fall back to the 'edit_posts' capability
Appearance
Site icons will now fall back to the 'full' size URL when the 'thumbnail' size doesn't exist
Users
Install Process
Multisite
The language chooser was added to the new site form on wp-signup.php
Sites may no longer be created with the following reserved slugs: wp-admin, wp-content, wp-includes, or wp-json
Accessibility
Under The Hood
General
Unclosed HTML elements in shortcode attributes were disallowed
HTML was removed from all translatable text strings
Rewrite rules are now flushed on theme switch
Most core classes were moved to their own files
Embeds
Add oEmbed support for Cloudup.
Add oEmbed support for Reddit Comments.
Add oEmbed support for ReverbNation.
Add oEmbed support for Speaker Deck.
Add oEmbed support for VideoPress.
Remove oEmbed support for Blip.
JavaScript
Customizer: Ensure persistence of unchanged active state for controls, sections, and panels
Customizer: Fixed logic for determining the container element when focusing on a panel, section, or control
Customizer: Fixed clearing of a color control's setting by using proper empty value
Bug Fixes
Fail gracefully when checking mapped capabilities against unregistered post types
Visibility was restored for the Tags auto-suggest tooltip in Quick Edit
The $public_only parameter was added to count_user_posts()
Cron: Events are now rejected when the provided $timestamp value is not a valid timestamp
Users with no role are now redirected to the home page on login instead of their profile-editing screen
Multisite
A network can now be retrieved by its ID through WP_Network::get_instance()
A network can now be created or completed by passing arguments to WP_Network
Network-level capabilities were clarified and some long-time bugs were fixed
Classes
What's New
WP_Comment
WP_Comment_Query->$found_comments
WP_Comment_Query->$max_num_pages
WP_Comment_Query->$meta_query_clauses
WP_Comment_Query->$sql_clauses
WP_Comment_Query::fill_descendants()
WP_Comment_Query::get_comment_ids()
WP_Customize_Manager->$autofocus
WP_Customize_Manager->$preview_url
WP_Customize_Manager->$return_url
WP_Customize_Manager::customize_pane_settings()
WP_Customize_Manager::get_autofocus()
WP_Customize_Manager::get_document_title_template()
WP_Customize_Manager::get_preview_url()
WP_Customize_Manager::get_return_url()
WP_Customize_Manager::is_ios()
WP_Customize_Manager::set_autofocus()
WP_Customize_Manager::set_preview_url()
WP_Customize_Manager::set_return_url()
WP_Customize_Setting->$is_multidimensional_aggregated
WP_Customize_Setting->$is_previewed
WP_Customize_Setting::$aggregated_multidimensionals
WP_Customize_Setting::_multidimensional_preview_filter()
WP_Customize_Setting::aggregate_multidimensional()
get_root_value/ WP_Customize_Setting::get_root_value()
id_data/ WP_Customize_Setting::id_data()
set_root_value/ WP_Customize_Setting::set_root_value()
WP_Customize_Widgets::get_widget_control_parts()
WP_Customize_Widgets::is_panel_active()
WP_Filesystem_SSH2::sftp_path()
WP_HTTP_Response
WP_List_Table::get_primary_column()
WP_Locale->$start_of_week
WP_MS_Sites_List_Table::column_id()
WP_MS_Users_List_Table::column_id()
WP_Media_List_Table->$comment_pending_count
WP_Network
WP_Posts_List_Table::get_edit_link()
WP_Query->$is_embed
WP_Query->$updated_comment_meta_cache
WP_Query->$updated_term_meta_cache
WP_Query::is_embed()
WP_Query::lazyload_comment_meta()
WP_Query::lazyload_term_meta()
WP_REST_Request
WP_REST_Response
WP_REST_Server
WP_Screen->$_screen_reader_content
WP_Screen::get_screen_reader_content()
WP_Screen::get_screen_reader_text()
WP_Screen::remove_screen_reader_content()
WP_Screen::render_list_table_columns_preferences()
WP_Screen::render_meta_boxes_preferences()
WP_Screen::render_screen_reader_content()
WP_Screeb::render_view_mode()
WP_Screen::set_screen_reader_content()
WP_Term
>$update WP_Theme
WP_User::__unset()
>$request WP_User_Query
WP_User_Query::fill_query_vars()
WP_Users_List_Table::get_role_list()
WP_Widget_Calendar::$instance
WP_Widget_Tag_Cloud::_get_current_taxonomy()
WP_oEmbed_Controller
wpdb->$termmeta
Deprecated
Functions
What's New
_prime_comment_caches()
add_network_option()
add_term_meta()
delete_network_option()
delete_term_meta()
enqueue_embed_scripts()
get_header_image_tag()
get_html_split_regex()
get_network_option()
get_oembed_endpoint_url()
get_oembed_response_data()
get_oembed_response_data_rich()
get_password_reset_key()
get_post_embed_html()
get_post_embed_url()
get_preview_post_link()
get_rest_url()
get_shortcode_atts_regex()
get_subdirectory_reserved_names()
get_term_meta()
get_the_author_posts_link()
get_the_comments_navigation()
get_the_comments_pagination()
get_the_post_thumbnail_url()
is_embed()
is_post_type_viewable()
is_registered_sidebar()
map_deep()
print_embed_comments_button()
print_embed_scripts()
print_embed_sharing_button()
print_embed_sharing_dialog()
print_embed_styles()
register_rest_route()
rest_api_default_filters()
rest_api_init()
rest_api_loaded()
rest_api_register_rewrites()
rest_cookie_check_errors()
rest_cookie_collect_status()
rest_do_request()
rest_ensure_request()
rest_ensure_response()
rest_get_date_with_gmt()
rest_get_url_prefix()
rest_handle_deprecated_argument()
rest_handle_deprecated_function()
rest_handle_options_request()
rest_output_link_header()
rest_output_link_wp_head()
rest_output_rsd()
rest_parse_date()
rest_send_allow_header()
rest_send_cors_headers()
rest_url()
signup_get_available_languages()
strip_fragment_from_url()
stripslashes_from_strings_only()
the_comments_navigation()
the_comments_pagination()
the_excerpt_embed()
the_header_image_tag()
the_post_thumbnail_url()
update_network_option()
update_term_meta()
update_termmeta_cache()
urldecode_deep()
wp_ajax_delete_inactive_widgets()
wp_ajax_generate_password()
wp_ajax_save_wporg_username()
wp_calculate_image_sizes()
wp_calculate_image_srcset()
wp_embed_excerpt_attachment()
wp_embed_excerpt_attachment()
wp_filter_oembed_result()
wp_get_attachment_image_sizes()
wp_get_attachment_image_srcset()
wp_get_attachment_image_url()
wp_get_document_title()
wp_get_server_protocol()
wp_get_users_with_no_role()
wp_handle_comment_submission()
wp_image_add_srcset_and_sizes()
wp_installing()
wp_is_numeric_array()
wp_make_content_images_responsive()
wp_maybe_decline_date()
wp_new_comment_notify_moderator()
wp_new_comment_notify_postauthor()
wp_oembed_add_discovery_links()
wp_oembed_add_host_js()
wp_oembed_ensure_format()
wp_oembed_register_route()
wp_parse_url()
wp_remote_retrieve_cookie()
wp_remote_retrieve_cookie_value()
wp_remote_retrieve_cookies()
wp_removable_query_args()
wp_rest_server_class()
wp_send_new_user_notifications()
wp_term_is_shared()
Deprecated
wp_get_http()
Actions & Filters
New Actions
after_password_reset
after_signup_site
after_signup_user
attachment_updated
before_signup_header
clean_user_cache
customize_post_value_set
customize_post_value_set_{$setting_id}
delete_plugin
delete_widget
deleted_plugin
edit_user_created_user
embed_content
embed_content_meta
embed_footer
embed_head
enqueue_embed_scripts
invite_user
manage_posts_extra_tablenav
ms_network_not_found
network_site_new_created_user
network_site_users_created_user
network_user_new_created_user
page_attributes_meta_box_template
post_submitbox_minor_actions
pre_auto_update
register_new_user
rest_api_init
wp_add_nav_menu_item
wp_mail_failed
wp_verify_nonce_failed
New Filters
admin_post_thumbnail_size
comment_excerpt_length
comment_form_fields
content_pagination
customize_loaded_components
dashboard_recent_drafts_query_args
dashboard_secondary_items
default_hidden_columns
document_title_parts
document_title_separator
duplicate_comment_id
embed_html
embed_oembed_discover
embed_site_title_html
embed_template
embed_thumbnail_image_shape
embed_thumbnail_image_size
enclosure_links
expiration_of_site_transient_{$transient}
expiration_of_transient_{$transient}
export_wp_filename
feed_links_show_comments_feed
feed_links_show_posts_feed
found_comments_query
get_header_image_tag
get_page_of_comment
get_page_uri
get_post_status
get_role_list
get_sample_permalink
get_terms_defaults
get_{$adjacent}_post_excluded_terms
hidden_columns
illegal_user_logins
image_get_intermediate_size
insert_user_meta
max_srcset_image_width
mejs_settings
nav_menu_item_args
nav_menu_item_title
navigation_markup_template
network_admin_plugin_action_links
network_admin_plugin_action_links_{$plugin_file}
notify_moderator
notify_post_author
oembed_discovery_links
oembed_endpoint_url
oembed_min_max_width
oembed_response_data
old_slug_redirect_url
plugin_action_links
plugin_action_links_{$plugin_file}
post_edit_category_parent_dropdown_args
post_embed_url
postmeta_form_keys
pre_delete_post
pre_get_document_title
pre_get_lastpostmodified
register_post_type_args
register_taxonomy_args
respond_link
rest_url
rest_url_prefix
screen_options_show_submit
show_network_active_plugins
signup_get_available_languages
subdirectory_reserved_names
submenu_file
taxonomy_labels_{$taxonomy}
the_category_list
the_excerpt_embed
update_right_now_text
user_profile_picture_description
users_list_table_query_args
view_mode_post_types
wp_calculate_image_sizes
wp_calculate_image_srcset
wp_dropdown_users_args
wp_http_ixr_client_headers
wp_post_revision_title_expanded
wp_prepare_revision_for_js
wp_theme_editor_filetypes
xmlrpc_chunk_parsing_size
2015-12-27 19:39:57 +01:00
|
|
|
share/ja-wordpress/wp-admin/includes/edit-tag-messages.php
|
2013-11-10 12:13:08 +01:00
|
|
|
share/ja-wordpress/wp-admin/includes/export.php
|
|
|
|
share/ja-wordpress/wp-admin/includes/file.php
|
|
|
|
share/ja-wordpress/wp-admin/includes/image-edit.php
|
|
|
|
share/ja-wordpress/wp-admin/includes/image.php
|
|
|
|
share/ja-wordpress/wp-admin/includes/import.php
|
|
|
|
share/ja-wordpress/wp-admin/includes/list-table.php
|
|
|
|
share/ja-wordpress/wp-admin/includes/media.php
|
|
|
|
share/ja-wordpress/wp-admin/includes/menu.php
|
|
|
|
share/ja-wordpress/wp-admin/includes/meta-boxes.php
|
|
|
|
share/ja-wordpress/wp-admin/includes/misc.php
|
Update to 4.3
Changelog:
Highlights
The Finer Points
Resetting Your Password received attention and 4.3 improves the way that passwords are chosen and changed. You start out with a strong password by default and you are given the option to keep it or choose your own. A password strength meter is available as well as the option to hide your password from prying eyes. You will find the new password interface on the password reset screen and the WordPress install screen. WordPress will no longer send passwords via email and the password reset links will expire in 24 hours. Finally, e-mail notifications will be sent out in the event that an e-mail or password is changed.
Site owners can now manage their site’s favicon on desktop and mobile. Site Icons work out of the box, are theme independent, and do not require theme support.
Multisite Focused Changes
The main change to the Editor is that the content for both Visual and Text editors is prepared/escaped the same (we run the textarea content through the JavaScript wpautop() before initializing TinyMCE).
Comments are now turned off on pages and custom post types by default.
For Developers
Fast previewing changes to Menus in the Customizer
A new theme template has been added to the Template Hierarchy. The singular.php template follows the rules of is_singular and is used for a single post, regardless of post type. It comes in the hierarchy after single.php, page.php, and the variations of each. Themes that used the same code for both of those files (or included one in the other) can now simplify down to the one template.
Changes to Customizer Panels and Sections
New Customizer Media Controls
The Site Icon API is fairly straightforward.
PHP7 is slated for release later this year. One of the changes is that PHP4 style constructors are deprecated. In order to prepare WordPress to support PHP7, these constructors have been deprecated in WordPress core.
Old Distraction Free Writing code has been removed (the code has not been used in the core since 4.1). Plugin authors have had two releases to update their code. If it is essential to your plugin, the files in 4.2 can still be reused and improved.
What's New
General
Posts
Formatting Shortcuts while using visual editor.
Use * or - to start an unordered list.
Use 1. or 1) to start an ordered list.
Use ## for H2 and ### for H3 (etc, through H6).
Use > to transform text into blockquote.
Media
Comments
All new pages that you create will have comments turned off by default.
Appearance
Menus can now be managed with the Customizer, which allows you to see "live" preview changes without changing your site for visitors until you are ready.
Customizer improvements including enhanced accessibility, smoother menu creation and location assignment, and the ability to handle nameless menus.
Take control of another piece of your site with the Site Icon feature. You can now manage your site’s favicon and app icon from the Admin area.
Customize link added in the toolbar to swiftly make changes to your site.
Users
Better Passwords. Password field will be automatically filled with a strong password, while adding new users and resetting the password.
Install Process
Multisite
Accessibility
Under The Hood
General
JavaScript
Bug Fixes
A total of 180 bugs reported against previous versions of WordPress were fixed.
Multisite
Classes
What's New
Customizer API
Introduce WP_Customize_Cropped_Image_Control
Introduce WP_Customize_Manager->$registered_panel_types
Introduce WP_Customize_Manager->$registered_section_types
Introduce WP_Customize_Manager::register_panel_type()
Introduce WP_Customize_Manager::render_panel_templates()
Introduce WP_Customize_Manager::register_section_type()
Introduce WP_Customize_Manager::render_section_templates()
Introduce WP_Customize_Nav_Menu_Auto_Add_Control
Introduce WP_Customize_Nav_Menu_Control
Introduce WP_Customize_Nav_Menu_Item_Control
Introduce WP_Customize_Nav_Menu_Item_Setting
Introduce WP_Customize_Nav_Menu_Location_Control
Introduce WP_Customize_Nav_Menu_Section
Introduce WP_Customize_Nav_Menu_Setting
Introduce WP_Customize_Nav_Menus
Introduce WP_Customize_Nav_Menus_Panel
Introduce WP_Customize_New_Menu_Control
Introduce WP_Customize_New_Menu_Section
Introduce WP_Customize_Panel::print_template()
Introduce WP_Customize_Panel::render_template()
Introduce WP_Customize_Panel::content_template()
Introduce WP_Customize_Section::print_template()
Introduce WP_Customize_Section::render_template()
Introduce WP_Customize_Site_Icon_Control
List Tables
Introduce WP_Links_List_Table::get_default_primary_column_name()
Introduce WP_Links_List_Table::column_cb()
Introduce WP_Links_List_Table::column_name()
Introduce WP_Links_List_Table::column_url()
Introduce WP_Links_List_Table::column_categories()
Introduce WP_Links_List_Table::column_rel()
Introduce WP_Links_List_Table::column_visible()
Introduce WP_Links_List_Table::column_rating()
Introduce WP_Links_List_Table::column_default()
Introduce WP_Links_List_Table::handle_row_actions()
Introduce WP_List_Table::get_default_primary_column_name()
Introduce WP_List_Table::get_primary_column_name()
Introduce WP_List_Table::handle_row_actions()
Introduce WP_Media_List_Table::column_cb()
Introduce WP_Media_List_Table::column_title()
Introduce WP_Media_List_Table::column_author()
Introduce WP_Media_List_Table::column_desc()
Introduce WP_Media_List_Table::column_date()
Introduce WP_Media_List_Table::column_parent()
Introduce WP_Media_List_Table::column_comments()
Introduce WP_Media_List_Table::column_default()
Introduce WP_Media_List_Table::get_default_primary_column_name()
Introduce WP_Media_List_Table::handle_row_actions()
Introduce WP_MS_Sites_List_Table->$status_list
Introduce WP_MS_Sites_List_Table::column_cb()
Introduce WP_MS_Sites_List_Table::column_blogname()
Introduce WP_MS_Sites_List_Table::column_lastupdated()
Introduce WP_MS_Sites_List_Table::column_registered()
Introduce WP_MS_Sites_List_Table::column_users()
Introduce WP_MS_Sites_List_Table::column_plugins()
Introduce WP_MS_Sites_List_Table::column_default()
Introduce WP_MS_Sites_List_Table::get_default_primary_column_name()
Introduce WP_MS_Sites_List_Table::handle_row_actions()
Introduce WP_MS_Themes_List_Table::get_primary_column_name()
Introduce WP_MS_Themes_List_Table::column_cb()
Introduce WP_MS_Themes_List_Table::column_name()
Introduce WP_MS_Themes_List_Table::column_description()
Introduce WP_MS_Themes_List_Table::column_default()
Introduce WP_MS_Themes_List_Table::single_row_columns()
Introduce WP_MS_Users_List_Table::column_cb()
Introduce WP_MS_Users_List_Table::column_username()
Introduce WP_MS_Users_List_Table::column_name()
Introduce WP_MS_Users_List_Table::column_email()
Introduce WP_MS_Users_List_Table::column_registered()
Introduce WP_MS_Users_List_Table::_column_blogs()
Introduce WP_MS_Users_List_Table::column_blogs()
Introduce WP_MS_Users_List_Table::column_default()
Introduce WP_MS_Users_List_Table::get_default_primary_column_name()
Introduce WP_MS_Users_List_Table::handle_row_actions()
Introduce WP_Plugins_List_Table::get_primary_column_name()
Introduce WP_Posts_List_Table->$current_level
Introduce WP_Posts_List_Table::column_cb()
Introduce WP_Posts_List_Table::_column_title()
Introduce WP_Posts_List_Table::column_title()
Introduce WP_Posts_List_Table::column_date()
Introduce WP_Posts_List_Table::column_comments()
Introduce WP_Posts_List_Table::column_author()
Introduce WP_Posts_List_Table::column_default()
Introduce WP_Posts_List_Table::get_default_primary_column_name()
Introduce WP_Posts_List_Table::handle_row_actions()
Introduce WP_Terms_List_Table::get_default_primary_column_name()
Introduce WP_Terms_List_Table::handle_row_actions()
Introduce WP_Users_List_Table::get_default_primary_column_name()
Miscellaneous
Introduce WP_Comments_List_Table::get_default_primary_column_name()
Introduce WP_Comments_List_Table::handle_row_actions()
Introduce WP_Meta_Query->$has_or_relation
Introduce WP_Meta_Query::has_or_relation()
Introduce WP_Site_Icon
Introduce WP_Upgrader::clear_destination()
Introduce WP_User::__call()
Deprecated
Functions
What's New
Introduce wp_ajax_crop_image()
Introduce split_all_shared_terms()
Introduce wp_should_upgrade_global_tables()
Introduce wp_admin_bar_customize_menu()
Introduce wp_roles()
Introduce get_default_comment_status()
Introduce atom_site_icon()
Introduce rss2_site_icon()
Introduce wptexturize_primes()
Introduce convert_invalid_entities()
Introduce format_for_editor()
Introduce _deprecated_constructor()
Introduce get_main_network_id()
Introduce wp_post_preview_js()
Introduce wp_site_icon()
Introduce get_language_attributes()
Introduce wp_resolve_numeric_slug_conflicts()
Introduce get_singular_template()
Deprecated
Actions & Filters
New Actions
Introduce wp_ajax_crop_image_pre_save
Introduce add_user_role
Introduce remove_user_role
Introduce deprecated_constructor_run
New Filters
Introduce edit_comment_misc_actions
Introduce wp_ajax_cropped_attachment_metadata
Introduce wp_ajax_cropped_attachment_id
Introduce list_table_primary_column
Introduce upgrader_package_options
Introduce nav_menu_items_{$post_type_name}_recent
Introduce get_the_author_{$field}
Introduce wp_generate_tag_cloud_data
Introduce style_loader_tag
Introduce get_default_comment_status
Introduce format_for_editor
Introduce deprecated_constructor_trigger_error
Introduce get_main_network_id
Introduce site_icon_meta_tags
Introduce wp_get_attachment_image_src
Introduce wp_get_nav_menu_object
Introduce has_nav_menu
Introduce wp_safe_redirect_fallback
Introduce wp_unique_term_slug_is_bad_slug
Introduce wp_unique_term_slug
Introduce editor_stylesheets
Introduce send_password_change_email
Introduce send_email_change_email
Introduce password_change_email
Introduce email_change_email
Introduce password_reset_expiration
2015-08-30 03:20:45 +02:00
|
|
|
share/ja-wordpress/wp-admin/includes/ms-admin-filters.php
|
2013-11-10 12:13:08 +01:00
|
|
|
share/ja-wordpress/wp-admin/includes/ms-deprecated.php
|
|
|
|
share/ja-wordpress/wp-admin/includes/ms.php
|
|
|
|
share/ja-wordpress/wp-admin/includes/nav-menu.php
|
Update to 4.4
Changelog:
On December 8, 2015, WordPress Version 4.4, named for jazz musician Clifford Brown, was released to the public. For more information on this enhancement and bug-fix release, read the WordPress Blog, and see the Changelog for 4.4.
For Version 4.4, the database version (db_version in wp_options) changed to 35700, and the Trac revision was 35842.
Highlights
twenty-sixteen-white-desktop-1x.png
New Default Theme - Twenty Sixteen
Modern take on the classic blog design
Flexible header and fun color schemes will make your content shine
Mobile-first and responsive
The Finer Points
responsive-devices-desktop-1x.png
Responsive images:
WordPress now takes a smarter approach to displaying appropriate image sizes on any device, ensuring a perfect fit every time. You don’t need to do anything to your theme, it just works.
wp embed preview.png
Embed your WordPress content:
Now you can embed your posts on other sites, even other WordPress sites. Simply drop a post URL into the editor and see an instant embed preview, complete with the title, excerpt, and featured image if you’ve set one. We’ll even include your site icon and links for comments and sharing.
reverbnation embed.png
Even more embed providers:
In addition to post embeds, WordPress 4.4 also adds support for five new oEmbed providers: Cloudup, Reddit Comments, ReverbNation, Speaker Deck, and VideoPress.
For Developers
REST API infrastructure: Infrastructure for the REST API has been integrated into core, the first part of a multi-stage rollout. Inclusion of core endpoints is targeted for an upcoming release. To get a sneak peek of the core endpoints, and for more information on extending the REST API, check out the official WordPress REST API plugin.
Term meta: Terms now support metadata, just like posts. See add_term_meta(), get_term_meta(), and update_term_meta() for more information.
Comment query improvements: Comment queries now have cache handling to improve performance. New arguments in WP_Comment_Query make crafting robust comment queries simpler.
Term, comment, and network objects: New WP_Term, WP_Comment, and WP_Network objects make interacting with terms, comments, and networks more predictable and intuitive in code.
What's New
General
Developer reference - Improvements to inline code documentation.
i18n support - Improvements to translation strings all over the core.
Admin page headings were adjusted from H3 to H2 tags to reinforce page hierarchy
Improvements to how list tables are displayed on all size screens
Posts
The post/page permalink UI was simplified, linking the permalink and removing the "View" button
Media
Comments
The "View Comment" link was relocated from the Status meta box in the comment-editing screen
Many comment functions can now accept a full object instead of 'comment_ID' to reduce cache/db lookups
Orphaned comments now fall back to the 'edit_posts' capability
Appearance
Site icons will now fall back to the 'full' size URL when the 'thumbnail' size doesn't exist
Users
Install Process
Multisite
The language chooser was added to the new site form on wp-signup.php
Sites may no longer be created with the following reserved slugs: wp-admin, wp-content, wp-includes, or wp-json
Accessibility
Under The Hood
General
Unclosed HTML elements in shortcode attributes were disallowed
HTML was removed from all translatable text strings
Rewrite rules are now flushed on theme switch
Most core classes were moved to their own files
Embeds
Add oEmbed support for Cloudup.
Add oEmbed support for Reddit Comments.
Add oEmbed support for ReverbNation.
Add oEmbed support for Speaker Deck.
Add oEmbed support for VideoPress.
Remove oEmbed support for Blip.
JavaScript
Customizer: Ensure persistence of unchanged active state for controls, sections, and panels
Customizer: Fixed logic for determining the container element when focusing on a panel, section, or control
Customizer: Fixed clearing of a color control's setting by using proper empty value
Bug Fixes
Fail gracefully when checking mapped capabilities against unregistered post types
Visibility was restored for the Tags auto-suggest tooltip in Quick Edit
The $public_only parameter was added to count_user_posts()
Cron: Events are now rejected when the provided $timestamp value is not a valid timestamp
Users with no role are now redirected to the home page on login instead of their profile-editing screen
Multisite
A network can now be retrieved by its ID through WP_Network::get_instance()
A network can now be created or completed by passing arguments to WP_Network
Network-level capabilities were clarified and some long-time bugs were fixed
Classes
What's New
WP_Comment
WP_Comment_Query->$found_comments
WP_Comment_Query->$max_num_pages
WP_Comment_Query->$meta_query_clauses
WP_Comment_Query->$sql_clauses
WP_Comment_Query::fill_descendants()
WP_Comment_Query::get_comment_ids()
WP_Customize_Manager->$autofocus
WP_Customize_Manager->$preview_url
WP_Customize_Manager->$return_url
WP_Customize_Manager::customize_pane_settings()
WP_Customize_Manager::get_autofocus()
WP_Customize_Manager::get_document_title_template()
WP_Customize_Manager::get_preview_url()
WP_Customize_Manager::get_return_url()
WP_Customize_Manager::is_ios()
WP_Customize_Manager::set_autofocus()
WP_Customize_Manager::set_preview_url()
WP_Customize_Manager::set_return_url()
WP_Customize_Setting->$is_multidimensional_aggregated
WP_Customize_Setting->$is_previewed
WP_Customize_Setting::$aggregated_multidimensionals
WP_Customize_Setting::_multidimensional_preview_filter()
WP_Customize_Setting::aggregate_multidimensional()
get_root_value/ WP_Customize_Setting::get_root_value()
id_data/ WP_Customize_Setting::id_data()
set_root_value/ WP_Customize_Setting::set_root_value()
WP_Customize_Widgets::get_widget_control_parts()
WP_Customize_Widgets::is_panel_active()
WP_Filesystem_SSH2::sftp_path()
WP_HTTP_Response
WP_List_Table::get_primary_column()
WP_Locale->$start_of_week
WP_MS_Sites_List_Table::column_id()
WP_MS_Users_List_Table::column_id()
WP_Media_List_Table->$comment_pending_count
WP_Network
WP_Posts_List_Table::get_edit_link()
WP_Query->$is_embed
WP_Query->$updated_comment_meta_cache
WP_Query->$updated_term_meta_cache
WP_Query::is_embed()
WP_Query::lazyload_comment_meta()
WP_Query::lazyload_term_meta()
WP_REST_Request
WP_REST_Response
WP_REST_Server
WP_Screen->$_screen_reader_content
WP_Screen::get_screen_reader_content()
WP_Screen::get_screen_reader_text()
WP_Screen::remove_screen_reader_content()
WP_Screen::render_list_table_columns_preferences()
WP_Screen::render_meta_boxes_preferences()
WP_Screen::render_screen_reader_content()
WP_Screeb::render_view_mode()
WP_Screen::set_screen_reader_content()
WP_Term
>$update WP_Theme
WP_User::__unset()
>$request WP_User_Query
WP_User_Query::fill_query_vars()
WP_Users_List_Table::get_role_list()
WP_Widget_Calendar::$instance
WP_Widget_Tag_Cloud::_get_current_taxonomy()
WP_oEmbed_Controller
wpdb->$termmeta
Deprecated
Functions
What's New
_prime_comment_caches()
add_network_option()
add_term_meta()
delete_network_option()
delete_term_meta()
enqueue_embed_scripts()
get_header_image_tag()
get_html_split_regex()
get_network_option()
get_oembed_endpoint_url()
get_oembed_response_data()
get_oembed_response_data_rich()
get_password_reset_key()
get_post_embed_html()
get_post_embed_url()
get_preview_post_link()
get_rest_url()
get_shortcode_atts_regex()
get_subdirectory_reserved_names()
get_term_meta()
get_the_author_posts_link()
get_the_comments_navigation()
get_the_comments_pagination()
get_the_post_thumbnail_url()
is_embed()
is_post_type_viewable()
is_registered_sidebar()
map_deep()
print_embed_comments_button()
print_embed_scripts()
print_embed_sharing_button()
print_embed_sharing_dialog()
print_embed_styles()
register_rest_route()
rest_api_default_filters()
rest_api_init()
rest_api_loaded()
rest_api_register_rewrites()
rest_cookie_check_errors()
rest_cookie_collect_status()
rest_do_request()
rest_ensure_request()
rest_ensure_response()
rest_get_date_with_gmt()
rest_get_url_prefix()
rest_handle_deprecated_argument()
rest_handle_deprecated_function()
rest_handle_options_request()
rest_output_link_header()
rest_output_link_wp_head()
rest_output_rsd()
rest_parse_date()
rest_send_allow_header()
rest_send_cors_headers()
rest_url()
signup_get_available_languages()
strip_fragment_from_url()
stripslashes_from_strings_only()
the_comments_navigation()
the_comments_pagination()
the_excerpt_embed()
the_header_image_tag()
the_post_thumbnail_url()
update_network_option()
update_term_meta()
update_termmeta_cache()
urldecode_deep()
wp_ajax_delete_inactive_widgets()
wp_ajax_generate_password()
wp_ajax_save_wporg_username()
wp_calculate_image_sizes()
wp_calculate_image_srcset()
wp_embed_excerpt_attachment()
wp_embed_excerpt_attachment()
wp_filter_oembed_result()
wp_get_attachment_image_sizes()
wp_get_attachment_image_srcset()
wp_get_attachment_image_url()
wp_get_document_title()
wp_get_server_protocol()
wp_get_users_with_no_role()
wp_handle_comment_submission()
wp_image_add_srcset_and_sizes()
wp_installing()
wp_is_numeric_array()
wp_make_content_images_responsive()
wp_maybe_decline_date()
wp_new_comment_notify_moderator()
wp_new_comment_notify_postauthor()
wp_oembed_add_discovery_links()
wp_oembed_add_host_js()
wp_oembed_ensure_format()
wp_oembed_register_route()
wp_parse_url()
wp_remote_retrieve_cookie()
wp_remote_retrieve_cookie_value()
wp_remote_retrieve_cookies()
wp_removable_query_args()
wp_rest_server_class()
wp_send_new_user_notifications()
wp_term_is_shared()
Deprecated
wp_get_http()
Actions & Filters
New Actions
after_password_reset
after_signup_site
after_signup_user
attachment_updated
before_signup_header
clean_user_cache
customize_post_value_set
customize_post_value_set_{$setting_id}
delete_plugin
delete_widget
deleted_plugin
edit_user_created_user
embed_content
embed_content_meta
embed_footer
embed_head
enqueue_embed_scripts
invite_user
manage_posts_extra_tablenav
ms_network_not_found
network_site_new_created_user
network_site_users_created_user
network_user_new_created_user
page_attributes_meta_box_template
post_submitbox_minor_actions
pre_auto_update
register_new_user
rest_api_init
wp_add_nav_menu_item
wp_mail_failed
wp_verify_nonce_failed
New Filters
admin_post_thumbnail_size
comment_excerpt_length
comment_form_fields
content_pagination
customize_loaded_components
dashboard_recent_drafts_query_args
dashboard_secondary_items
default_hidden_columns
document_title_parts
document_title_separator
duplicate_comment_id
embed_html
embed_oembed_discover
embed_site_title_html
embed_template
embed_thumbnail_image_shape
embed_thumbnail_image_size
enclosure_links
expiration_of_site_transient_{$transient}
expiration_of_transient_{$transient}
export_wp_filename
feed_links_show_comments_feed
feed_links_show_posts_feed
found_comments_query
get_header_image_tag
get_page_of_comment
get_page_uri
get_post_status
get_role_list
get_sample_permalink
get_terms_defaults
get_{$adjacent}_post_excluded_terms
hidden_columns
illegal_user_logins
image_get_intermediate_size
insert_user_meta
max_srcset_image_width
mejs_settings
nav_menu_item_args
nav_menu_item_title
navigation_markup_template
network_admin_plugin_action_links
network_admin_plugin_action_links_{$plugin_file}
notify_moderator
notify_post_author
oembed_discovery_links
oembed_endpoint_url
oembed_min_max_width
oembed_response_data
old_slug_redirect_url
plugin_action_links
plugin_action_links_{$plugin_file}
post_edit_category_parent_dropdown_args
post_embed_url
postmeta_form_keys
pre_delete_post
pre_get_document_title
pre_get_lastpostmodified
register_post_type_args
register_taxonomy_args
respond_link
rest_url
rest_url_prefix
screen_options_show_submit
show_network_active_plugins
signup_get_available_languages
subdirectory_reserved_names
submenu_file
taxonomy_labels_{$taxonomy}
the_category_list
the_excerpt_embed
update_right_now_text
user_profile_picture_description
users_list_table_query_args
view_mode_post_types
wp_calculate_image_sizes
wp_calculate_image_srcset
wp_dropdown_users_args
wp_http_ixr_client_headers
wp_post_revision_title_expanded
wp_prepare_revision_for_js
wp_theme_editor_filetypes
xmlrpc_chunk_parsing_size
2015-12-27 19:39:57 +01:00
|
|
|
share/ja-wordpress/wp-admin/includes/network.php
|
|
|
|
share/ja-wordpress/wp-admin/includes/noop.php
|
|
|
|
share/ja-wordpress/wp-admin/includes/options.php
|
2013-11-10 12:13:08 +01:00
|
|
|
share/ja-wordpress/wp-admin/includes/plugin-install.php
|
|
|
|
share/ja-wordpress/wp-admin/includes/plugin.php
|
|
|
|
share/ja-wordpress/wp-admin/includes/post.php
|
2019-12-16 17:52:40 +01:00
|
|
|
share/ja-wordpress/wp-admin/includes/privacy-tools.php
|
2013-11-10 12:13:08 +01:00
|
|
|
share/ja-wordpress/wp-admin/includes/revision.php
|
|
|
|
share/ja-wordpress/wp-admin/includes/schema.php
|
|
|
|
share/ja-wordpress/wp-admin/includes/screen.php
|
|
|
|
share/ja-wordpress/wp-admin/includes/taxonomy.php
|
|
|
|
share/ja-wordpress/wp-admin/includes/template.php
|
|
|
|
share/ja-wordpress/wp-admin/includes/theme-install.php
|
|
|
|
share/ja-wordpress/wp-admin/includes/theme.php
|
Update to 4.0 from 3.9.2
* Update MESSAGE to use apache24 and php-fpm.
* Add php-fpm option, and make default option as php-fpm.
Changelog:
What's New
General
Featured image previews now support .bmp files
Featured Image meta box is now hidden for contributors lacking upload capabilities
New supported oEmbed providers: CollegeHumor, Issuu, Mixcloud, YouTube playlists, TED talks
Install WordPress in your language
Streamlined Language management right from the dashboard
Posts
Display embed previews for audio/visual URLs in Visual editor content box.
Page scrolling now scrolls post content box.
Edit Post/Page menu bar sticks to top of content box when scrolling (Visual and Text editor).
Color picker was re-added to the Visual editor
Media
Add Media Grid view option (default) for Media Library
Add "Bulk Select" button to Media Grid view to delete multiple items
Add oEmbed support for TED talks, Mixcloud, CollegeHumor.com, Issuu
Expand oEmbed support to include YouTube playlist URLs and Polldaddy’s short URL format
Remove Viddler oEmbed support
Update SlideShare oEmbed regex
Improved media experience on small screen sizes (embedded videos now responsive)
Native video and audio shortcodes now support Flash playback looping
Comments
Comments in trash can now be marked as spam.
Plugins
Display plugins list as grid, with thumbnails, on Add New screen.
Add popup window with plugin details (displays info from plugin's directory page).
Add "Beta Testing" tab to Plugins screen for new features-as-plugins.
Accessibility
Improved keyboard accessibility in the Add Media panel
Improved screen-reader support for Customizer sections
Makes links in help tabs keyboard accessible
Improvements for screen-readers when managing widgets in the Customizer
Install Process
Add language select menu as first Installation screen (skipped for localized installs)
Multisite
mp4 file extension was added to allowed upload file types
2014-10-19 16:14:47 +02:00
|
|
|
share/ja-wordpress/wp-admin/includes/translation-install.php
|
2013-11-10 12:13:08 +01:00
|
|
|
share/ja-wordpress/wp-admin/includes/update-core.php
|
|
|
|
share/ja-wordpress/wp-admin/includes/update.php
|
|
|
|
share/ja-wordpress/wp-admin/includes/upgrade.php
|
|
|
|
share/ja-wordpress/wp-admin/includes/user.php
|
|
|
|
share/ja-wordpress/wp-admin/includes/widgets.php
|
|
|
|
share/ja-wordpress/wp-admin/index.php
|
|
|
|
share/ja-wordpress/wp-admin/install-helper.php
|
|
|
|
share/ja-wordpress/wp-admin/install.php
|
|
|
|
share/ja-wordpress/wp-admin/js/accordion.js
|
|
|
|
share/ja-wordpress/wp-admin/js/accordion.min.js
|
2021-01-03 09:41:15 +01:00
|
|
|
share/ja-wordpress/wp-admin/js/application-passwords.js
|
|
|
|
share/ja-wordpress/wp-admin/js/application-passwords.min.js
|
|
|
|
share/ja-wordpress/wp-admin/js/auth-app.js
|
|
|
|
share/ja-wordpress/wp-admin/js/auth-app.min.js
|
2019-12-16 17:52:40 +01:00
|
|
|
share/ja-wordpress/wp-admin/js/code-editor.js
|
|
|
|
share/ja-wordpress/wp-admin/js/code-editor.min.js
|
2013-11-10 12:13:08 +01:00
|
|
|
share/ja-wordpress/wp-admin/js/color-picker.js
|
|
|
|
share/ja-wordpress/wp-admin/js/color-picker.min.js
|
|
|
|
share/ja-wordpress/wp-admin/js/comment.js
|
|
|
|
share/ja-wordpress/wp-admin/js/comment.min.js
|
|
|
|
share/ja-wordpress/wp-admin/js/common.js
|
|
|
|
share/ja-wordpress/wp-admin/js/common.min.js
|
|
|
|
share/ja-wordpress/wp-admin/js/custom-background.js
|
|
|
|
share/ja-wordpress/wp-admin/js/custom-background.min.js
|
|
|
|
share/ja-wordpress/wp-admin/js/custom-header.js
|
|
|
|
share/ja-wordpress/wp-admin/js/customize-controls.js
|
|
|
|
share/ja-wordpress/wp-admin/js/customize-controls.min.js
|
Update to 4.3
Changelog:
Highlights
The Finer Points
Resetting Your Password received attention and 4.3 improves the way that passwords are chosen and changed. You start out with a strong password by default and you are given the option to keep it or choose your own. A password strength meter is available as well as the option to hide your password from prying eyes. You will find the new password interface on the password reset screen and the WordPress install screen. WordPress will no longer send passwords via email and the password reset links will expire in 24 hours. Finally, e-mail notifications will be sent out in the event that an e-mail or password is changed.
Site owners can now manage their site’s favicon on desktop and mobile. Site Icons work out of the box, are theme independent, and do not require theme support.
Multisite Focused Changes
The main change to the Editor is that the content for both Visual and Text editors is prepared/escaped the same (we run the textarea content through the JavaScript wpautop() before initializing TinyMCE).
Comments are now turned off on pages and custom post types by default.
For Developers
Fast previewing changes to Menus in the Customizer
A new theme template has been added to the Template Hierarchy. The singular.php template follows the rules of is_singular and is used for a single post, regardless of post type. It comes in the hierarchy after single.php, page.php, and the variations of each. Themes that used the same code for both of those files (or included one in the other) can now simplify down to the one template.
Changes to Customizer Panels and Sections
New Customizer Media Controls
The Site Icon API is fairly straightforward.
PHP7 is slated for release later this year. One of the changes is that PHP4 style constructors are deprecated. In order to prepare WordPress to support PHP7, these constructors have been deprecated in WordPress core.
Old Distraction Free Writing code has been removed (the code has not been used in the core since 4.1). Plugin authors have had two releases to update their code. If it is essential to your plugin, the files in 4.2 can still be reused and improved.
What's New
General
Posts
Formatting Shortcuts while using visual editor.
Use * or - to start an unordered list.
Use 1. or 1) to start an ordered list.
Use ## for H2 and ### for H3 (etc, through H6).
Use > to transform text into blockquote.
Media
Comments
All new pages that you create will have comments turned off by default.
Appearance
Menus can now be managed with the Customizer, which allows you to see "live" preview changes without changing your site for visitors until you are ready.
Customizer improvements including enhanced accessibility, smoother menu creation and location assignment, and the ability to handle nameless menus.
Take control of another piece of your site with the Site Icon feature. You can now manage your site’s favicon and app icon from the Admin area.
Customize link added in the toolbar to swiftly make changes to your site.
Users
Better Passwords. Password field will be automatically filled with a strong password, while adding new users and resetting the password.
Install Process
Multisite
Accessibility
Under The Hood
General
JavaScript
Bug Fixes
A total of 180 bugs reported against previous versions of WordPress were fixed.
Multisite
Classes
What's New
Customizer API
Introduce WP_Customize_Cropped_Image_Control
Introduce WP_Customize_Manager->$registered_panel_types
Introduce WP_Customize_Manager->$registered_section_types
Introduce WP_Customize_Manager::register_panel_type()
Introduce WP_Customize_Manager::render_panel_templates()
Introduce WP_Customize_Manager::register_section_type()
Introduce WP_Customize_Manager::render_section_templates()
Introduce WP_Customize_Nav_Menu_Auto_Add_Control
Introduce WP_Customize_Nav_Menu_Control
Introduce WP_Customize_Nav_Menu_Item_Control
Introduce WP_Customize_Nav_Menu_Item_Setting
Introduce WP_Customize_Nav_Menu_Location_Control
Introduce WP_Customize_Nav_Menu_Section
Introduce WP_Customize_Nav_Menu_Setting
Introduce WP_Customize_Nav_Menus
Introduce WP_Customize_Nav_Menus_Panel
Introduce WP_Customize_New_Menu_Control
Introduce WP_Customize_New_Menu_Section
Introduce WP_Customize_Panel::print_template()
Introduce WP_Customize_Panel::render_template()
Introduce WP_Customize_Panel::content_template()
Introduce WP_Customize_Section::print_template()
Introduce WP_Customize_Section::render_template()
Introduce WP_Customize_Site_Icon_Control
List Tables
Introduce WP_Links_List_Table::get_default_primary_column_name()
Introduce WP_Links_List_Table::column_cb()
Introduce WP_Links_List_Table::column_name()
Introduce WP_Links_List_Table::column_url()
Introduce WP_Links_List_Table::column_categories()
Introduce WP_Links_List_Table::column_rel()
Introduce WP_Links_List_Table::column_visible()
Introduce WP_Links_List_Table::column_rating()
Introduce WP_Links_List_Table::column_default()
Introduce WP_Links_List_Table::handle_row_actions()
Introduce WP_List_Table::get_default_primary_column_name()
Introduce WP_List_Table::get_primary_column_name()
Introduce WP_List_Table::handle_row_actions()
Introduce WP_Media_List_Table::column_cb()
Introduce WP_Media_List_Table::column_title()
Introduce WP_Media_List_Table::column_author()
Introduce WP_Media_List_Table::column_desc()
Introduce WP_Media_List_Table::column_date()
Introduce WP_Media_List_Table::column_parent()
Introduce WP_Media_List_Table::column_comments()
Introduce WP_Media_List_Table::column_default()
Introduce WP_Media_List_Table::get_default_primary_column_name()
Introduce WP_Media_List_Table::handle_row_actions()
Introduce WP_MS_Sites_List_Table->$status_list
Introduce WP_MS_Sites_List_Table::column_cb()
Introduce WP_MS_Sites_List_Table::column_blogname()
Introduce WP_MS_Sites_List_Table::column_lastupdated()
Introduce WP_MS_Sites_List_Table::column_registered()
Introduce WP_MS_Sites_List_Table::column_users()
Introduce WP_MS_Sites_List_Table::column_plugins()
Introduce WP_MS_Sites_List_Table::column_default()
Introduce WP_MS_Sites_List_Table::get_default_primary_column_name()
Introduce WP_MS_Sites_List_Table::handle_row_actions()
Introduce WP_MS_Themes_List_Table::get_primary_column_name()
Introduce WP_MS_Themes_List_Table::column_cb()
Introduce WP_MS_Themes_List_Table::column_name()
Introduce WP_MS_Themes_List_Table::column_description()
Introduce WP_MS_Themes_List_Table::column_default()
Introduce WP_MS_Themes_List_Table::single_row_columns()
Introduce WP_MS_Users_List_Table::column_cb()
Introduce WP_MS_Users_List_Table::column_username()
Introduce WP_MS_Users_List_Table::column_name()
Introduce WP_MS_Users_List_Table::column_email()
Introduce WP_MS_Users_List_Table::column_registered()
Introduce WP_MS_Users_List_Table::_column_blogs()
Introduce WP_MS_Users_List_Table::column_blogs()
Introduce WP_MS_Users_List_Table::column_default()
Introduce WP_MS_Users_List_Table::get_default_primary_column_name()
Introduce WP_MS_Users_List_Table::handle_row_actions()
Introduce WP_Plugins_List_Table::get_primary_column_name()
Introduce WP_Posts_List_Table->$current_level
Introduce WP_Posts_List_Table::column_cb()
Introduce WP_Posts_List_Table::_column_title()
Introduce WP_Posts_List_Table::column_title()
Introduce WP_Posts_List_Table::column_date()
Introduce WP_Posts_List_Table::column_comments()
Introduce WP_Posts_List_Table::column_author()
Introduce WP_Posts_List_Table::column_default()
Introduce WP_Posts_List_Table::get_default_primary_column_name()
Introduce WP_Posts_List_Table::handle_row_actions()
Introduce WP_Terms_List_Table::get_default_primary_column_name()
Introduce WP_Terms_List_Table::handle_row_actions()
Introduce WP_Users_List_Table::get_default_primary_column_name()
Miscellaneous
Introduce WP_Comments_List_Table::get_default_primary_column_name()
Introduce WP_Comments_List_Table::handle_row_actions()
Introduce WP_Meta_Query->$has_or_relation
Introduce WP_Meta_Query::has_or_relation()
Introduce WP_Site_Icon
Introduce WP_Upgrader::clear_destination()
Introduce WP_User::__call()
Deprecated
Functions
What's New
Introduce wp_ajax_crop_image()
Introduce split_all_shared_terms()
Introduce wp_should_upgrade_global_tables()
Introduce wp_admin_bar_customize_menu()
Introduce wp_roles()
Introduce get_default_comment_status()
Introduce atom_site_icon()
Introduce rss2_site_icon()
Introduce wptexturize_primes()
Introduce convert_invalid_entities()
Introduce format_for_editor()
Introduce _deprecated_constructor()
Introduce get_main_network_id()
Introduce wp_post_preview_js()
Introduce wp_site_icon()
Introduce get_language_attributes()
Introduce wp_resolve_numeric_slug_conflicts()
Introduce get_singular_template()
Deprecated
Actions & Filters
New Actions
Introduce wp_ajax_crop_image_pre_save
Introduce add_user_role
Introduce remove_user_role
Introduce deprecated_constructor_run
New Filters
Introduce edit_comment_misc_actions
Introduce wp_ajax_cropped_attachment_metadata
Introduce wp_ajax_cropped_attachment_id
Introduce list_table_primary_column
Introduce upgrader_package_options
Introduce nav_menu_items_{$post_type_name}_recent
Introduce get_the_author_{$field}
Introduce wp_generate_tag_cloud_data
Introduce style_loader_tag
Introduce get_default_comment_status
Introduce format_for_editor
Introduce deprecated_constructor_trigger_error
Introduce get_main_network_id
Introduce site_icon_meta_tags
Introduce wp_get_attachment_image_src
Introduce wp_get_nav_menu_object
Introduce has_nav_menu
Introduce wp_safe_redirect_fallback
Introduce wp_unique_term_slug_is_bad_slug
Introduce wp_unique_term_slug
Introduce editor_stylesheets
Introduce send_password_change_email
Introduce send_email_change_email
Introduce password_change_email
Introduce email_change_email
Introduce password_reset_expiration
2015-08-30 03:20:45 +02:00
|
|
|
share/ja-wordpress/wp-admin/js/customize-nav-menus.js
|
|
|
|
share/ja-wordpress/wp-admin/js/customize-nav-menus.min.js
|
2014-09-28 16:18:00 +02:00
|
|
|
share/ja-wordpress/wp-admin/js/customize-widgets.js
|
|
|
|
share/ja-wordpress/wp-admin/js/customize-widgets.min.js
|
2013-11-10 12:13:08 +01:00
|
|
|
share/ja-wordpress/wp-admin/js/dashboard.js
|
|
|
|
share/ja-wordpress/wp-admin/js/dashboard.min.js
|
|
|
|
share/ja-wordpress/wp-admin/js/edit-comments.js
|
|
|
|
share/ja-wordpress/wp-admin/js/edit-comments.min.js
|
Update to 4.0 from 3.9.2
* Update MESSAGE to use apache24 and php-fpm.
* Add php-fpm option, and make default option as php-fpm.
Changelog:
What's New
General
Featured image previews now support .bmp files
Featured Image meta box is now hidden for contributors lacking upload capabilities
New supported oEmbed providers: CollegeHumor, Issuu, Mixcloud, YouTube playlists, TED talks
Install WordPress in your language
Streamlined Language management right from the dashboard
Posts
Display embed previews for audio/visual URLs in Visual editor content box.
Page scrolling now scrolls post content box.
Edit Post/Page menu bar sticks to top of content box when scrolling (Visual and Text editor).
Color picker was re-added to the Visual editor
Media
Add Media Grid view option (default) for Media Library
Add "Bulk Select" button to Media Grid view to delete multiple items
Add oEmbed support for TED talks, Mixcloud, CollegeHumor.com, Issuu
Expand oEmbed support to include YouTube playlist URLs and Polldaddy’s short URL format
Remove Viddler oEmbed support
Update SlideShare oEmbed regex
Improved media experience on small screen sizes (embedded videos now responsive)
Native video and audio shortcodes now support Flash playback looping
Comments
Comments in trash can now be marked as spam.
Plugins
Display plugins list as grid, with thumbnails, on Add New screen.
Add popup window with plugin details (displays info from plugin's directory page).
Add "Beta Testing" tab to Plugins screen for new features-as-plugins.
Accessibility
Improved keyboard accessibility in the Add Media panel
Improved screen-reader support for Customizer sections
Makes links in help tabs keyboard accessible
Improvements for screen-readers when managing widgets in the Customizer
Install Process
Add language select menu as first Installation screen (skipped for localized installs)
Multisite
mp4 file extension was added to allowed upload file types
2014-10-19 16:14:47 +02:00
|
|
|
share/ja-wordpress/wp-admin/js/editor-expand.js
|
|
|
|
share/ja-wordpress/wp-admin/js/editor-expand.min.js
|
2013-11-10 12:13:08 +01:00
|
|
|
share/ja-wordpress/wp-admin/js/editor.js
|
|
|
|
share/ja-wordpress/wp-admin/js/editor.min.js
|
|
|
|
share/ja-wordpress/wp-admin/js/farbtastic.js
|
|
|
|
share/ja-wordpress/wp-admin/js/gallery.js
|
|
|
|
share/ja-wordpress/wp-admin/js/gallery.min.js
|
|
|
|
share/ja-wordpress/wp-admin/js/image-edit.js
|
|
|
|
share/ja-wordpress/wp-admin/js/image-edit.min.js
|
|
|
|
share/ja-wordpress/wp-admin/js/inline-edit-post.js
|
|
|
|
share/ja-wordpress/wp-admin/js/inline-edit-post.min.js
|
|
|
|
share/ja-wordpress/wp-admin/js/inline-edit-tax.js
|
|
|
|
share/ja-wordpress/wp-admin/js/inline-edit-tax.min.js
|
|
|
|
share/ja-wordpress/wp-admin/js/iris.min.js
|
Update to 4.0 from 3.9.2
* Update MESSAGE to use apache24 and php-fpm.
* Add php-fpm option, and make default option as php-fpm.
Changelog:
What's New
General
Featured image previews now support .bmp files
Featured Image meta box is now hidden for contributors lacking upload capabilities
New supported oEmbed providers: CollegeHumor, Issuu, Mixcloud, YouTube playlists, TED talks
Install WordPress in your language
Streamlined Language management right from the dashboard
Posts
Display embed previews for audio/visual URLs in Visual editor content box.
Page scrolling now scrolls post content box.
Edit Post/Page menu bar sticks to top of content box when scrolling (Visual and Text editor).
Color picker was re-added to the Visual editor
Media
Add Media Grid view option (default) for Media Library
Add "Bulk Select" button to Media Grid view to delete multiple items
Add oEmbed support for TED talks, Mixcloud, CollegeHumor.com, Issuu
Expand oEmbed support to include YouTube playlist URLs and Polldaddy’s short URL format
Remove Viddler oEmbed support
Update SlideShare oEmbed regex
Improved media experience on small screen sizes (embedded videos now responsive)
Native video and audio shortcodes now support Flash playback looping
Comments
Comments in trash can now be marked as spam.
Plugins
Display plugins list as grid, with thumbnails, on Add New screen.
Add popup window with plugin details (displays info from plugin's directory page).
Add "Beta Testing" tab to Plugins screen for new features-as-plugins.
Accessibility
Improved keyboard accessibility in the Add Media panel
Improved screen-reader support for Customizer sections
Makes links in help tabs keyboard accessible
Improvements for screen-readers when managing widgets in the Customizer
Install Process
Add language select menu as first Installation screen (skipped for localized installs)
Multisite
mp4 file extension was added to allowed upload file types
2014-10-19 16:14:47 +02:00
|
|
|
share/ja-wordpress/wp-admin/js/language-chooser.js
|
|
|
|
share/ja-wordpress/wp-admin/js/language-chooser.min.js
|
2013-11-10 12:13:08 +01:00
|
|
|
share/ja-wordpress/wp-admin/js/link.js
|
|
|
|
share/ja-wordpress/wp-admin/js/link.min.js
|
|
|
|
share/ja-wordpress/wp-admin/js/media-gallery.js
|
|
|
|
share/ja-wordpress/wp-admin/js/media-gallery.min.js
|
|
|
|
share/ja-wordpress/wp-admin/js/media-upload.js
|
|
|
|
share/ja-wordpress/wp-admin/js/media-upload.min.js
|
|
|
|
share/ja-wordpress/wp-admin/js/media.js
|
|
|
|
share/ja-wordpress/wp-admin/js/media.min.js
|
|
|
|
share/ja-wordpress/wp-admin/js/nav-menu.js
|
|
|
|
share/ja-wordpress/wp-admin/js/nav-menu.min.js
|
|
|
|
share/ja-wordpress/wp-admin/js/password-strength-meter.js
|
|
|
|
share/ja-wordpress/wp-admin/js/password-strength-meter.min.js
|
|
|
|
share/ja-wordpress/wp-admin/js/plugin-install.js
|
|
|
|
share/ja-wordpress/wp-admin/js/plugin-install.min.js
|
|
|
|
share/ja-wordpress/wp-admin/js/post.js
|
|
|
|
share/ja-wordpress/wp-admin/js/post.min.js
|
|
|
|
share/ja-wordpress/wp-admin/js/postbox.js
|
|
|
|
share/ja-wordpress/wp-admin/js/postbox.min.js
|
2019-12-16 17:52:40 +01:00
|
|
|
share/ja-wordpress/wp-admin/js/privacy-tools.js
|
|
|
|
share/ja-wordpress/wp-admin/js/privacy-tools.min.js
|
2013-11-10 12:13:08 +01:00
|
|
|
share/ja-wordpress/wp-admin/js/revisions.js
|
|
|
|
share/ja-wordpress/wp-admin/js/revisions.min.js
|
|
|
|
share/ja-wordpress/wp-admin/js/set-post-thumbnail.js
|
|
|
|
share/ja-wordpress/wp-admin/js/set-post-thumbnail.min.js
|
2019-12-16 17:52:40 +01:00
|
|
|
share/ja-wordpress/wp-admin/js/site-health.js
|
|
|
|
share/ja-wordpress/wp-admin/js/site-health.min.js
|
Update to 3.8
Changelog:
For WordPress 3.8 ja
* Update WP Multibyte Patch to 1.9
For WordPress 3.8
Highlights
Introduces a new, modern admin design
A fresh, uncluttered design
Clean typography with Open Sans
Superior contrast and large, comfortable type
Responsive interfaces throughout
Refined, theme management
Smoother, click-to-add widget management
New Default Theme - Twenty Fourteen
Easily create a responsive magazine website with a sleek, modern design.
Feature your favorite homepage content in either a grid or a slider.
Use the three widget areas to customize your website, and change your content's layout with a full-width page template and a contributor page to show off your authors.
For Developers
External Libraries have been updated.
Better RTL support
What's New
General
Replace PNG-based plugins ratings stars with Dashicons for performance gains
Improved help tab text in various screens
Clicking "Check Again" on the Updates screen now provides more immediate feedback
Dashboard
Consolidate several Dashboard widgets to improve readability
Replace the 'Right Now' widget with the new and improved 'At a Glance' widget
Appearance
Introduce 8 new admin color schemes
Improved readability throughout using Open Sans typeface (where supported)
Responsive Toolbar for smaller-screen devices
Leverage Dashicons instead of icon sprites for crisper experience on all resolutions
Big RTL improvements throughout
Make the dashboard more usable on any size device with responsive all the things
Improve the login screen experience for Internet Explorer 8 users
Improve Quick Edit experience for non-English users
Improve the Menus experience for mobile users
Themes
New Default Theme -- Twenty Fourteen
Make it possible to check for any post format assigned to a post with has_post_format()
Better custom background theme support defaults, can now specify 'default-repeat', 'default-position-x', and 'default-attachment' arguments for background images.
Tags for width changed to layout: responsive-layout, fluid-layout, and fixed-layout
New tag: accessibility-ready to denote a theme is aware of accessibility best practices such as color contrast, keyboard navigation, and form/link focus. See WP theme accessibility guidelines.
Theme screenshots' size have increased from 600x450 to 880x 660.
Widgets
New click-to-add interface for adding widgets to sidebars
Improved interface for devices of all resolutions
Better drag-and-drop experience
Accessibility
Make list table row actions keyboard accessible
Improve color contrast throughout the admin
Multisite
Improved performance when deleting users in Multisite
Under The Hood
General
Heartbeat performance and API improvements
A $taxonomy argument was added to each of the adjacent post functions.
Define $is_nginx in vars.php
Apply capital_P_dangit() to the wp_title filter
Make sure ajaxurl is defined in the Customizer
validate_active_plugins() now checks the manage_network_plugins capability instead of is_super_admin()
Allow passing false for the meta_box_cb argument in register_taxonomy() to turn off the meta box display entirely
Make it easier to target video shortcodes by adding a wp-video class to the parent container
Add CSSMin, SASS, CSSJanus, and jsHint to build tools for core development
Bug Fixes
Fix bug where top-level categories were only redirecting if they had no children
Fix bug in wp_get_object_terms() where returned were strings not integers
Fix a bug where passing a null value to meta_query resulted in wonkiness with the comparison operator
Fix "'wp_signups' already exists for query" error after updating a Multisite network
Fix bug in get_bookmarks() caused by missing parentheses
Fix comment_notification_recipients filter behavior so that it is still respected even on comments left by the post author
Fix a date comparison error in dashboard_relative_date()
Fix keyboard accessibility for row actions in list tables.
Fix no-js and accessibility modes in in the Widgets screen
Fix a bug where menus could still be assigned to a non-existent theme location
Silence jQuery Migrate errors in the General settings page
Multisite
Classes
Introduce WP_Screen::remove_option()
Introduce WP_Screen::remove_options()
Introduce WP_Screen::get_options()
Functions
Introduce wp_dashboard_quick_press()
Introduce wp_dashboard_site_activity()
Introduce wp_dashboard_recent_posts()
Introduce wp_dashboard_recent_comments()
Introduce wp_dashboard_primary_output()
Introduce wp_heartbeat_set_suspension()
Introduce wp_star_rating()
Introduce get_theme_update_available()
Introduce wp_prepare_themes_for_js()
Actions & Filters
Actions
Introduce automatic_updates_complete
Filters
Introduce automatic_updates_debug_email
Introduce wp_prepare_themes_for_js
External Libraries
Add a copyright notice to zxcvbn (password strength meter) script
Deprecated
screen_icon()
get_screen_icon()
wp_dashboard_incoming_links_output()
wp_dashboard_secondary_output()
wp_dashboard_incoming_links()
wp_dashboard_incoming_links_control()
wp_dashboard_plugins()
wp_dashboard_primary_control()
wp_dashboard_recent_comments_control()
wp_dashboard_secondary()
wp_dashboard_secondary_control()
no_update_actions()
Miscellaneous
Many unused images were removed from core. See the full list
2013-12-27 23:55:20 +01:00
|
|
|
share/ja-wordpress/wp-admin/js/svg-painter.js
|
|
|
|
share/ja-wordpress/wp-admin/js/svg-painter.min.js
|
Update to 4.2.2
Changelog:
WordPress 4.2.2 Security and Maintenance Release
Posted May 7, 2015 by Samuel Sidler. Filed under Releases, Security.
WordPress 4.2.2 is now available. This is a critical security release for all previous versions and we strongly encourage you to update your sites immediately.
Version 4.2.2 addresses two security issues:
The Genericons icon font package, which is used in a number of popular themes and plugins, contained an HTML file vulnerable to a cross-site scripting attack. All affected themes and plugins hosted on WordPress.org (including the Twenty Fifteen default theme) have been updated today by the WordPress security team to address this issue by removing this nonessential file. To help protect other Genericons usage, WordPress 4.2.2 proactively scans the wp-content directory for this HTML file and removes it. Reported by Robert Abela of Netsparker.
WordPress versions 4.2 and earlier are affected by a critical cross-site scripting vulnerability, which could enable anonymous users to compromise a site. WordPress 4.2.2 includes a comprehensive fix for this issue. Reported separately by Rice Adu and Tong Shi.
The release also includes hardening for a potential cross-site scripting vulnerability when using the visual editor. This issue was reported by Mahadev Subedi.
Our thanks to those who have practiced responsible disclosure of security issues.
WordPress 4.2.2 also contains fixes for 13 bugs from 4.2. For more information, see the release notes or consult the list of changes.
Download WordPress 4.2.2 or venture over to Dashboard → Updates and simply click “Update Now.” Sites that support automatic background updates are already beginning to update to WordPress 4.2.2.
Thanks to everyone who contributed to 4.2.2:
Aaron Jorbin, Andrew Ozz, Andrew Nacin, Boone Gorges, Dion Hulse, Ella Iseulde Van Dorpe, Gary Pendergast, Hinaloe, Jeremy Felt, John James Jacoby, Konstantin Kovshenin, Mike Adams, Nikolay Bachiyski, taka2, and willstedt.
rdPress.org
Showcase
Themes
Plugins
Mobile
Support
Get Involved
About
Blog
Hosting
Download WordPress
WordPress 4.2.2 Security and Maintenance Release
Posted May 7, 2015 by Samuel Sidler. Filed under Releases, Security.
WordPress 4.2.2 is now available. This is a critical security release for all previous versions and we strongly encourage you to update your sites immediately.
Version 4.2.2 addresses two security issues:
The Genericons icon font package, which is used in a number of popular themes and plugins, contained an HTML file vulnerable to a cross-site scripting attack. All affected themes and plugins hosted on WordPress.org (including the Twenty Fifteen default theme) have been updated today by the WordPress security team to address this issue by removing this nonessential file. To help protect other Genericons usage, WordPress 4.2.2 proactively scans the wp-content directory for this HTML file and removes it. Reported by Robert Abela of Netsparker.
WordPress versions 4.2 and earlier are affected by a critical cross-site scripting vulnerability, which could enable anonymous users to compromise a site. WordPress 4.2.2 includes a comprehensive fix for this issue. Reported separately by Rice Adu and Tong Shi.
The release also includes hardening for a potential cross-site scripting vulnerability when using the visual editor. This issue was reported by Mahadev Subedi.
Our thanks to those who have practiced responsible disclosure of security issues.
WordPress 4.2.2 also contains fixes for 13 bugs from 4.2. For more information, see the release notes or consult the list of changes.
Download WordPress 4.2.2 or venture over to Dashboard → Updates and simply click “Update Now.” Sites that support automatic background updates are already beginning to update to WordPress 4.2.2.
Thanks to everyone who contributed to 4.2.2:
Aaron Jorbin, Andrew Ozz, Andrew Nacin, Boone Gorges, Dion Hulse, Ella Iseulde Van Dorpe, Gary Pendergast, Hinaloe, Jeremy Felt, John James Jacoby, Konstantin Kovshenin, Mike Adams, Nikolay Bachiyski, taka2, and willstedt.
Share this:
WordPress 4.2.1 Security Release
Posted April 27, 2015 by Gary Pendergast. Filed under Releases, Security.
WordPress 4.2.1 is now available. This is a critical security release for all previous versions and we strongly encourage you to update your sites immediately.
A few hours ago, the WordPress team was made aware of a cross-site scripting vulnerability, which could enable commenters to compromise a site. The vulnerability was discovered by Jouko Pynnönen.
WordPress 4.2.1 has begun to roll out as an automatic background update, for sites that support those.
For more information, see the release notes or consult the list of changes.
Download WordPress 4.2.1 or venture over to Dashboard → Updates and simply click “Update Now”.
WordPress 4.2
An easier way to share content
Extended character support
Switch themes in the Customizer
Even more embeds
Streamlined plugin updates
Under the Hood
utf8mb4 support
Database character encoding has changed from utf8 to utf8mb4, which adds support for a whole range of new 4-byte characters.
JavaScript accessibility
You can now send audible notifications to screen readers in JavaScript with wp.a11y.speak(). Pass it a string, and an update will be sent to a dedicated ARIA live notifications area.
Shared term splitting
Terms shared across multiple taxonomies will be split when one of them is updated. Find out more in the Plugin Developer Handbook.
Complex query ordering
WP_Query, WP_Comment_Query, and WP_User_Query now support complex ordering with named meta query clauses.
2015-05-31 21:59:59 +02:00
|
|
|
share/ja-wordpress/wp-admin/js/tags-box.js
|
|
|
|
share/ja-wordpress/wp-admin/js/tags-box.min.js
|
2019-12-16 17:52:40 +01:00
|
|
|
share/ja-wordpress/wp-admin/js/tags-suggest.js
|
|
|
|
share/ja-wordpress/wp-admin/js/tags-suggest.min.js
|
2013-11-10 12:13:08 +01:00
|
|
|
share/ja-wordpress/wp-admin/js/tags.js
|
|
|
|
share/ja-wordpress/wp-admin/js/tags.min.js
|
2019-12-16 17:52:40 +01:00
|
|
|
share/ja-wordpress/wp-admin/js/theme-plugin-editor.js
|
|
|
|
share/ja-wordpress/wp-admin/js/theme-plugin-editor.min.js
|
2013-11-10 12:13:08 +01:00
|
|
|
share/ja-wordpress/wp-admin/js/theme.js
|
|
|
|
share/ja-wordpress/wp-admin/js/theme.min.js
|
2014-09-28 16:18:00 +02:00
|
|
|
share/ja-wordpress/wp-admin/js/updates.js
|
|
|
|
share/ja-wordpress/wp-admin/js/updates.min.js
|
2013-11-10 12:13:08 +01:00
|
|
|
share/ja-wordpress/wp-admin/js/user-profile.js
|
|
|
|
share/ja-wordpress/wp-admin/js/user-profile.min.js
|
|
|
|
share/ja-wordpress/wp-admin/js/user-suggest.js
|
|
|
|
share/ja-wordpress/wp-admin/js/user-suggest.min.js
|
|
|
|
share/ja-wordpress/wp-admin/js/widgets.js
|
|
|
|
share/ja-wordpress/wp-admin/js/widgets.min.js
|
2019-12-16 17:52:40 +01:00
|
|
|
share/ja-wordpress/wp-admin/js/widgets/custom-html-widgets.js
|
|
|
|
share/ja-wordpress/wp-admin/js/widgets/custom-html-widgets.min.js
|
|
|
|
share/ja-wordpress/wp-admin/js/widgets/media-audio-widget.js
|
|
|
|
share/ja-wordpress/wp-admin/js/widgets/media-audio-widget.min.js
|
|
|
|
share/ja-wordpress/wp-admin/js/widgets/media-gallery-widget.js
|
|
|
|
share/ja-wordpress/wp-admin/js/widgets/media-gallery-widget.min.js
|
|
|
|
share/ja-wordpress/wp-admin/js/widgets/media-image-widget.js
|
|
|
|
share/ja-wordpress/wp-admin/js/widgets/media-image-widget.min.js
|
|
|
|
share/ja-wordpress/wp-admin/js/widgets/media-video-widget.js
|
|
|
|
share/ja-wordpress/wp-admin/js/widgets/media-video-widget.min.js
|
|
|
|
share/ja-wordpress/wp-admin/js/widgets/media-widgets.js
|
|
|
|
share/ja-wordpress/wp-admin/js/widgets/media-widgets.min.js
|
|
|
|
share/ja-wordpress/wp-admin/js/widgets/text-widgets.js
|
|
|
|
share/ja-wordpress/wp-admin/js/widgets/text-widgets.min.js
|
2013-11-10 12:13:08 +01:00
|
|
|
share/ja-wordpress/wp-admin/js/word-count.js
|
|
|
|
share/ja-wordpress/wp-admin/js/word-count.min.js
|
|
|
|
share/ja-wordpress/wp-admin/js/xfn.js
|
|
|
|
share/ja-wordpress/wp-admin/js/xfn.min.js
|
|
|
|
share/ja-wordpress/wp-admin/link-add.php
|
|
|
|
share/ja-wordpress/wp-admin/link-manager.php
|
|
|
|
share/ja-wordpress/wp-admin/link-parse-opml.php
|
|
|
|
share/ja-wordpress/wp-admin/link.php
|
|
|
|
share/ja-wordpress/wp-admin/load-scripts.php
|
|
|
|
share/ja-wordpress/wp-admin/load-styles.php
|
|
|
|
share/ja-wordpress/wp-admin/maint/repair.php
|
|
|
|
share/ja-wordpress/wp-admin/media-new.php
|
|
|
|
share/ja-wordpress/wp-admin/media-upload.php
|
|
|
|
share/ja-wordpress/wp-admin/media.php
|
|
|
|
share/ja-wordpress/wp-admin/menu-header.php
|
|
|
|
share/ja-wordpress/wp-admin/menu.php
|
|
|
|
share/ja-wordpress/wp-admin/moderation.php
|
|
|
|
share/ja-wordpress/wp-admin/ms-admin.php
|
|
|
|
share/ja-wordpress/wp-admin/ms-delete-site.php
|
|
|
|
share/ja-wordpress/wp-admin/ms-edit.php
|
|
|
|
share/ja-wordpress/wp-admin/ms-options.php
|
|
|
|
share/ja-wordpress/wp-admin/ms-sites.php
|
|
|
|
share/ja-wordpress/wp-admin/ms-themes.php
|
|
|
|
share/ja-wordpress/wp-admin/ms-upgrade-network.php
|
|
|
|
share/ja-wordpress/wp-admin/ms-users.php
|
|
|
|
share/ja-wordpress/wp-admin/my-sites.php
|
|
|
|
share/ja-wordpress/wp-admin/nav-menus.php
|
|
|
|
share/ja-wordpress/wp-admin/network.php
|
|
|
|
share/ja-wordpress/wp-admin/network/about.php
|
|
|
|
share/ja-wordpress/wp-admin/network/admin.php
|
|
|
|
share/ja-wordpress/wp-admin/network/credits.php
|
|
|
|
share/ja-wordpress/wp-admin/network/edit.php
|
|
|
|
share/ja-wordpress/wp-admin/network/freedoms.php
|
|
|
|
share/ja-wordpress/wp-admin/network/index.php
|
|
|
|
share/ja-wordpress/wp-admin/network/menu.php
|
|
|
|
share/ja-wordpress/wp-admin/network/plugin-editor.php
|
|
|
|
share/ja-wordpress/wp-admin/network/plugin-install.php
|
|
|
|
share/ja-wordpress/wp-admin/network/plugins.php
|
2019-12-16 17:52:40 +01:00
|
|
|
share/ja-wordpress/wp-admin/network/privacy.php
|
2013-11-10 12:13:08 +01:00
|
|
|
share/ja-wordpress/wp-admin/network/profile.php
|
|
|
|
share/ja-wordpress/wp-admin/network/settings.php
|
|
|
|
share/ja-wordpress/wp-admin/network/setup.php
|
|
|
|
share/ja-wordpress/wp-admin/network/site-info.php
|
|
|
|
share/ja-wordpress/wp-admin/network/site-new.php
|
|
|
|
share/ja-wordpress/wp-admin/network/site-settings.php
|
|
|
|
share/ja-wordpress/wp-admin/network/site-themes.php
|
|
|
|
share/ja-wordpress/wp-admin/network/site-users.php
|
|
|
|
share/ja-wordpress/wp-admin/network/sites.php
|
|
|
|
share/ja-wordpress/wp-admin/network/theme-editor.php
|
|
|
|
share/ja-wordpress/wp-admin/network/theme-install.php
|
|
|
|
share/ja-wordpress/wp-admin/network/themes.php
|
|
|
|
share/ja-wordpress/wp-admin/network/update-core.php
|
|
|
|
share/ja-wordpress/wp-admin/network/update.php
|
|
|
|
share/ja-wordpress/wp-admin/network/upgrade.php
|
|
|
|
share/ja-wordpress/wp-admin/network/user-edit.php
|
|
|
|
share/ja-wordpress/wp-admin/network/user-new.php
|
|
|
|
share/ja-wordpress/wp-admin/network/users.php
|
|
|
|
share/ja-wordpress/wp-admin/options-discussion.php
|
|
|
|
share/ja-wordpress/wp-admin/options-general.php
|
|
|
|
share/ja-wordpress/wp-admin/options-head.php
|
|
|
|
share/ja-wordpress/wp-admin/options-media.php
|
|
|
|
share/ja-wordpress/wp-admin/options-permalink.php
|
2019-12-16 17:52:40 +01:00
|
|
|
share/ja-wordpress/wp-admin/options-privacy.php
|
2013-11-10 12:13:08 +01:00
|
|
|
share/ja-wordpress/wp-admin/options-reading.php
|
|
|
|
share/ja-wordpress/wp-admin/options-writing.php
|
|
|
|
share/ja-wordpress/wp-admin/options.php
|
|
|
|
share/ja-wordpress/wp-admin/plugin-editor.php
|
|
|
|
share/ja-wordpress/wp-admin/plugin-install.php
|
|
|
|
share/ja-wordpress/wp-admin/plugins.php
|
|
|
|
share/ja-wordpress/wp-admin/post-new.php
|
|
|
|
share/ja-wordpress/wp-admin/post.php
|
|
|
|
share/ja-wordpress/wp-admin/press-this.php
|
2019-12-16 17:52:40 +01:00
|
|
|
share/ja-wordpress/wp-admin/privacy-policy-guide.php
|
|
|
|
share/ja-wordpress/wp-admin/privacy.php
|
2013-11-10 12:13:08 +01:00
|
|
|
share/ja-wordpress/wp-admin/profile.php
|
|
|
|
share/ja-wordpress/wp-admin/revision.php
|
|
|
|
share/ja-wordpress/wp-admin/setup-config.php
|
2019-12-16 17:52:40 +01:00
|
|
|
share/ja-wordpress/wp-admin/site-health-info.php
|
|
|
|
share/ja-wordpress/wp-admin/site-health.php
|
2016-04-30 02:16:58 +02:00
|
|
|
share/ja-wordpress/wp-admin/term.php
|
2013-11-10 12:13:08 +01:00
|
|
|
share/ja-wordpress/wp-admin/theme-editor.php
|
|
|
|
share/ja-wordpress/wp-admin/theme-install.php
|
|
|
|
share/ja-wordpress/wp-admin/themes.php
|
|
|
|
share/ja-wordpress/wp-admin/tools.php
|
|
|
|
share/ja-wordpress/wp-admin/update-core.php
|
|
|
|
share/ja-wordpress/wp-admin/update.php
|
|
|
|
share/ja-wordpress/wp-admin/upgrade-functions.php
|
|
|
|
share/ja-wordpress/wp-admin/upgrade.php
|
|
|
|
share/ja-wordpress/wp-admin/upload.php
|
|
|
|
share/ja-wordpress/wp-admin/user-edit.php
|
|
|
|
share/ja-wordpress/wp-admin/user-new.php
|
|
|
|
share/ja-wordpress/wp-admin/user/about.php
|
|
|
|
share/ja-wordpress/wp-admin/user/admin.php
|
|
|
|
share/ja-wordpress/wp-admin/user/credits.php
|
|
|
|
share/ja-wordpress/wp-admin/user/freedoms.php
|
|
|
|
share/ja-wordpress/wp-admin/user/index.php
|
|
|
|
share/ja-wordpress/wp-admin/user/menu.php
|
2019-12-16 17:52:40 +01:00
|
|
|
share/ja-wordpress/wp-admin/user/privacy.php
|
2013-11-10 12:13:08 +01:00
|
|
|
share/ja-wordpress/wp-admin/user/profile.php
|
|
|
|
share/ja-wordpress/wp-admin/user/user-edit.php
|
|
|
|
share/ja-wordpress/wp-admin/users.php
|
|
|
|
share/ja-wordpress/wp-admin/widgets.php
|
|
|
|
share/ja-wordpress/wp-blog-header.php
|
|
|
|
share/ja-wordpress/wp-comments-post.php
|
|
|
|
share/ja-wordpress/wp-content/index.php
|
|
|
|
share/ja-wordpress/wp-content/languages/admin-ja.mo
|
|
|
|
share/ja-wordpress/wp-content/languages/admin-ja.po
|
|
|
|
share/ja-wordpress/wp-content/languages/admin-network-ja.mo
|
|
|
|
share/ja-wordpress/wp-content/languages/admin-network-ja.po
|
|
|
|
share/ja-wordpress/wp-content/languages/continents-cities-ja.mo
|
|
|
|
share/ja-wordpress/wp-content/languages/continents-cities-ja.po
|
2020-09-20 17:24:36 +02:00
|
|
|
share/ja-wordpress/wp-content/languages/ja-0cc31205f20441b3df1d1b46100f6b8d.json
|
2019-12-16 17:52:40 +01:00
|
|
|
share/ja-wordpress/wp-content/languages/ja-0ce75ad2f775d1cac9696967d484808c.json
|
2020-09-20 17:24:36 +02:00
|
|
|
share/ja-wordpress/wp-content/languages/ja-0eebe503220d4a00341eb011b92769b4.json
|
2021-01-03 09:41:15 +01:00
|
|
|
share/ja-wordpress/wp-content/languages/ja-1780a2033cf98d69ce13c2e5c8510004.json
|
2019-12-16 17:52:40 +01:00
|
|
|
share/ja-wordpress/wp-content/languages/ja-1a0cd6a7128913b15c1a10dd68951869.json
|
|
|
|
share/ja-wordpress/wp-content/languages/ja-1bba9045bb07c89671c88a3f328548e8.json
|
2020-09-20 17:24:36 +02:00
|
|
|
share/ja-wordpress/wp-content/languages/ja-1c4303f02ff93b290e9faad991eeb06f.json
|
|
|
|
share/ja-wordpress/wp-content/languages/ja-1d17475f620f63a92e2c5d2681c51ee8.json
|
2019-12-16 17:52:40 +01:00
|
|
|
share/ja-wordpress/wp-content/languages/ja-28b3c3d595952907e08d98287077426c.json
|
2020-09-20 17:24:36 +02:00
|
|
|
share/ja-wordpress/wp-content/languages/ja-2b390f85a3048c5b4255fb45960b6514.json
|
2019-12-16 17:52:40 +01:00
|
|
|
share/ja-wordpress/wp-content/languages/ja-2c5d274ea625dd91556554ad82901529.json
|
2020-09-20 17:24:36 +02:00
|
|
|
share/ja-wordpress/wp-content/languages/ja-320f4ad9792aaa6dedb1e71cbdf85d57.json
|
|
|
|
share/ja-wordpress/wp-content/languages/ja-49c6d4acf36cf3aca9f0b2a77617304f.json
|
2019-12-16 17:52:40 +01:00
|
|
|
share/ja-wordpress/wp-content/languages/ja-4a38fe1c0c45989e44682ba6109d9f46.json
|
2020-09-20 17:24:36 +02:00
|
|
|
share/ja-wordpress/wp-content/languages/ja-4bfa11da57ff2600004bb500368247f4.json
|
|
|
|
share/ja-wordpress/wp-content/languages/ja-50278328b502f4eb3f2b8b7ab49324a1.json
|
|
|
|
share/ja-wordpress/wp-content/languages/ja-5251f7623766a714c8207c7edb938628.json
|
2021-01-03 09:41:15 +01:00
|
|
|
share/ja-wordpress/wp-content/languages/ja-529362903a5a05b34b06b5e793fb4cf8.json
|
2020-09-20 17:24:36 +02:00
|
|
|
share/ja-wordpress/wp-content/languages/ja-569e85ef168299eb8c8f24d8ef8c8a78.json
|
|
|
|
share/ja-wordpress/wp-content/languages/ja-6025add6bde16aaeb12787d250f9b414.json
|
2019-12-16 17:52:40 +01:00
|
|
|
share/ja-wordpress/wp-content/languages/ja-68f2cec7514bf8563c723a4d675fcfe6.json
|
2020-09-20 17:24:36 +02:00
|
|
|
share/ja-wordpress/wp-content/languages/ja-7289286ed59e90a8f36ae797df62220b.json
|
|
|
|
share/ja-wordpress/wp-content/languages/ja-7436b7ee9e4f11ac0d618d8cc886eb66.json
|
|
|
|
share/ja-wordpress/wp-content/languages/ja-77fdfadaf2e1ca3a027d1956b910bc50.json
|
|
|
|
share/ja-wordpress/wp-content/languages/ja-7b74c8457eaa7fcc50db41b431f8a003.json
|
|
|
|
share/ja-wordpress/wp-content/languages/ja-7d5ca435e60d92f024d46c9257aaa0f7.json
|
2019-12-16 17:52:40 +01:00
|
|
|
share/ja-wordpress/wp-content/languages/ja-7f13c36c641b114bf18cd0bcc9ecc7e0.json
|
|
|
|
share/ja-wordpress/wp-content/languages/ja-803bf1ce2131e13efc590c1bc47851fc.json
|
|
|
|
share/ja-wordpress/wp-content/languages/ja-81c889563f09dd13de1701135dc62941.json
|
2020-09-20 17:24:36 +02:00
|
|
|
share/ja-wordpress/wp-content/languages/ja-81d6f084cb273e02e15b01bd9ece87f7.json
|
|
|
|
share/ja-wordpress/wp-content/languages/ja-8240df461220d1d3a028a9a4c5652a5b.json
|
2019-12-16 17:52:40 +01:00
|
|
|
share/ja-wordpress/wp-content/languages/ja-8860e58c20c6a2ab5876a0f07be43bd9.json
|
2020-09-20 17:24:36 +02:00
|
|
|
share/ja-wordpress/wp-content/languages/ja-93882e8f9976382d7f724ac595ed7151.json
|
2020-06-21 18:42:55 +02:00
|
|
|
share/ja-wordpress/wp-content/languages/ja-947c76bb5095da30e16668eec15406b2.json
|
2020-09-20 17:24:36 +02:00
|
|
|
share/ja-wordpress/wp-content/languages/ja-9b256ea9cd54df92095e04c76758ceb0.json
|
|
|
|
share/ja-wordpress/wp-content/languages/ja-9c3519f4870fac83dc0dbf18cb6bd4c4.json
|
|
|
|
share/ja-wordpress/wp-content/languages/ja-9d47a87c240c1d10701cd6a02b28aa1b.json
|
2019-12-16 17:52:40 +01:00
|
|
|
share/ja-wordpress/wp-content/languages/ja-a25d1cc7bf7ca0b4e114f6bea64943f4.json
|
2020-09-20 17:24:36 +02:00
|
|
|
share/ja-wordpress/wp-content/languages/ja-a9dc201dcd011fe71849743133052619.json
|
2021-01-03 09:41:15 +01:00
|
|
|
share/ja-wordpress/wp-content/languages/ja-aabfce98c410957228848dc581e3c420.json
|
2020-09-20 17:24:36 +02:00
|
|
|
share/ja-wordpress/wp-content/languages/ja-ac23eee47530ac63a1178c827db28087.json
|
2019-12-16 17:52:40 +01:00
|
|
|
share/ja-wordpress/wp-content/languages/ja-bf0f094965d3d4a95b47babcb35fc136.json
|
2020-09-20 17:24:36 +02:00
|
|
|
share/ja-wordpress/wp-content/languages/ja-bf23b24175490c2e46aaf92ff6a0c70f.json
|
|
|
|
share/ja-wordpress/wp-content/languages/ja-ca28138671823450e87dfd354f7afc6b.json
|
2019-12-16 17:52:40 +01:00
|
|
|
share/ja-wordpress/wp-content/languages/ja-daeb084aab42199d26393a56c3465bc0.json
|
|
|
|
share/ja-wordpress/wp-content/languages/ja-e2791ba830489d23043be8650a22a22b.json
|
2021-01-03 09:41:15 +01:00
|
|
|
share/ja-wordpress/wp-content/languages/ja-e2e4c4b80f3adf2c70b431bfdb1b4872.json
|
2020-09-20 17:24:36 +02:00
|
|
|
share/ja-wordpress/wp-content/languages/ja-f575f481034e90e21d832e415fd95fcf.json
|
2019-12-16 17:52:40 +01:00
|
|
|
share/ja-wordpress/wp-content/languages/ja-f8f49d9fc4a9cf7d78ec99285417bd9c.json
|
2013-11-10 12:13:08 +01:00
|
|
|
share/ja-wordpress/wp-content/languages/ja.mo
|
|
|
|
share/ja-wordpress/wp-content/languages/ja.po
|
2014-09-28 16:18:00 +02:00
|
|
|
share/ja-wordpress/wp-content/languages/plugins/akismet-ja.mo
|
|
|
|
share/ja-wordpress/wp-content/languages/plugins/akismet-ja.po
|
2019-12-16 17:52:40 +01:00
|
|
|
share/ja-wordpress/wp-content/languages/themes/twentynineteen-ja.mo
|
|
|
|
share/ja-wordpress/wp-content/languages/themes/twentynineteen-ja.po
|
|
|
|
share/ja-wordpress/wp-content/languages/themes/twentyseventeen-ja.mo
|
|
|
|
share/ja-wordpress/wp-content/languages/themes/twentyseventeen-ja.po
|
Update to 4.4
Changelog:
On December 8, 2015, WordPress Version 4.4, named for jazz musician Clifford Brown, was released to the public. For more information on this enhancement and bug-fix release, read the WordPress Blog, and see the Changelog for 4.4.
For Version 4.4, the database version (db_version in wp_options) changed to 35700, and the Trac revision was 35842.
Highlights
twenty-sixteen-white-desktop-1x.png
New Default Theme - Twenty Sixteen
Modern take on the classic blog design
Flexible header and fun color schemes will make your content shine
Mobile-first and responsive
The Finer Points
responsive-devices-desktop-1x.png
Responsive images:
WordPress now takes a smarter approach to displaying appropriate image sizes on any device, ensuring a perfect fit every time. You don’t need to do anything to your theme, it just works.
wp embed preview.png
Embed your WordPress content:
Now you can embed your posts on other sites, even other WordPress sites. Simply drop a post URL into the editor and see an instant embed preview, complete with the title, excerpt, and featured image if you’ve set one. We’ll even include your site icon and links for comments and sharing.
reverbnation embed.png
Even more embed providers:
In addition to post embeds, WordPress 4.4 also adds support for five new oEmbed providers: Cloudup, Reddit Comments, ReverbNation, Speaker Deck, and VideoPress.
For Developers
REST API infrastructure: Infrastructure for the REST API has been integrated into core, the first part of a multi-stage rollout. Inclusion of core endpoints is targeted for an upcoming release. To get a sneak peek of the core endpoints, and for more information on extending the REST API, check out the official WordPress REST API plugin.
Term meta: Terms now support metadata, just like posts. See add_term_meta(), get_term_meta(), and update_term_meta() for more information.
Comment query improvements: Comment queries now have cache handling to improve performance. New arguments in WP_Comment_Query make crafting robust comment queries simpler.
Term, comment, and network objects: New WP_Term, WP_Comment, and WP_Network objects make interacting with terms, comments, and networks more predictable and intuitive in code.
What's New
General
Developer reference - Improvements to inline code documentation.
i18n support - Improvements to translation strings all over the core.
Admin page headings were adjusted from H3 to H2 tags to reinforce page hierarchy
Improvements to how list tables are displayed on all size screens
Posts
The post/page permalink UI was simplified, linking the permalink and removing the "View" button
Media
Comments
The "View Comment" link was relocated from the Status meta box in the comment-editing screen
Many comment functions can now accept a full object instead of 'comment_ID' to reduce cache/db lookups
Orphaned comments now fall back to the 'edit_posts' capability
Appearance
Site icons will now fall back to the 'full' size URL when the 'thumbnail' size doesn't exist
Users
Install Process
Multisite
The language chooser was added to the new site form on wp-signup.php
Sites may no longer be created with the following reserved slugs: wp-admin, wp-content, wp-includes, or wp-json
Accessibility
Under The Hood
General
Unclosed HTML elements in shortcode attributes were disallowed
HTML was removed from all translatable text strings
Rewrite rules are now flushed on theme switch
Most core classes were moved to their own files
Embeds
Add oEmbed support for Cloudup.
Add oEmbed support for Reddit Comments.
Add oEmbed support for ReverbNation.
Add oEmbed support for Speaker Deck.
Add oEmbed support for VideoPress.
Remove oEmbed support for Blip.
JavaScript
Customizer: Ensure persistence of unchanged active state for controls, sections, and panels
Customizer: Fixed logic for determining the container element when focusing on a panel, section, or control
Customizer: Fixed clearing of a color control's setting by using proper empty value
Bug Fixes
Fail gracefully when checking mapped capabilities against unregistered post types
Visibility was restored for the Tags auto-suggest tooltip in Quick Edit
The $public_only parameter was added to count_user_posts()
Cron: Events are now rejected when the provided $timestamp value is not a valid timestamp
Users with no role are now redirected to the home page on login instead of their profile-editing screen
Multisite
A network can now be retrieved by its ID through WP_Network::get_instance()
A network can now be created or completed by passing arguments to WP_Network
Network-level capabilities were clarified and some long-time bugs were fixed
Classes
What's New
WP_Comment
WP_Comment_Query->$found_comments
WP_Comment_Query->$max_num_pages
WP_Comment_Query->$meta_query_clauses
WP_Comment_Query->$sql_clauses
WP_Comment_Query::fill_descendants()
WP_Comment_Query::get_comment_ids()
WP_Customize_Manager->$autofocus
WP_Customize_Manager->$preview_url
WP_Customize_Manager->$return_url
WP_Customize_Manager::customize_pane_settings()
WP_Customize_Manager::get_autofocus()
WP_Customize_Manager::get_document_title_template()
WP_Customize_Manager::get_preview_url()
WP_Customize_Manager::get_return_url()
WP_Customize_Manager::is_ios()
WP_Customize_Manager::set_autofocus()
WP_Customize_Manager::set_preview_url()
WP_Customize_Manager::set_return_url()
WP_Customize_Setting->$is_multidimensional_aggregated
WP_Customize_Setting->$is_previewed
WP_Customize_Setting::$aggregated_multidimensionals
WP_Customize_Setting::_multidimensional_preview_filter()
WP_Customize_Setting::aggregate_multidimensional()
get_root_value/ WP_Customize_Setting::get_root_value()
id_data/ WP_Customize_Setting::id_data()
set_root_value/ WP_Customize_Setting::set_root_value()
WP_Customize_Widgets::get_widget_control_parts()
WP_Customize_Widgets::is_panel_active()
WP_Filesystem_SSH2::sftp_path()
WP_HTTP_Response
WP_List_Table::get_primary_column()
WP_Locale->$start_of_week
WP_MS_Sites_List_Table::column_id()
WP_MS_Users_List_Table::column_id()
WP_Media_List_Table->$comment_pending_count
WP_Network
WP_Posts_List_Table::get_edit_link()
WP_Query->$is_embed
WP_Query->$updated_comment_meta_cache
WP_Query->$updated_term_meta_cache
WP_Query::is_embed()
WP_Query::lazyload_comment_meta()
WP_Query::lazyload_term_meta()
WP_REST_Request
WP_REST_Response
WP_REST_Server
WP_Screen->$_screen_reader_content
WP_Screen::get_screen_reader_content()
WP_Screen::get_screen_reader_text()
WP_Screen::remove_screen_reader_content()
WP_Screen::render_list_table_columns_preferences()
WP_Screen::render_meta_boxes_preferences()
WP_Screen::render_screen_reader_content()
WP_Screeb::render_view_mode()
WP_Screen::set_screen_reader_content()
WP_Term
>$update WP_Theme
WP_User::__unset()
>$request WP_User_Query
WP_User_Query::fill_query_vars()
WP_Users_List_Table::get_role_list()
WP_Widget_Calendar::$instance
WP_Widget_Tag_Cloud::_get_current_taxonomy()
WP_oEmbed_Controller
wpdb->$termmeta
Deprecated
Functions
What's New
_prime_comment_caches()
add_network_option()
add_term_meta()
delete_network_option()
delete_term_meta()
enqueue_embed_scripts()
get_header_image_tag()
get_html_split_regex()
get_network_option()
get_oembed_endpoint_url()
get_oembed_response_data()
get_oembed_response_data_rich()
get_password_reset_key()
get_post_embed_html()
get_post_embed_url()
get_preview_post_link()
get_rest_url()
get_shortcode_atts_regex()
get_subdirectory_reserved_names()
get_term_meta()
get_the_author_posts_link()
get_the_comments_navigation()
get_the_comments_pagination()
get_the_post_thumbnail_url()
is_embed()
is_post_type_viewable()
is_registered_sidebar()
map_deep()
print_embed_comments_button()
print_embed_scripts()
print_embed_sharing_button()
print_embed_sharing_dialog()
print_embed_styles()
register_rest_route()
rest_api_default_filters()
rest_api_init()
rest_api_loaded()
rest_api_register_rewrites()
rest_cookie_check_errors()
rest_cookie_collect_status()
rest_do_request()
rest_ensure_request()
rest_ensure_response()
rest_get_date_with_gmt()
rest_get_url_prefix()
rest_handle_deprecated_argument()
rest_handle_deprecated_function()
rest_handle_options_request()
rest_output_link_header()
rest_output_link_wp_head()
rest_output_rsd()
rest_parse_date()
rest_send_allow_header()
rest_send_cors_headers()
rest_url()
signup_get_available_languages()
strip_fragment_from_url()
stripslashes_from_strings_only()
the_comments_navigation()
the_comments_pagination()
the_excerpt_embed()
the_header_image_tag()
the_post_thumbnail_url()
update_network_option()
update_term_meta()
update_termmeta_cache()
urldecode_deep()
wp_ajax_delete_inactive_widgets()
wp_ajax_generate_password()
wp_ajax_save_wporg_username()
wp_calculate_image_sizes()
wp_calculate_image_srcset()
wp_embed_excerpt_attachment()
wp_embed_excerpt_attachment()
wp_filter_oembed_result()
wp_get_attachment_image_sizes()
wp_get_attachment_image_srcset()
wp_get_attachment_image_url()
wp_get_document_title()
wp_get_server_protocol()
wp_get_users_with_no_role()
wp_handle_comment_submission()
wp_image_add_srcset_and_sizes()
wp_installing()
wp_is_numeric_array()
wp_make_content_images_responsive()
wp_maybe_decline_date()
wp_new_comment_notify_moderator()
wp_new_comment_notify_postauthor()
wp_oembed_add_discovery_links()
wp_oembed_add_host_js()
wp_oembed_ensure_format()
wp_oembed_register_route()
wp_parse_url()
wp_remote_retrieve_cookie()
wp_remote_retrieve_cookie_value()
wp_remote_retrieve_cookies()
wp_removable_query_args()
wp_rest_server_class()
wp_send_new_user_notifications()
wp_term_is_shared()
Deprecated
wp_get_http()
Actions & Filters
New Actions
after_password_reset
after_signup_site
after_signup_user
attachment_updated
before_signup_header
clean_user_cache
customize_post_value_set
customize_post_value_set_{$setting_id}
delete_plugin
delete_widget
deleted_plugin
edit_user_created_user
embed_content
embed_content_meta
embed_footer
embed_head
enqueue_embed_scripts
invite_user
manage_posts_extra_tablenav
ms_network_not_found
network_site_new_created_user
network_site_users_created_user
network_user_new_created_user
page_attributes_meta_box_template
post_submitbox_minor_actions
pre_auto_update
register_new_user
rest_api_init
wp_add_nav_menu_item
wp_mail_failed
wp_verify_nonce_failed
New Filters
admin_post_thumbnail_size
comment_excerpt_length
comment_form_fields
content_pagination
customize_loaded_components
dashboard_recent_drafts_query_args
dashboard_secondary_items
default_hidden_columns
document_title_parts
document_title_separator
duplicate_comment_id
embed_html
embed_oembed_discover
embed_site_title_html
embed_template
embed_thumbnail_image_shape
embed_thumbnail_image_size
enclosure_links
expiration_of_site_transient_{$transient}
expiration_of_transient_{$transient}
export_wp_filename
feed_links_show_comments_feed
feed_links_show_posts_feed
found_comments_query
get_header_image_tag
get_page_of_comment
get_page_uri
get_post_status
get_role_list
get_sample_permalink
get_terms_defaults
get_{$adjacent}_post_excluded_terms
hidden_columns
illegal_user_logins
image_get_intermediate_size
insert_user_meta
max_srcset_image_width
mejs_settings
nav_menu_item_args
nav_menu_item_title
navigation_markup_template
network_admin_plugin_action_links
network_admin_plugin_action_links_{$plugin_file}
notify_moderator
notify_post_author
oembed_discovery_links
oembed_endpoint_url
oembed_min_max_width
oembed_response_data
old_slug_redirect_url
plugin_action_links
plugin_action_links_{$plugin_file}
post_edit_category_parent_dropdown_args
post_embed_url
postmeta_form_keys
pre_delete_post
pre_get_document_title
pre_get_lastpostmodified
register_post_type_args
register_taxonomy_args
respond_link
rest_url
rest_url_prefix
screen_options_show_submit
show_network_active_plugins
signup_get_available_languages
subdirectory_reserved_names
submenu_file
taxonomy_labels_{$taxonomy}
the_category_list
the_excerpt_embed
update_right_now_text
user_profile_picture_description
users_list_table_query_args
view_mode_post_types
wp_calculate_image_sizes
wp_calculate_image_srcset
wp_dropdown_users_args
wp_http_ixr_client_headers
wp_post_revision_title_expanded
wp_prepare_revision_for_js
wp_theme_editor_filetypes
xmlrpc_chunk_parsing_size
2015-12-27 19:39:57 +01:00
|
|
|
share/ja-wordpress/wp-content/languages/themes/twentysixteen-ja.mo
|
|
|
|
share/ja-wordpress/wp-content/languages/themes/twentysixteen-ja.po
|
2019-12-16 17:52:40 +01:00
|
|
|
share/ja-wordpress/wp-content/languages/themes/twentytwenty-ja.mo
|
|
|
|
share/ja-wordpress/wp-content/languages/themes/twentytwenty-ja.po
|
2014-09-28 16:18:00 +02:00
|
|
|
share/ja-wordpress/wp-content/plugins/akismet/.htaccess
|
Update to 4.4
Changelog:
On December 8, 2015, WordPress Version 4.4, named for jazz musician Clifford Brown, was released to the public. For more information on this enhancement and bug-fix release, read the WordPress Blog, and see the Changelog for 4.4.
For Version 4.4, the database version (db_version in wp_options) changed to 35700, and the Trac revision was 35842.
Highlights
twenty-sixteen-white-desktop-1x.png
New Default Theme - Twenty Sixteen
Modern take on the classic blog design
Flexible header and fun color schemes will make your content shine
Mobile-first and responsive
The Finer Points
responsive-devices-desktop-1x.png
Responsive images:
WordPress now takes a smarter approach to displaying appropriate image sizes on any device, ensuring a perfect fit every time. You don’t need to do anything to your theme, it just works.
wp embed preview.png
Embed your WordPress content:
Now you can embed your posts on other sites, even other WordPress sites. Simply drop a post URL into the editor and see an instant embed preview, complete with the title, excerpt, and featured image if you’ve set one. We’ll even include your site icon and links for comments and sharing.
reverbnation embed.png
Even more embed providers:
In addition to post embeds, WordPress 4.4 also adds support for five new oEmbed providers: Cloudup, Reddit Comments, ReverbNation, Speaker Deck, and VideoPress.
For Developers
REST API infrastructure: Infrastructure for the REST API has been integrated into core, the first part of a multi-stage rollout. Inclusion of core endpoints is targeted for an upcoming release. To get a sneak peek of the core endpoints, and for more information on extending the REST API, check out the official WordPress REST API plugin.
Term meta: Terms now support metadata, just like posts. See add_term_meta(), get_term_meta(), and update_term_meta() for more information.
Comment query improvements: Comment queries now have cache handling to improve performance. New arguments in WP_Comment_Query make crafting robust comment queries simpler.
Term, comment, and network objects: New WP_Term, WP_Comment, and WP_Network objects make interacting with terms, comments, and networks more predictable and intuitive in code.
What's New
General
Developer reference - Improvements to inline code documentation.
i18n support - Improvements to translation strings all over the core.
Admin page headings were adjusted from H3 to H2 tags to reinforce page hierarchy
Improvements to how list tables are displayed on all size screens
Posts
The post/page permalink UI was simplified, linking the permalink and removing the "View" button
Media
Comments
The "View Comment" link was relocated from the Status meta box in the comment-editing screen
Many comment functions can now accept a full object instead of 'comment_ID' to reduce cache/db lookups
Orphaned comments now fall back to the 'edit_posts' capability
Appearance
Site icons will now fall back to the 'full' size URL when the 'thumbnail' size doesn't exist
Users
Install Process
Multisite
The language chooser was added to the new site form on wp-signup.php
Sites may no longer be created with the following reserved slugs: wp-admin, wp-content, wp-includes, or wp-json
Accessibility
Under The Hood
General
Unclosed HTML elements in shortcode attributes were disallowed
HTML was removed from all translatable text strings
Rewrite rules are now flushed on theme switch
Most core classes were moved to their own files
Embeds
Add oEmbed support for Cloudup.
Add oEmbed support for Reddit Comments.
Add oEmbed support for ReverbNation.
Add oEmbed support for Speaker Deck.
Add oEmbed support for VideoPress.
Remove oEmbed support for Blip.
JavaScript
Customizer: Ensure persistence of unchanged active state for controls, sections, and panels
Customizer: Fixed logic for determining the container element when focusing on a panel, section, or control
Customizer: Fixed clearing of a color control's setting by using proper empty value
Bug Fixes
Fail gracefully when checking mapped capabilities against unregistered post types
Visibility was restored for the Tags auto-suggest tooltip in Quick Edit
The $public_only parameter was added to count_user_posts()
Cron: Events are now rejected when the provided $timestamp value is not a valid timestamp
Users with no role are now redirected to the home page on login instead of their profile-editing screen
Multisite
A network can now be retrieved by its ID through WP_Network::get_instance()
A network can now be created or completed by passing arguments to WP_Network
Network-level capabilities were clarified and some long-time bugs were fixed
Classes
What's New
WP_Comment
WP_Comment_Query->$found_comments
WP_Comment_Query->$max_num_pages
WP_Comment_Query->$meta_query_clauses
WP_Comment_Query->$sql_clauses
WP_Comment_Query::fill_descendants()
WP_Comment_Query::get_comment_ids()
WP_Customize_Manager->$autofocus
WP_Customize_Manager->$preview_url
WP_Customize_Manager->$return_url
WP_Customize_Manager::customize_pane_settings()
WP_Customize_Manager::get_autofocus()
WP_Customize_Manager::get_document_title_template()
WP_Customize_Manager::get_preview_url()
WP_Customize_Manager::get_return_url()
WP_Customize_Manager::is_ios()
WP_Customize_Manager::set_autofocus()
WP_Customize_Manager::set_preview_url()
WP_Customize_Manager::set_return_url()
WP_Customize_Setting->$is_multidimensional_aggregated
WP_Customize_Setting->$is_previewed
WP_Customize_Setting::$aggregated_multidimensionals
WP_Customize_Setting::_multidimensional_preview_filter()
WP_Customize_Setting::aggregate_multidimensional()
get_root_value/ WP_Customize_Setting::get_root_value()
id_data/ WP_Customize_Setting::id_data()
set_root_value/ WP_Customize_Setting::set_root_value()
WP_Customize_Widgets::get_widget_control_parts()
WP_Customize_Widgets::is_panel_active()
WP_Filesystem_SSH2::sftp_path()
WP_HTTP_Response
WP_List_Table::get_primary_column()
WP_Locale->$start_of_week
WP_MS_Sites_List_Table::column_id()
WP_MS_Users_List_Table::column_id()
WP_Media_List_Table->$comment_pending_count
WP_Network
WP_Posts_List_Table::get_edit_link()
WP_Query->$is_embed
WP_Query->$updated_comment_meta_cache
WP_Query->$updated_term_meta_cache
WP_Query::is_embed()
WP_Query::lazyload_comment_meta()
WP_Query::lazyload_term_meta()
WP_REST_Request
WP_REST_Response
WP_REST_Server
WP_Screen->$_screen_reader_content
WP_Screen::get_screen_reader_content()
WP_Screen::get_screen_reader_text()
WP_Screen::remove_screen_reader_content()
WP_Screen::render_list_table_columns_preferences()
WP_Screen::render_meta_boxes_preferences()
WP_Screen::render_screen_reader_content()
WP_Screeb::render_view_mode()
WP_Screen::set_screen_reader_content()
WP_Term
>$update WP_Theme
WP_User::__unset()
>$request WP_User_Query
WP_User_Query::fill_query_vars()
WP_Users_List_Table::get_role_list()
WP_Widget_Calendar::$instance
WP_Widget_Tag_Cloud::_get_current_taxonomy()
WP_oEmbed_Controller
wpdb->$termmeta
Deprecated
Functions
What's New
_prime_comment_caches()
add_network_option()
add_term_meta()
delete_network_option()
delete_term_meta()
enqueue_embed_scripts()
get_header_image_tag()
get_html_split_regex()
get_network_option()
get_oembed_endpoint_url()
get_oembed_response_data()
get_oembed_response_data_rich()
get_password_reset_key()
get_post_embed_html()
get_post_embed_url()
get_preview_post_link()
get_rest_url()
get_shortcode_atts_regex()
get_subdirectory_reserved_names()
get_term_meta()
get_the_author_posts_link()
get_the_comments_navigation()
get_the_comments_pagination()
get_the_post_thumbnail_url()
is_embed()
is_post_type_viewable()
is_registered_sidebar()
map_deep()
print_embed_comments_button()
print_embed_scripts()
print_embed_sharing_button()
print_embed_sharing_dialog()
print_embed_styles()
register_rest_route()
rest_api_default_filters()
rest_api_init()
rest_api_loaded()
rest_api_register_rewrites()
rest_cookie_check_errors()
rest_cookie_collect_status()
rest_do_request()
rest_ensure_request()
rest_ensure_response()
rest_get_date_with_gmt()
rest_get_url_prefix()
rest_handle_deprecated_argument()
rest_handle_deprecated_function()
rest_handle_options_request()
rest_output_link_header()
rest_output_link_wp_head()
rest_output_rsd()
rest_parse_date()
rest_send_allow_header()
rest_send_cors_headers()
rest_url()
signup_get_available_languages()
strip_fragment_from_url()
stripslashes_from_strings_only()
the_comments_navigation()
the_comments_pagination()
the_excerpt_embed()
the_header_image_tag()
the_post_thumbnail_url()
update_network_option()
update_term_meta()
update_termmeta_cache()
urldecode_deep()
wp_ajax_delete_inactive_widgets()
wp_ajax_generate_password()
wp_ajax_save_wporg_username()
wp_calculate_image_sizes()
wp_calculate_image_srcset()
wp_embed_excerpt_attachment()
wp_embed_excerpt_attachment()
wp_filter_oembed_result()
wp_get_attachment_image_sizes()
wp_get_attachment_image_srcset()
wp_get_attachment_image_url()
wp_get_document_title()
wp_get_server_protocol()
wp_get_users_with_no_role()
wp_handle_comment_submission()
wp_image_add_srcset_and_sizes()
wp_installing()
wp_is_numeric_array()
wp_make_content_images_responsive()
wp_maybe_decline_date()
wp_new_comment_notify_moderator()
wp_new_comment_notify_postauthor()
wp_oembed_add_discovery_links()
wp_oembed_add_host_js()
wp_oembed_ensure_format()
wp_oembed_register_route()
wp_parse_url()
wp_remote_retrieve_cookie()
wp_remote_retrieve_cookie_value()
wp_remote_retrieve_cookies()
wp_removable_query_args()
wp_rest_server_class()
wp_send_new_user_notifications()
wp_term_is_shared()
Deprecated
wp_get_http()
Actions & Filters
New Actions
after_password_reset
after_signup_site
after_signup_user
attachment_updated
before_signup_header
clean_user_cache
customize_post_value_set
customize_post_value_set_{$setting_id}
delete_plugin
delete_widget
deleted_plugin
edit_user_created_user
embed_content
embed_content_meta
embed_footer
embed_head
enqueue_embed_scripts
invite_user
manage_posts_extra_tablenav
ms_network_not_found
network_site_new_created_user
network_site_users_created_user
network_user_new_created_user
page_attributes_meta_box_template
post_submitbox_minor_actions
pre_auto_update
register_new_user
rest_api_init
wp_add_nav_menu_item
wp_mail_failed
wp_verify_nonce_failed
New Filters
admin_post_thumbnail_size
comment_excerpt_length
comment_form_fields
content_pagination
customize_loaded_components
dashboard_recent_drafts_query_args
dashboard_secondary_items
default_hidden_columns
document_title_parts
document_title_separator
duplicate_comment_id
embed_html
embed_oembed_discover
embed_site_title_html
embed_template
embed_thumbnail_image_shape
embed_thumbnail_image_size
enclosure_links
expiration_of_site_transient_{$transient}
expiration_of_transient_{$transient}
export_wp_filename
feed_links_show_comments_feed
feed_links_show_posts_feed
found_comments_query
get_header_image_tag
get_page_of_comment
get_page_uri
get_post_status
get_role_list
get_sample_permalink
get_terms_defaults
get_{$adjacent}_post_excluded_terms
hidden_columns
illegal_user_logins
image_get_intermediate_size
insert_user_meta
max_srcset_image_width
mejs_settings
nav_menu_item_args
nav_menu_item_title
navigation_markup_template
network_admin_plugin_action_links
network_admin_plugin_action_links_{$plugin_file}
notify_moderator
notify_post_author
oembed_discovery_links
oembed_endpoint_url
oembed_min_max_width
oembed_response_data
old_slug_redirect_url
plugin_action_links
plugin_action_links_{$plugin_file}
post_edit_category_parent_dropdown_args
post_embed_url
postmeta_form_keys
pre_delete_post
pre_get_document_title
pre_get_lastpostmodified
register_post_type_args
register_taxonomy_args
respond_link
rest_url
rest_url_prefix
screen_options_show_submit
show_network_active_plugins
signup_get_available_languages
subdirectory_reserved_names
submenu_file
taxonomy_labels_{$taxonomy}
the_category_list
the_excerpt_embed
update_right_now_text
user_profile_picture_description
users_list_table_query_args
view_mode_post_types
wp_calculate_image_sizes
wp_calculate_image_srcset
wp_dropdown_users_args
wp_http_ixr_client_headers
wp_post_revision_title_expanded
wp_prepare_revision_for_js
wp_theme_editor_filetypes
xmlrpc_chunk_parsing_size
2015-12-27 19:39:57 +01:00
|
|
|
share/ja-wordpress/wp-content/plugins/akismet/LICENSE.txt
|
2014-09-28 16:18:00 +02:00
|
|
|
share/ja-wordpress/wp-content/plugins/akismet/_inc/akismet.css
|
|
|
|
share/ja-wordpress/wp-content/plugins/akismet/_inc/akismet.js
|
|
|
|
share/ja-wordpress/wp-content/plugins/akismet/_inc/form.js
|
|
|
|
share/ja-wordpress/wp-content/plugins/akismet/_inc/img/logo-full-2x.png
|
2013-11-10 12:13:08 +01:00
|
|
|
share/ja-wordpress/wp-content/plugins/akismet/akismet.php
|
2020-06-21 18:42:55 +02:00
|
|
|
share/ja-wordpress/wp-content/plugins/akismet/changelog.txt
|
2014-09-28 16:18:00 +02:00
|
|
|
share/ja-wordpress/wp-content/plugins/akismet/class.akismet-admin.php
|
2019-12-16 17:52:40 +01:00
|
|
|
share/ja-wordpress/wp-content/plugins/akismet/class.akismet-cli.php
|
|
|
|
share/ja-wordpress/wp-content/plugins/akismet/class.akismet-rest-api.php
|
2014-09-28 16:18:00 +02:00
|
|
|
share/ja-wordpress/wp-content/plugins/akismet/class.akismet-widget.php
|
|
|
|
share/ja-wordpress/wp-content/plugins/akismet/class.akismet.php
|
2013-11-10 12:13:08 +01:00
|
|
|
share/ja-wordpress/wp-content/plugins/akismet/index.php
|
|
|
|
share/ja-wordpress/wp-content/plugins/akismet/readme.txt
|
2019-12-16 17:52:40 +01:00
|
|
|
share/ja-wordpress/wp-content/plugins/akismet/views/activate.php
|
2014-09-28 16:18:00 +02:00
|
|
|
share/ja-wordpress/wp-content/plugins/akismet/views/config.php
|
2019-12-16 17:52:40 +01:00
|
|
|
share/ja-wordpress/wp-content/plugins/akismet/views/connect-jp.php
|
|
|
|
share/ja-wordpress/wp-content/plugins/akismet/views/enter.php
|
2014-09-28 16:18:00 +02:00
|
|
|
share/ja-wordpress/wp-content/plugins/akismet/views/get.php
|
|
|
|
share/ja-wordpress/wp-content/plugins/akismet/views/notice.php
|
2019-12-16 17:52:40 +01:00
|
|
|
share/ja-wordpress/wp-content/plugins/akismet/views/predefined.php
|
|
|
|
share/ja-wordpress/wp-content/plugins/akismet/views/setup.php
|
2014-09-28 16:18:00 +02:00
|
|
|
share/ja-wordpress/wp-content/plugins/akismet/views/start.php
|
|
|
|
share/ja-wordpress/wp-content/plugins/akismet/views/stats.php
|
2019-12-16 17:52:40 +01:00
|
|
|
share/ja-wordpress/wp-content/plugins/akismet/views/title.php
|
2014-09-28 16:18:00 +02:00
|
|
|
share/ja-wordpress/wp-content/plugins/akismet/wrapper.php
|
2013-11-10 12:13:08 +01:00
|
|
|
share/ja-wordpress/wp-content/plugins/hello.php
|
|
|
|
share/ja-wordpress/wp-content/plugins/index.html
|
|
|
|
share/ja-wordpress/wp-content/plugins/index.php
|
|
|
|
share/ja-wordpress/wp-content/themes/index.php
|
2019-12-16 17:52:40 +01:00
|
|
|
share/ja-wordpress/wp-content/themes/twentynineteen/404.php
|
|
|
|
share/ja-wordpress/wp-content/themes/twentynineteen/archive.php
|
|
|
|
share/ja-wordpress/wp-content/themes/twentynineteen/classes/class-twentynineteen-svg-icons.php
|
|
|
|
share/ja-wordpress/wp-content/themes/twentynineteen/classes/class-twentynineteen-walker-comment.php
|
|
|
|
share/ja-wordpress/wp-content/themes/twentynineteen/comments.php
|
|
|
|
share/ja-wordpress/wp-content/themes/twentynineteen/fonts/NonBreakingSpaceOverride.woff
|
|
|
|
share/ja-wordpress/wp-content/themes/twentynineteen/fonts/NonBreakingSpaceOverride.woff2
|
|
|
|
share/ja-wordpress/wp-content/themes/twentynineteen/footer.php
|
|
|
|
share/ja-wordpress/wp-content/themes/twentynineteen/functions.php
|
|
|
|
share/ja-wordpress/wp-content/themes/twentynineteen/header.php
|
|
|
|
share/ja-wordpress/wp-content/themes/twentynineteen/image.php
|
|
|
|
share/ja-wordpress/wp-content/themes/twentynineteen/inc/back-compat.php
|
2021-01-03 09:41:15 +01:00
|
|
|
share/ja-wordpress/wp-content/themes/twentynineteen/inc/block-patterns.php
|
2019-12-16 17:52:40 +01:00
|
|
|
share/ja-wordpress/wp-content/themes/twentynineteen/inc/color-patterns.php
|
|
|
|
share/ja-wordpress/wp-content/themes/twentynineteen/inc/customizer.php
|
2020-06-21 18:42:55 +02:00
|
|
|
share/ja-wordpress/wp-content/themes/twentynineteen/inc/helper-functions.php
|
2019-12-16 17:52:40 +01:00
|
|
|
share/ja-wordpress/wp-content/themes/twentynineteen/inc/icon-functions.php
|
|
|
|
share/ja-wordpress/wp-content/themes/twentynineteen/inc/template-functions.php
|
|
|
|
share/ja-wordpress/wp-content/themes/twentynineteen/inc/template-tags.php
|
|
|
|
share/ja-wordpress/wp-content/themes/twentynineteen/index.php
|
|
|
|
share/ja-wordpress/wp-content/themes/twentynineteen/js/customize-controls.js
|
|
|
|
share/ja-wordpress/wp-content/themes/twentynineteen/js/customize-preview.js
|
|
|
|
share/ja-wordpress/wp-content/themes/twentynineteen/js/priority-menu.js
|
|
|
|
share/ja-wordpress/wp-content/themes/twentynineteen/js/skip-link-focus-fix.js
|
|
|
|
share/ja-wordpress/wp-content/themes/twentynineteen/js/touch-keyboard-navigation.js
|
|
|
|
share/ja-wordpress/wp-content/themes/twentynineteen/package-lock.json
|
|
|
|
share/ja-wordpress/wp-content/themes/twentynineteen/package.json
|
|
|
|
share/ja-wordpress/wp-content/themes/twentynineteen/page.php
|
|
|
|
share/ja-wordpress/wp-content/themes/twentynineteen/postcss.config.js
|
|
|
|
share/ja-wordpress/wp-content/themes/twentynineteen/print.css
|
|
|
|
share/ja-wordpress/wp-content/themes/twentynineteen/print.scss
|
|
|
|
share/ja-wordpress/wp-content/themes/twentynineteen/readme.txt
|
|
|
|
share/ja-wordpress/wp-content/themes/twentynineteen/sass/_normalize.scss
|
|
|
|
share/ja-wordpress/wp-content/themes/twentynineteen/sass/blocks/_blocks.scss
|
|
|
|
share/ja-wordpress/wp-content/themes/twentynineteen/sass/elements/_elements.scss
|
|
|
|
share/ja-wordpress/wp-content/themes/twentynineteen/sass/elements/_lists.scss
|
|
|
|
share/ja-wordpress/wp-content/themes/twentynineteen/sass/elements/_tables.scss
|
|
|
|
share/ja-wordpress/wp-content/themes/twentynineteen/sass/forms/_buttons.scss
|
|
|
|
share/ja-wordpress/wp-content/themes/twentynineteen/sass/forms/_fields.scss
|
|
|
|
share/ja-wordpress/wp-content/themes/twentynineteen/sass/forms/_forms.scss
|
|
|
|
share/ja-wordpress/wp-content/themes/twentynineteen/sass/layout/_layout.scss
|
|
|
|
share/ja-wordpress/wp-content/themes/twentynineteen/sass/media/_captions.scss
|
|
|
|
share/ja-wordpress/wp-content/themes/twentynineteen/sass/media/_galleries.scss
|
|
|
|
share/ja-wordpress/wp-content/themes/twentynineteen/sass/media/_media.scss
|
|
|
|
share/ja-wordpress/wp-content/themes/twentynineteen/sass/mixins/_mixins-master.scss
|
|
|
|
share/ja-wordpress/wp-content/themes/twentynineteen/sass/mixins/_utilities.scss
|
|
|
|
share/ja-wordpress/wp-content/themes/twentynineteen/sass/modules/_accessibility.scss
|
|
|
|
share/ja-wordpress/wp-content/themes/twentynineteen/sass/modules/_alignments.scss
|
|
|
|
share/ja-wordpress/wp-content/themes/twentynineteen/sass/modules/_clearings.scss
|
|
|
|
share/ja-wordpress/wp-content/themes/twentynineteen/sass/navigation/_links.scss
|
|
|
|
share/ja-wordpress/wp-content/themes/twentynineteen/sass/navigation/_menu-footer-navigation.scss
|
|
|
|
share/ja-wordpress/wp-content/themes/twentynineteen/sass/navigation/_menu-main-navigation.scss
|
|
|
|
share/ja-wordpress/wp-content/themes/twentynineteen/sass/navigation/_menu-social-navigation.scss
|
|
|
|
share/ja-wordpress/wp-content/themes/twentynineteen/sass/navigation/_navigation.scss
|
|
|
|
share/ja-wordpress/wp-content/themes/twentynineteen/sass/navigation/_next-previous.scss
|
|
|
|
share/ja-wordpress/wp-content/themes/twentynineteen/sass/site/_site.scss
|
|
|
|
share/ja-wordpress/wp-content/themes/twentynineteen/sass/site/footer/_site-footer.scss
|
|
|
|
share/ja-wordpress/wp-content/themes/twentynineteen/sass/site/header/_site-featured-image.scss
|
|
|
|
share/ja-wordpress/wp-content/themes/twentynineteen/sass/site/header/_site-header.scss
|
|
|
|
share/ja-wordpress/wp-content/themes/twentynineteen/sass/site/primary/_archives.scss
|
|
|
|
share/ja-wordpress/wp-content/themes/twentynineteen/sass/site/primary/_comments.scss
|
|
|
|
share/ja-wordpress/wp-content/themes/twentynineteen/sass/site/primary/_posts-and-pages.scss
|
|
|
|
share/ja-wordpress/wp-content/themes/twentynineteen/sass/site/secondary/_widgets.scss
|
|
|
|
share/ja-wordpress/wp-content/themes/twentynineteen/sass/typography/_copy.scss
|
|
|
|
share/ja-wordpress/wp-content/themes/twentynineteen/sass/typography/_headings.scss
|
|
|
|
share/ja-wordpress/wp-content/themes/twentynineteen/sass/typography/_typography.scss
|
|
|
|
share/ja-wordpress/wp-content/themes/twentynineteen/sass/variables-site/_colors.scss
|
|
|
|
share/ja-wordpress/wp-content/themes/twentynineteen/sass/variables-site/_columns.scss
|
|
|
|
share/ja-wordpress/wp-content/themes/twentynineteen/sass/variables-site/_fonts.scss
|
|
|
|
share/ja-wordpress/wp-content/themes/twentynineteen/sass/variables-site/_structure.scss
|
|
|
|
share/ja-wordpress/wp-content/themes/twentynineteen/sass/variables-site/_transitions.scss
|
|
|
|
share/ja-wordpress/wp-content/themes/twentynineteen/sass/variables-site/_variables-site.scss
|
|
|
|
share/ja-wordpress/wp-content/themes/twentynineteen/screenshot.png
|
|
|
|
share/ja-wordpress/wp-content/themes/twentynineteen/search.php
|
|
|
|
share/ja-wordpress/wp-content/themes/twentynineteen/single.php
|
|
|
|
share/ja-wordpress/wp-content/themes/twentynineteen/style-editor-customizer.css
|
|
|
|
share/ja-wordpress/wp-content/themes/twentynineteen/style-editor-customizer.scss
|
|
|
|
share/ja-wordpress/wp-content/themes/twentynineteen/style-editor.css
|
|
|
|
share/ja-wordpress/wp-content/themes/twentynineteen/style-editor.scss
|
|
|
|
share/ja-wordpress/wp-content/themes/twentynineteen/style-rtl.css
|
|
|
|
share/ja-wordpress/wp-content/themes/twentynineteen/style.css
|
|
|
|
share/ja-wordpress/wp-content/themes/twentynineteen/style.scss
|
|
|
|
share/ja-wordpress/wp-content/themes/twentynineteen/template-parts/content/content-excerpt.php
|
|
|
|
share/ja-wordpress/wp-content/themes/twentynineteen/template-parts/content/content-none.php
|
|
|
|
share/ja-wordpress/wp-content/themes/twentynineteen/template-parts/content/content-page.php
|
|
|
|
share/ja-wordpress/wp-content/themes/twentynineteen/template-parts/content/content-single.php
|
|
|
|
share/ja-wordpress/wp-content/themes/twentynineteen/template-parts/content/content.php
|
|
|
|
share/ja-wordpress/wp-content/themes/twentynineteen/template-parts/footer/footer-widgets.php
|
|
|
|
share/ja-wordpress/wp-content/themes/twentynineteen/template-parts/header/entry-header.php
|
|
|
|
share/ja-wordpress/wp-content/themes/twentynineteen/template-parts/header/site-branding.php
|
|
|
|
share/ja-wordpress/wp-content/themes/twentynineteen/template-parts/post/author-bio.php
|
|
|
|
share/ja-wordpress/wp-content/themes/twentynineteen/template-parts/post/discussion-meta.php
|
|
|
|
share/ja-wordpress/wp-content/themes/twentyseventeen/404.php
|
|
|
|
share/ja-wordpress/wp-content/themes/twentyseventeen/archive.php
|
|
|
|
share/ja-wordpress/wp-content/themes/twentyseventeen/assets/css/blocks.css
|
|
|
|
share/ja-wordpress/wp-content/themes/twentyseventeen/assets/css/colors-dark.css
|
|
|
|
share/ja-wordpress/wp-content/themes/twentyseventeen/assets/css/editor-blocks.css
|
|
|
|
share/ja-wordpress/wp-content/themes/twentyseventeen/assets/css/editor-style.css
|
|
|
|
share/ja-wordpress/wp-content/themes/twentyseventeen/assets/css/ie8.css
|
|
|
|
share/ja-wordpress/wp-content/themes/twentyseventeen/assets/css/ie9.css
|
|
|
|
share/ja-wordpress/wp-content/themes/twentyseventeen/assets/images/coffee.jpg
|
2021-01-03 09:41:15 +01:00
|
|
|
share/ja-wordpress/wp-content/themes/twentyseventeen/assets/images/direct-light.jpg
|
2019-12-16 17:52:40 +01:00
|
|
|
share/ja-wordpress/wp-content/themes/twentyseventeen/assets/images/espresso.jpg
|
|
|
|
share/ja-wordpress/wp-content/themes/twentyseventeen/assets/images/header.jpg
|
|
|
|
share/ja-wordpress/wp-content/themes/twentyseventeen/assets/images/sandwich.jpg
|
2021-01-03 09:41:15 +01:00
|
|
|
share/ja-wordpress/wp-content/themes/twentyseventeen/assets/images/stripes.jpg
|
2019-12-16 17:52:40 +01:00
|
|
|
share/ja-wordpress/wp-content/themes/twentyseventeen/assets/images/svg-icons.svg
|
2021-01-03 09:41:15 +01:00
|
|
|
share/ja-wordpress/wp-content/themes/twentyseventeen/assets/images/white-border.jpg
|
2019-12-16 17:52:40 +01:00
|
|
|
share/ja-wordpress/wp-content/themes/twentyseventeen/assets/js/customize-controls.js
|
|
|
|
share/ja-wordpress/wp-content/themes/twentyseventeen/assets/js/customize-preview.js
|
|
|
|
share/ja-wordpress/wp-content/themes/twentyseventeen/assets/js/global.js
|
|
|
|
share/ja-wordpress/wp-content/themes/twentyseventeen/assets/js/html5.js
|
|
|
|
share/ja-wordpress/wp-content/themes/twentyseventeen/assets/js/jquery.scrollTo.js
|
|
|
|
share/ja-wordpress/wp-content/themes/twentyseventeen/assets/js/navigation.js
|
|
|
|
share/ja-wordpress/wp-content/themes/twentyseventeen/assets/js/skip-link-focus-fix.js
|
|
|
|
share/ja-wordpress/wp-content/themes/twentyseventeen/comments.php
|
|
|
|
share/ja-wordpress/wp-content/themes/twentyseventeen/footer.php
|
|
|
|
share/ja-wordpress/wp-content/themes/twentyseventeen/front-page.php
|
|
|
|
share/ja-wordpress/wp-content/themes/twentyseventeen/functions.php
|
|
|
|
share/ja-wordpress/wp-content/themes/twentyseventeen/header.php
|
|
|
|
share/ja-wordpress/wp-content/themes/twentyseventeen/inc/back-compat.php
|
2021-01-03 09:41:15 +01:00
|
|
|
share/ja-wordpress/wp-content/themes/twentyseventeen/inc/block-patterns.php
|
2019-12-16 17:52:40 +01:00
|
|
|
share/ja-wordpress/wp-content/themes/twentyseventeen/inc/color-patterns.php
|
|
|
|
share/ja-wordpress/wp-content/themes/twentyseventeen/inc/custom-header.php
|
|
|
|
share/ja-wordpress/wp-content/themes/twentyseventeen/inc/customizer.php
|
|
|
|
share/ja-wordpress/wp-content/themes/twentyseventeen/inc/icon-functions.php
|
|
|
|
share/ja-wordpress/wp-content/themes/twentyseventeen/inc/template-functions.php
|
|
|
|
share/ja-wordpress/wp-content/themes/twentyseventeen/inc/template-tags.php
|
|
|
|
share/ja-wordpress/wp-content/themes/twentyseventeen/index.php
|
|
|
|
share/ja-wordpress/wp-content/themes/twentyseventeen/page.php
|
|
|
|
share/ja-wordpress/wp-content/themes/twentyseventeen/readme.txt
|
|
|
|
share/ja-wordpress/wp-content/themes/twentyseventeen/rtl.css
|
|
|
|
share/ja-wordpress/wp-content/themes/twentyseventeen/screenshot.png
|
|
|
|
share/ja-wordpress/wp-content/themes/twentyseventeen/search.php
|
|
|
|
share/ja-wordpress/wp-content/themes/twentyseventeen/searchform.php
|
|
|
|
share/ja-wordpress/wp-content/themes/twentyseventeen/sidebar.php
|
|
|
|
share/ja-wordpress/wp-content/themes/twentyseventeen/single.php
|
|
|
|
share/ja-wordpress/wp-content/themes/twentyseventeen/style.css
|
|
|
|
share/ja-wordpress/wp-content/themes/twentyseventeen/template-parts/footer/footer-widgets.php
|
|
|
|
share/ja-wordpress/wp-content/themes/twentyseventeen/template-parts/footer/site-info.php
|
|
|
|
share/ja-wordpress/wp-content/themes/twentyseventeen/template-parts/header/header-image.php
|
|
|
|
share/ja-wordpress/wp-content/themes/twentyseventeen/template-parts/header/site-branding.php
|
|
|
|
share/ja-wordpress/wp-content/themes/twentyseventeen/template-parts/navigation/navigation-top.php
|
|
|
|
share/ja-wordpress/wp-content/themes/twentyseventeen/template-parts/page/content-front-page-panels.php
|
|
|
|
share/ja-wordpress/wp-content/themes/twentyseventeen/template-parts/page/content-front-page.php
|
|
|
|
share/ja-wordpress/wp-content/themes/twentyseventeen/template-parts/page/content-page.php
|
|
|
|
share/ja-wordpress/wp-content/themes/twentyseventeen/template-parts/post/content-audio.php
|
|
|
|
share/ja-wordpress/wp-content/themes/twentyseventeen/template-parts/post/content-excerpt.php
|
|
|
|
share/ja-wordpress/wp-content/themes/twentyseventeen/template-parts/post/content-gallery.php
|
|
|
|
share/ja-wordpress/wp-content/themes/twentyseventeen/template-parts/post/content-image.php
|
|
|
|
share/ja-wordpress/wp-content/themes/twentyseventeen/template-parts/post/content-none.php
|
|
|
|
share/ja-wordpress/wp-content/themes/twentyseventeen/template-parts/post/content-video.php
|
|
|
|
share/ja-wordpress/wp-content/themes/twentyseventeen/template-parts/post/content.php
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwenty/.stylelintrc.json
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwenty/404.php
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwenty/assets/css/editor-style-block.css
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwenty/assets/css/editor-style-classic-rtl.css
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwenty/assets/css/editor-style-classic.css
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwenty/assets/fonts/inter/Inter-italic-var.woff2
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwenty/assets/fonts/inter/Inter-upright-var.woff2
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwenty/assets/images/2020-landscape-1.png
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwenty/assets/images/2020-landscape-2.png
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwenty/assets/images/2020-square-1.png
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwenty/assets/images/2020-square-2.png
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwenty/assets/images/2020-three-quarters-1.png
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwenty/assets/images/2020-three-quarters-2.png
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwenty/assets/images/2020-three-quarters-3.png
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwenty/assets/images/2020-three-quarters-4.png
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwenty/assets/js/color-calculations.js
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwenty/assets/js/customize-controls.js
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwenty/assets/js/customize-preview.js
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwenty/assets/js/customize.js
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwenty/assets/js/editor-script-block.js
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwenty/assets/js/index.js
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwenty/assets/js/skip-link-focus-fix.js
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwenty/classes/class-twentytwenty-customize.php
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwenty/classes/class-twentytwenty-non-latin-languages.php
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwenty/classes/class-twentytwenty-script-loader.php
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwenty/classes/class-twentytwenty-separator-control.php
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwenty/classes/class-twentytwenty-svg-icons.php
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwenty/classes/class-twentytwenty-walker-comment.php
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwenty/classes/class-twentytwenty-walker-page.php
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwenty/comments.php
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwenty/footer.php
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwenty/functions.php
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwenty/header.php
|
2021-01-03 09:41:15 +01:00
|
|
|
share/ja-wordpress/wp-content/themes/twentytwenty/inc/block-patterns.php
|
2019-12-16 17:52:40 +01:00
|
|
|
share/ja-wordpress/wp-content/themes/twentytwenty/inc/custom-css.php
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwenty/inc/starter-content.php
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwenty/inc/svg-icons.php
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwenty/inc/template-tags.php
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwenty/index.php
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwenty/package-lock.json
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwenty/package.json
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwenty/print.css
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwenty/readme.txt
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwenty/screenshot.png
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwenty/searchform.php
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwenty/singular.php
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwenty/style-rtl.css
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwenty/style.css
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwenty/template-parts/content-cover.php
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwenty/template-parts/content.php
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwenty/template-parts/entry-author-bio.php
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwenty/template-parts/entry-header.php
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwenty/template-parts/featured-image.php
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwenty/template-parts/footer-menus-widgets.php
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwenty/template-parts/modal-menu.php
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwenty/template-parts/modal-search.php
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwenty/template-parts/navigation.php
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwenty/template-parts/pagination.php
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwenty/templates/template-cover.php
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwenty/templates/template-full-width.php
|
2021-01-03 09:41:15 +01:00
|
|
|
share/ja-wordpress/wp-content/themes/twentytwentyone/.stylelintignore
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwentyone/.stylelintrc-css.json
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwentyone/.stylelintrc.json
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwentyone/404.php
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwentyone/archive.php
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwentyone/assets/css/custom-color-overrides.css
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwentyone/assets/css/ie-editor.css
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwentyone/assets/css/ie.css
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwentyone/assets/css/print.css
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwentyone/assets/css/style-dark-mode-rtl.css
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwentyone/assets/css/style-dark-mode.css
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwentyone/assets/css/style-editor-customizer.css
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwentyone/assets/css/style-editor.css
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwentyone/assets/images/Daffodils.jpg
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwentyone/assets/images/Reading.jpg
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwentyone/assets/images/in-the-bois-de-boulogne.jpg
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwentyone/assets/images/playing-in-the-sand.jpg
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwentyone/assets/images/roses-tremieres-hollyhocks-1884.jpg
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwentyone/assets/images/self-portrait-1885.jpg
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwentyone/assets/images/the-garden-at-bougival-1884.jpg
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwentyone/assets/images/villa-with-orange-trees-nice.jpg
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwentyone/assets/images/young-woman-in-mauve.jpg
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwentyone/assets/js/customize-helpers.js
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwentyone/assets/js/customize-preview.js
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwentyone/assets/js/customize.js
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwentyone/assets/js/dark-mode-toggler.js
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwentyone/assets/js/editor-dark-mode-support.js
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwentyone/assets/js/editor.js
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwentyone/assets/js/palette-colorpicker.js
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwentyone/assets/js/polyfills.js
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwentyone/assets/js/primary-navigation.js
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwentyone/assets/js/responsive-embeds.js
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwentyone/assets/js/skip-link-focus-fix.js
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwentyone/assets/sass/01-settings/file-header.scss
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwentyone/assets/sass/01-settings/fonts.scss
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwentyone/assets/sass/01-settings/global.scss
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwentyone/assets/sass/02-tools/functions.scss
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwentyone/assets/sass/02-tools/mixins.scss
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwentyone/assets/sass/03-generic/breakpoints.scss
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwentyone/assets/sass/03-generic/clearings.scss
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwentyone/assets/sass/03-generic/normalize.scss
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwentyone/assets/sass/03-generic/reset.scss
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwentyone/assets/sass/03-generic/vertical-margins.scss
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwentyone/assets/sass/04-elements/blockquote.scss
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwentyone/assets/sass/04-elements/forms-editor.scss
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwentyone/assets/sass/04-elements/forms.scss
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwentyone/assets/sass/04-elements/links.scss
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwentyone/assets/sass/04-elements/media.scss
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwentyone/assets/sass/04-elements/misc.scss
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/_config.scss
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/audio/_style.scss
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/blocks-editor.scss
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/blocks.scss
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/button/_editor.scss
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/button/_style.scss
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/code/_editor.scss
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/code/_style.scss
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/columns/_editor.scss
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/columns/_style.scss
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/cover/_editor.scss
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/cover/_style.scss
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/file/_editor.scss
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/file/_style.scss
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/gallery/_editor.scss
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/gallery/_style.scss
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/group/_editor.scss
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/group/_style.scss
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/heading/_editor.scss
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/heading/_style.scss
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/html/_editor.scss
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/image/_editor.scss
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/image/_style.scss
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/latest-comments/_editor.scss
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/latest-comments/_style.scss
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/latest-posts/_editor.scss
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/latest-posts/_style.scss
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/legacy/_editor.scss
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/legacy/_style.scss
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/list/_editor.scss
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/list/_style.scss
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/media-text/_editor.scss
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/media-text/_style.scss
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/navigation/_editor.scss
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/navigation/_style.scss
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/paragraph/_editor.scss
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/paragraph/_style.scss
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/preformatted/_editor.scss
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/preformatted/_style.scss
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/pullquote/_editor.scss
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/pullquote/_style.scss
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/quote/_editor.scss
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/quote/_style.scss
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/rss/_editor.scss
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/rss/_style.scss
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/search/_editor.scss
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/search/_style.scss
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/separator/_editor.scss
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/separator/_style.scss
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/social-icons/_editor.scss
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/social-icons/_style.scss
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/spacer/_style.scss
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/table/_editor.scss
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/table/_style.scss
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/tag-clould/_editor.scss
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/tag-clould/_style.scss
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/utilities/_editor.scss
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/utilities/_font-sizes.scss
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/utilities/_style.scss
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/verse/_editor.scss
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/verse/_style.scss
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/video/_style.scss
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwentyone/assets/sass/06-components/404.scss
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwentyone/assets/sass/06-components/archives.scss
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwentyone/assets/sass/06-components/comments.scss
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwentyone/assets/sass/06-components/editor.scss
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwentyone/assets/sass/06-components/entry.scss
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwentyone/assets/sass/06-components/footer-navigation.scss
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwentyone/assets/sass/06-components/footer.scss
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwentyone/assets/sass/06-components/header.scss
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwentyone/assets/sass/06-components/navigation.scss
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwentyone/assets/sass/06-components/pagination.scss
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwentyone/assets/sass/06-components/posts-and-pages.scss
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwentyone/assets/sass/06-components/search.scss
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwentyone/assets/sass/06-components/single.scss
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwentyone/assets/sass/06-components/widgets.scss
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwentyone/assets/sass/07-utilities/a11y.scss
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwentyone/assets/sass/07-utilities/color-palette.scss
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwentyone/assets/sass/07-utilities/ie.scss
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwentyone/assets/sass/07-utilities/measure.scss
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwentyone/assets/sass/07-utilities/print.scss
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwentyone/assets/sass/style-dark-mode.scss
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwentyone/assets/sass/style-editor.scss
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwentyone/assets/sass/style.scss
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-custom-colors.php
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-customize-color-control.php
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-customize-notice-control.php
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-customize.php
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-dark-mode.php
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-svg-icons.php
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwentyone/comments.php
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwentyone/footer.php
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwentyone/functions.php
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwentyone/header.php
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwentyone/image.php
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwentyone/inc/back-compat.php
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwentyone/inc/block-patterns.php
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwentyone/inc/block-styles.php
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwentyone/inc/custom-css.php
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwentyone/inc/menu-functions.php
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwentyone/inc/starter-content.php
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwentyone/inc/template-functions.php
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwentyone/inc/template-tags.php
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwentyone/index.php
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwentyone/package-lock.json
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwentyone/package.json
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwentyone/page.php
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwentyone/readme.txt
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwentyone/screenshot.png
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwentyone/search.php
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwentyone/searchform.php
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwentyone/single.php
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwentyone/style-rtl.css
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwentyone/style.css
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwentyone/template-parts/content/content-excerpt.php
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwentyone/template-parts/content/content-none.php
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwentyone/template-parts/content/content-page.php
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwentyone/template-parts/content/content-single.php
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwentyone/template-parts/content/content.php
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-aside.php
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-audio.php
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-chat.php
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-gallery.php
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-image.php
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-link.php
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-quote.php
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-status.php
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-video.php
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt.php
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwentyone/template-parts/footer/footer-widgets.php
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwentyone/template-parts/header/entry-header.php
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwentyone/template-parts/header/excerpt-header.php
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwentyone/template-parts/header/site-branding.php
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwentyone/template-parts/header/site-header.php
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwentyone/template-parts/header/site-nav.php
|
|
|
|
share/ja-wordpress/wp-content/themes/twentytwentyone/template-parts/post/author-bio.php
|
2013-11-10 12:13:08 +01:00
|
|
|
share/ja-wordpress/wp-cron.php
|
|
|
|
share/ja-wordpress/wp-includes/ID3/getid3.lib.php
|
|
|
|
share/ja-wordpress/wp-includes/ID3/getid3.php
|
|
|
|
share/ja-wordpress/wp-includes/ID3/license.commercial.txt
|
|
|
|
share/ja-wordpress/wp-includes/ID3/license.txt
|
|
|
|
share/ja-wordpress/wp-includes/ID3/module.audio-video.asf.php
|
|
|
|
share/ja-wordpress/wp-includes/ID3/module.audio-video.flv.php
|
|
|
|
share/ja-wordpress/wp-includes/ID3/module.audio-video.matroska.php
|
|
|
|
share/ja-wordpress/wp-includes/ID3/module.audio-video.quicktime.php
|
|
|
|
share/ja-wordpress/wp-includes/ID3/module.audio-video.riff.php
|
|
|
|
share/ja-wordpress/wp-includes/ID3/module.audio.ac3.php
|
|
|
|
share/ja-wordpress/wp-includes/ID3/module.audio.dts.php
|
|
|
|
share/ja-wordpress/wp-includes/ID3/module.audio.flac.php
|
|
|
|
share/ja-wordpress/wp-includes/ID3/module.audio.mp3.php
|
|
|
|
share/ja-wordpress/wp-includes/ID3/module.audio.ogg.php
|
|
|
|
share/ja-wordpress/wp-includes/ID3/module.tag.apetag.php
|
|
|
|
share/ja-wordpress/wp-includes/ID3/module.tag.id3v1.php
|
|
|
|
share/ja-wordpress/wp-includes/ID3/module.tag.id3v2.php
|
|
|
|
share/ja-wordpress/wp-includes/ID3/module.tag.lyrics3.php
|
|
|
|
share/ja-wordpress/wp-includes/ID3/readme.txt
|
2019-12-16 17:52:40 +01:00
|
|
|
share/ja-wordpress/wp-includes/IXR/class-IXR-base64.php
|
|
|
|
share/ja-wordpress/wp-includes/IXR/class-IXR-client.php
|
|
|
|
share/ja-wordpress/wp-includes/IXR/class-IXR-clientmulticall.php
|
|
|
|
share/ja-wordpress/wp-includes/IXR/class-IXR-date.php
|
|
|
|
share/ja-wordpress/wp-includes/IXR/class-IXR-error.php
|
|
|
|
share/ja-wordpress/wp-includes/IXR/class-IXR-introspectionserver.php
|
|
|
|
share/ja-wordpress/wp-includes/IXR/class-IXR-message.php
|
|
|
|
share/ja-wordpress/wp-includes/IXR/class-IXR-request.php
|
|
|
|
share/ja-wordpress/wp-includes/IXR/class-IXR-server.php
|
|
|
|
share/ja-wordpress/wp-includes/IXR/class-IXR-value.php
|
2020-09-20 17:24:36 +02:00
|
|
|
share/ja-wordpress/wp-includes/PHPMailer/Exception.php
|
|
|
|
share/ja-wordpress/wp-includes/PHPMailer/PHPMailer.php
|
|
|
|
share/ja-wordpress/wp-includes/PHPMailer/SMTP.php
|
2019-12-16 17:52:40 +01:00
|
|
|
share/ja-wordpress/wp-includes/Requests/Auth.php
|
|
|
|
share/ja-wordpress/wp-includes/Requests/Auth/Basic.php
|
|
|
|
share/ja-wordpress/wp-includes/Requests/Cookie.php
|
|
|
|
share/ja-wordpress/wp-includes/Requests/Cookie/Jar.php
|
|
|
|
share/ja-wordpress/wp-includes/Requests/Exception.php
|
|
|
|
share/ja-wordpress/wp-includes/Requests/Exception/HTTP.php
|
|
|
|
share/ja-wordpress/wp-includes/Requests/Exception/HTTP/304.php
|
|
|
|
share/ja-wordpress/wp-includes/Requests/Exception/HTTP/305.php
|
|
|
|
share/ja-wordpress/wp-includes/Requests/Exception/HTTP/306.php
|
|
|
|
share/ja-wordpress/wp-includes/Requests/Exception/HTTP/400.php
|
|
|
|
share/ja-wordpress/wp-includes/Requests/Exception/HTTP/401.php
|
|
|
|
share/ja-wordpress/wp-includes/Requests/Exception/HTTP/402.php
|
|
|
|
share/ja-wordpress/wp-includes/Requests/Exception/HTTP/403.php
|
|
|
|
share/ja-wordpress/wp-includes/Requests/Exception/HTTP/404.php
|
|
|
|
share/ja-wordpress/wp-includes/Requests/Exception/HTTP/405.php
|
|
|
|
share/ja-wordpress/wp-includes/Requests/Exception/HTTP/406.php
|
|
|
|
share/ja-wordpress/wp-includes/Requests/Exception/HTTP/407.php
|
|
|
|
share/ja-wordpress/wp-includes/Requests/Exception/HTTP/408.php
|
|
|
|
share/ja-wordpress/wp-includes/Requests/Exception/HTTP/409.php
|
|
|
|
share/ja-wordpress/wp-includes/Requests/Exception/HTTP/410.php
|
|
|
|
share/ja-wordpress/wp-includes/Requests/Exception/HTTP/411.php
|
|
|
|
share/ja-wordpress/wp-includes/Requests/Exception/HTTP/412.php
|
|
|
|
share/ja-wordpress/wp-includes/Requests/Exception/HTTP/413.php
|
|
|
|
share/ja-wordpress/wp-includes/Requests/Exception/HTTP/414.php
|
|
|
|
share/ja-wordpress/wp-includes/Requests/Exception/HTTP/415.php
|
|
|
|
share/ja-wordpress/wp-includes/Requests/Exception/HTTP/416.php
|
|
|
|
share/ja-wordpress/wp-includes/Requests/Exception/HTTP/417.php
|
|
|
|
share/ja-wordpress/wp-includes/Requests/Exception/HTTP/418.php
|
|
|
|
share/ja-wordpress/wp-includes/Requests/Exception/HTTP/428.php
|
|
|
|
share/ja-wordpress/wp-includes/Requests/Exception/HTTP/429.php
|
|
|
|
share/ja-wordpress/wp-includes/Requests/Exception/HTTP/431.php
|
|
|
|
share/ja-wordpress/wp-includes/Requests/Exception/HTTP/500.php
|
|
|
|
share/ja-wordpress/wp-includes/Requests/Exception/HTTP/501.php
|
|
|
|
share/ja-wordpress/wp-includes/Requests/Exception/HTTP/502.php
|
|
|
|
share/ja-wordpress/wp-includes/Requests/Exception/HTTP/503.php
|
|
|
|
share/ja-wordpress/wp-includes/Requests/Exception/HTTP/504.php
|
|
|
|
share/ja-wordpress/wp-includes/Requests/Exception/HTTP/505.php
|
|
|
|
share/ja-wordpress/wp-includes/Requests/Exception/HTTP/511.php
|
|
|
|
share/ja-wordpress/wp-includes/Requests/Exception/HTTP/Unknown.php
|
|
|
|
share/ja-wordpress/wp-includes/Requests/Exception/Transport.php
|
|
|
|
share/ja-wordpress/wp-includes/Requests/Exception/Transport/cURL.php
|
|
|
|
share/ja-wordpress/wp-includes/Requests/Hooker.php
|
|
|
|
share/ja-wordpress/wp-includes/Requests/Hooks.php
|
|
|
|
share/ja-wordpress/wp-includes/Requests/IDNAEncoder.php
|
|
|
|
share/ja-wordpress/wp-includes/Requests/IPv6.php
|
|
|
|
share/ja-wordpress/wp-includes/Requests/IRI.php
|
|
|
|
share/ja-wordpress/wp-includes/Requests/Proxy.php
|
|
|
|
share/ja-wordpress/wp-includes/Requests/Proxy/HTTP.php
|
|
|
|
share/ja-wordpress/wp-includes/Requests/Response.php
|
|
|
|
share/ja-wordpress/wp-includes/Requests/Response/Headers.php
|
|
|
|
share/ja-wordpress/wp-includes/Requests/SSL.php
|
|
|
|
share/ja-wordpress/wp-includes/Requests/Session.php
|
|
|
|
share/ja-wordpress/wp-includes/Requests/Transport.php
|
|
|
|
share/ja-wordpress/wp-includes/Requests/Transport/cURL.php
|
|
|
|
share/ja-wordpress/wp-includes/Requests/Transport/fsockopen.php
|
|
|
|
share/ja-wordpress/wp-includes/Requests/Utility/CaseInsensitiveDictionary.php
|
|
|
|
share/ja-wordpress/wp-includes/Requests/Utility/FilteredIterator.php
|
2013-11-10 12:13:08 +01:00
|
|
|
share/ja-wordpress/wp-includes/SimplePie/Author.php
|
|
|
|
share/ja-wordpress/wp-includes/SimplePie/Cache.php
|
|
|
|
share/ja-wordpress/wp-includes/SimplePie/Cache/Base.php
|
|
|
|
share/ja-wordpress/wp-includes/SimplePie/Cache/DB.php
|
|
|
|
share/ja-wordpress/wp-includes/SimplePie/Cache/File.php
|
|
|
|
share/ja-wordpress/wp-includes/SimplePie/Cache/Memcache.php
|
2020-09-20 17:24:36 +02:00
|
|
|
share/ja-wordpress/wp-includes/SimplePie/Cache/Memcached.php
|
2013-11-10 12:13:08 +01:00
|
|
|
share/ja-wordpress/wp-includes/SimplePie/Cache/MySQL.php
|
2020-09-20 17:24:36 +02:00
|
|
|
share/ja-wordpress/wp-includes/SimplePie/Cache/Redis.php
|
2013-11-10 12:13:08 +01:00
|
|
|
share/ja-wordpress/wp-includes/SimplePie/Caption.php
|
|
|
|
share/ja-wordpress/wp-includes/SimplePie/Category.php
|
|
|
|
share/ja-wordpress/wp-includes/SimplePie/Content/Type/Sniffer.php
|
|
|
|
share/ja-wordpress/wp-includes/SimplePie/Copyright.php
|
|
|
|
share/ja-wordpress/wp-includes/SimplePie/Core.php
|
|
|
|
share/ja-wordpress/wp-includes/SimplePie/Credit.php
|
|
|
|
share/ja-wordpress/wp-includes/SimplePie/Decode/HTML/Entities.php
|
|
|
|
share/ja-wordpress/wp-includes/SimplePie/Enclosure.php
|
|
|
|
share/ja-wordpress/wp-includes/SimplePie/Exception.php
|
|
|
|
share/ja-wordpress/wp-includes/SimplePie/File.php
|
|
|
|
share/ja-wordpress/wp-includes/SimplePie/HTTP/Parser.php
|
|
|
|
share/ja-wordpress/wp-includes/SimplePie/IRI.php
|
|
|
|
share/ja-wordpress/wp-includes/SimplePie/Item.php
|
|
|
|
share/ja-wordpress/wp-includes/SimplePie/Locator.php
|
|
|
|
share/ja-wordpress/wp-includes/SimplePie/Misc.php
|
|
|
|
share/ja-wordpress/wp-includes/SimplePie/Net/IPv6.php
|
|
|
|
share/ja-wordpress/wp-includes/SimplePie/Parse/Date.php
|
|
|
|
share/ja-wordpress/wp-includes/SimplePie/Parser.php
|
|
|
|
share/ja-wordpress/wp-includes/SimplePie/Rating.php
|
|
|
|
share/ja-wordpress/wp-includes/SimplePie/Registry.php
|
|
|
|
share/ja-wordpress/wp-includes/SimplePie/Restriction.php
|
|
|
|
share/ja-wordpress/wp-includes/SimplePie/Sanitize.php
|
|
|
|
share/ja-wordpress/wp-includes/SimplePie/Source.php
|
|
|
|
share/ja-wordpress/wp-includes/SimplePie/XML/Declaration/Parser.php
|
|
|
|
share/ja-wordpress/wp-includes/SimplePie/gzdecode.php
|
|
|
|
share/ja-wordpress/wp-includes/Text/Diff.php
|
|
|
|
share/ja-wordpress/wp-includes/Text/Diff/Engine/native.php
|
|
|
|
share/ja-wordpress/wp-includes/Text/Diff/Engine/shell.php
|
|
|
|
share/ja-wordpress/wp-includes/Text/Diff/Engine/string.php
|
|
|
|
share/ja-wordpress/wp-includes/Text/Diff/Engine/xdiff.php
|
|
|
|
share/ja-wordpress/wp-includes/Text/Diff/Renderer.php
|
|
|
|
share/ja-wordpress/wp-includes/Text/Diff/Renderer/inline.php
|
|
|
|
share/ja-wordpress/wp-includes/admin-bar.php
|
2020-06-21 18:42:55 +02:00
|
|
|
share/ja-wordpress/wp-includes/assets/script-loader-packages.php
|
2013-11-10 12:13:08 +01:00
|
|
|
share/ja-wordpress/wp-includes/atomlib.php
|
|
|
|
share/ja-wordpress/wp-includes/author-template.php
|
2020-09-20 17:24:36 +02:00
|
|
|
share/ja-wordpress/wp-includes/block-patterns.php
|
|
|
|
share/ja-wordpress/wp-includes/block-patterns/heading-paragraph.php
|
|
|
|
share/ja-wordpress/wp-includes/block-patterns/large-header-button.php
|
|
|
|
share/ja-wordpress/wp-includes/block-patterns/large-header.php
|
|
|
|
share/ja-wordpress/wp-includes/block-patterns/quote.php
|
|
|
|
share/ja-wordpress/wp-includes/block-patterns/text-three-columns-buttons.php
|
|
|
|
share/ja-wordpress/wp-includes/block-patterns/text-two-columns-with-images.php
|
|
|
|
share/ja-wordpress/wp-includes/block-patterns/text-two-columns.php
|
|
|
|
share/ja-wordpress/wp-includes/block-patterns/three-buttons.php
|
|
|
|
share/ja-wordpress/wp-includes/block-patterns/two-buttons.php
|
|
|
|
share/ja-wordpress/wp-includes/block-patterns/two-images.php
|
2021-01-03 09:41:15 +01:00
|
|
|
share/ja-wordpress/wp-includes/block-supports/align.php
|
|
|
|
share/ja-wordpress/wp-includes/block-supports/colors.php
|
|
|
|
share/ja-wordpress/wp-includes/block-supports/custom-classname.php
|
|
|
|
share/ja-wordpress/wp-includes/block-supports/generated-classname.php
|
|
|
|
share/ja-wordpress/wp-includes/block-supports/typography.php
|
2019-12-16 17:52:40 +01:00
|
|
|
share/ja-wordpress/wp-includes/blocks.php
|
|
|
|
share/ja-wordpress/wp-includes/blocks/archives.php
|
2020-09-20 17:24:36 +02:00
|
|
|
share/ja-wordpress/wp-includes/blocks/archives/block.json
|
|
|
|
share/ja-wordpress/wp-includes/blocks/audio/block.json
|
2019-12-16 17:52:40 +01:00
|
|
|
share/ja-wordpress/wp-includes/blocks/block.php
|
2020-09-20 17:24:36 +02:00
|
|
|
share/ja-wordpress/wp-includes/blocks/block/block.json
|
|
|
|
share/ja-wordpress/wp-includes/blocks/button/block.json
|
|
|
|
share/ja-wordpress/wp-includes/blocks/buttons/block.json
|
2019-12-16 17:52:40 +01:00
|
|
|
share/ja-wordpress/wp-includes/blocks/calendar.php
|
2020-09-20 17:24:36 +02:00
|
|
|
share/ja-wordpress/wp-includes/blocks/calendar/block.json
|
2019-12-16 17:52:40 +01:00
|
|
|
share/ja-wordpress/wp-includes/blocks/categories.php
|
2020-09-20 17:24:36 +02:00
|
|
|
share/ja-wordpress/wp-includes/blocks/categories/block.json
|
|
|
|
share/ja-wordpress/wp-includes/blocks/classic/block.json
|
|
|
|
share/ja-wordpress/wp-includes/blocks/code/block.json
|
|
|
|
share/ja-wordpress/wp-includes/blocks/column/block.json
|
|
|
|
share/ja-wordpress/wp-includes/blocks/columns/block.json
|
2021-01-03 09:41:15 +01:00
|
|
|
share/ja-wordpress/wp-includes/blocks/embed/block.json
|
2020-09-20 17:24:36 +02:00
|
|
|
share/ja-wordpress/wp-includes/blocks/file/block.json
|
|
|
|
share/ja-wordpress/wp-includes/blocks/gallery/block.json
|
|
|
|
share/ja-wordpress/wp-includes/blocks/group/block.json
|
|
|
|
share/ja-wordpress/wp-includes/blocks/heading/block.json
|
|
|
|
share/ja-wordpress/wp-includes/blocks/html/block.json
|
|
|
|
share/ja-wordpress/wp-includes/blocks/image/block.json
|
|
|
|
share/ja-wordpress/wp-includes/blocks/index.php
|
2019-12-16 17:52:40 +01:00
|
|
|
share/ja-wordpress/wp-includes/blocks/latest-comments.php
|
2020-09-20 17:24:36 +02:00
|
|
|
share/ja-wordpress/wp-includes/blocks/latest-comments/block.json
|
2019-12-16 17:52:40 +01:00
|
|
|
share/ja-wordpress/wp-includes/blocks/latest-posts.php
|
2020-09-20 17:24:36 +02:00
|
|
|
share/ja-wordpress/wp-includes/blocks/latest-posts/block.json
|
|
|
|
share/ja-wordpress/wp-includes/blocks/list/block.json
|
|
|
|
share/ja-wordpress/wp-includes/blocks/media-text/block.json
|
|
|
|
share/ja-wordpress/wp-includes/blocks/missing/block.json
|
|
|
|
share/ja-wordpress/wp-includes/blocks/more/block.json
|
|
|
|
share/ja-wordpress/wp-includes/blocks/nextpage/block.json
|
|
|
|
share/ja-wordpress/wp-includes/blocks/paragraph/block.json
|
|
|
|
share/ja-wordpress/wp-includes/blocks/preformatted/block.json
|
|
|
|
share/ja-wordpress/wp-includes/blocks/pullquote/block.json
|
|
|
|
share/ja-wordpress/wp-includes/blocks/quote/block.json
|
2019-12-16 17:52:40 +01:00
|
|
|
share/ja-wordpress/wp-includes/blocks/rss.php
|
2020-09-20 17:24:36 +02:00
|
|
|
share/ja-wordpress/wp-includes/blocks/rss/block.json
|
2019-12-16 17:52:40 +01:00
|
|
|
share/ja-wordpress/wp-includes/blocks/search.php
|
2020-09-20 17:24:36 +02:00
|
|
|
share/ja-wordpress/wp-includes/blocks/search/block.json
|
|
|
|
share/ja-wordpress/wp-includes/blocks/separator/block.json
|
2019-12-16 17:52:40 +01:00
|
|
|
share/ja-wordpress/wp-includes/blocks/shortcode.php
|
2020-06-21 18:42:55 +02:00
|
|
|
share/ja-wordpress/wp-includes/blocks/shortcode/block.json
|
|
|
|
share/ja-wordpress/wp-includes/blocks/social-link.php
|
|
|
|
share/ja-wordpress/wp-includes/blocks/social-link/block.json
|
2020-09-20 17:24:36 +02:00
|
|
|
share/ja-wordpress/wp-includes/blocks/social-links/block.json
|
|
|
|
share/ja-wordpress/wp-includes/blocks/spacer/block.json
|
|
|
|
share/ja-wordpress/wp-includes/blocks/subhead/block.json
|
|
|
|
share/ja-wordpress/wp-includes/blocks/table/block.json
|
2019-12-16 17:52:40 +01:00
|
|
|
share/ja-wordpress/wp-includes/blocks/tag-cloud.php
|
2020-09-20 17:24:36 +02:00
|
|
|
share/ja-wordpress/wp-includes/blocks/tag-cloud/block.json
|
|
|
|
share/ja-wordpress/wp-includes/blocks/text-columns/block.json
|
|
|
|
share/ja-wordpress/wp-includes/blocks/verse/block.json
|
|
|
|
share/ja-wordpress/wp-includes/blocks/video/block.json
|
2013-11-10 12:13:08 +01:00
|
|
|
share/ja-wordpress/wp-includes/bookmark-template.php
|
|
|
|
share/ja-wordpress/wp-includes/bookmark.php
|
2020-09-20 17:24:36 +02:00
|
|
|
share/ja-wordpress/wp-includes/cache-compat.php
|
2013-11-10 12:13:08 +01:00
|
|
|
share/ja-wordpress/wp-includes/cache.php
|
|
|
|
share/ja-wordpress/wp-includes/canonical.php
|
|
|
|
share/ja-wordpress/wp-includes/capabilities.php
|
|
|
|
share/ja-wordpress/wp-includes/category-template.php
|
|
|
|
share/ja-wordpress/wp-includes/category.php
|
|
|
|
share/ja-wordpress/wp-includes/certificates/ca-bundle.crt
|
|
|
|
share/ja-wordpress/wp-includes/class-IXR.php
|
|
|
|
share/ja-wordpress/wp-includes/class-feed.php
|
|
|
|
share/ja-wordpress/wp-includes/class-http.php
|
|
|
|
share/ja-wordpress/wp-includes/class-json.php
|
|
|
|
share/ja-wordpress/wp-includes/class-oembed.php
|
|
|
|
share/ja-wordpress/wp-includes/class-phpass.php
|
|
|
|
share/ja-wordpress/wp-includes/class-phpmailer.php
|
|
|
|
share/ja-wordpress/wp-includes/class-pop3.php
|
2019-12-16 17:52:40 +01:00
|
|
|
share/ja-wordpress/wp-includes/class-requests.php
|
2013-11-10 12:13:08 +01:00
|
|
|
share/ja-wordpress/wp-includes/class-simplepie.php
|
|
|
|
share/ja-wordpress/wp-includes/class-smtp.php
|
|
|
|
share/ja-wordpress/wp-includes/class-snoopy.php
|
Update to 4.4
Changelog:
On December 8, 2015, WordPress Version 4.4, named for jazz musician Clifford Brown, was released to the public. For more information on this enhancement and bug-fix release, read the WordPress Blog, and see the Changelog for 4.4.
For Version 4.4, the database version (db_version in wp_options) changed to 35700, and the Trac revision was 35842.
Highlights
twenty-sixteen-white-desktop-1x.png
New Default Theme - Twenty Sixteen
Modern take on the classic blog design
Flexible header and fun color schemes will make your content shine
Mobile-first and responsive
The Finer Points
responsive-devices-desktop-1x.png
Responsive images:
WordPress now takes a smarter approach to displaying appropriate image sizes on any device, ensuring a perfect fit every time. You don’t need to do anything to your theme, it just works.
wp embed preview.png
Embed your WordPress content:
Now you can embed your posts on other sites, even other WordPress sites. Simply drop a post URL into the editor and see an instant embed preview, complete with the title, excerpt, and featured image if you’ve set one. We’ll even include your site icon and links for comments and sharing.
reverbnation embed.png
Even more embed providers:
In addition to post embeds, WordPress 4.4 also adds support for five new oEmbed providers: Cloudup, Reddit Comments, ReverbNation, Speaker Deck, and VideoPress.
For Developers
REST API infrastructure: Infrastructure for the REST API has been integrated into core, the first part of a multi-stage rollout. Inclusion of core endpoints is targeted for an upcoming release. To get a sneak peek of the core endpoints, and for more information on extending the REST API, check out the official WordPress REST API plugin.
Term meta: Terms now support metadata, just like posts. See add_term_meta(), get_term_meta(), and update_term_meta() for more information.
Comment query improvements: Comment queries now have cache handling to improve performance. New arguments in WP_Comment_Query make crafting robust comment queries simpler.
Term, comment, and network objects: New WP_Term, WP_Comment, and WP_Network objects make interacting with terms, comments, and networks more predictable and intuitive in code.
What's New
General
Developer reference - Improvements to inline code documentation.
i18n support - Improvements to translation strings all over the core.
Admin page headings were adjusted from H3 to H2 tags to reinforce page hierarchy
Improvements to how list tables are displayed on all size screens
Posts
The post/page permalink UI was simplified, linking the permalink and removing the "View" button
Media
Comments
The "View Comment" link was relocated from the Status meta box in the comment-editing screen
Many comment functions can now accept a full object instead of 'comment_ID' to reduce cache/db lookups
Orphaned comments now fall back to the 'edit_posts' capability
Appearance
Site icons will now fall back to the 'full' size URL when the 'thumbnail' size doesn't exist
Users
Install Process
Multisite
The language chooser was added to the new site form on wp-signup.php
Sites may no longer be created with the following reserved slugs: wp-admin, wp-content, wp-includes, or wp-json
Accessibility
Under The Hood
General
Unclosed HTML elements in shortcode attributes were disallowed
HTML was removed from all translatable text strings
Rewrite rules are now flushed on theme switch
Most core classes were moved to their own files
Embeds
Add oEmbed support for Cloudup.
Add oEmbed support for Reddit Comments.
Add oEmbed support for ReverbNation.
Add oEmbed support for Speaker Deck.
Add oEmbed support for VideoPress.
Remove oEmbed support for Blip.
JavaScript
Customizer: Ensure persistence of unchanged active state for controls, sections, and panels
Customizer: Fixed logic for determining the container element when focusing on a panel, section, or control
Customizer: Fixed clearing of a color control's setting by using proper empty value
Bug Fixes
Fail gracefully when checking mapped capabilities against unregistered post types
Visibility was restored for the Tags auto-suggest tooltip in Quick Edit
The $public_only parameter was added to count_user_posts()
Cron: Events are now rejected when the provided $timestamp value is not a valid timestamp
Users with no role are now redirected to the home page on login instead of their profile-editing screen
Multisite
A network can now be retrieved by its ID through WP_Network::get_instance()
A network can now be created or completed by passing arguments to WP_Network
Network-level capabilities were clarified and some long-time bugs were fixed
Classes
What's New
WP_Comment
WP_Comment_Query->$found_comments
WP_Comment_Query->$max_num_pages
WP_Comment_Query->$meta_query_clauses
WP_Comment_Query->$sql_clauses
WP_Comment_Query::fill_descendants()
WP_Comment_Query::get_comment_ids()
WP_Customize_Manager->$autofocus
WP_Customize_Manager->$preview_url
WP_Customize_Manager->$return_url
WP_Customize_Manager::customize_pane_settings()
WP_Customize_Manager::get_autofocus()
WP_Customize_Manager::get_document_title_template()
WP_Customize_Manager::get_preview_url()
WP_Customize_Manager::get_return_url()
WP_Customize_Manager::is_ios()
WP_Customize_Manager::set_autofocus()
WP_Customize_Manager::set_preview_url()
WP_Customize_Manager::set_return_url()
WP_Customize_Setting->$is_multidimensional_aggregated
WP_Customize_Setting->$is_previewed
WP_Customize_Setting::$aggregated_multidimensionals
WP_Customize_Setting::_multidimensional_preview_filter()
WP_Customize_Setting::aggregate_multidimensional()
get_root_value/ WP_Customize_Setting::get_root_value()
id_data/ WP_Customize_Setting::id_data()
set_root_value/ WP_Customize_Setting::set_root_value()
WP_Customize_Widgets::get_widget_control_parts()
WP_Customize_Widgets::is_panel_active()
WP_Filesystem_SSH2::sftp_path()
WP_HTTP_Response
WP_List_Table::get_primary_column()
WP_Locale->$start_of_week
WP_MS_Sites_List_Table::column_id()
WP_MS_Users_List_Table::column_id()
WP_Media_List_Table->$comment_pending_count
WP_Network
WP_Posts_List_Table::get_edit_link()
WP_Query->$is_embed
WP_Query->$updated_comment_meta_cache
WP_Query->$updated_term_meta_cache
WP_Query::is_embed()
WP_Query::lazyload_comment_meta()
WP_Query::lazyload_term_meta()
WP_REST_Request
WP_REST_Response
WP_REST_Server
WP_Screen->$_screen_reader_content
WP_Screen::get_screen_reader_content()
WP_Screen::get_screen_reader_text()
WP_Screen::remove_screen_reader_content()
WP_Screen::render_list_table_columns_preferences()
WP_Screen::render_meta_boxes_preferences()
WP_Screen::render_screen_reader_content()
WP_Screeb::render_view_mode()
WP_Screen::set_screen_reader_content()
WP_Term
>$update WP_Theme
WP_User::__unset()
>$request WP_User_Query
WP_User_Query::fill_query_vars()
WP_Users_List_Table::get_role_list()
WP_Widget_Calendar::$instance
WP_Widget_Tag_Cloud::_get_current_taxonomy()
WP_oEmbed_Controller
wpdb->$termmeta
Deprecated
Functions
What's New
_prime_comment_caches()
add_network_option()
add_term_meta()
delete_network_option()
delete_term_meta()
enqueue_embed_scripts()
get_header_image_tag()
get_html_split_regex()
get_network_option()
get_oembed_endpoint_url()
get_oembed_response_data()
get_oembed_response_data_rich()
get_password_reset_key()
get_post_embed_html()
get_post_embed_url()
get_preview_post_link()
get_rest_url()
get_shortcode_atts_regex()
get_subdirectory_reserved_names()
get_term_meta()
get_the_author_posts_link()
get_the_comments_navigation()
get_the_comments_pagination()
get_the_post_thumbnail_url()
is_embed()
is_post_type_viewable()
is_registered_sidebar()
map_deep()
print_embed_comments_button()
print_embed_scripts()
print_embed_sharing_button()
print_embed_sharing_dialog()
print_embed_styles()
register_rest_route()
rest_api_default_filters()
rest_api_init()
rest_api_loaded()
rest_api_register_rewrites()
rest_cookie_check_errors()
rest_cookie_collect_status()
rest_do_request()
rest_ensure_request()
rest_ensure_response()
rest_get_date_with_gmt()
rest_get_url_prefix()
rest_handle_deprecated_argument()
rest_handle_deprecated_function()
rest_handle_options_request()
rest_output_link_header()
rest_output_link_wp_head()
rest_output_rsd()
rest_parse_date()
rest_send_allow_header()
rest_send_cors_headers()
rest_url()
signup_get_available_languages()
strip_fragment_from_url()
stripslashes_from_strings_only()
the_comments_navigation()
the_comments_pagination()
the_excerpt_embed()
the_header_image_tag()
the_post_thumbnail_url()
update_network_option()
update_term_meta()
update_termmeta_cache()
urldecode_deep()
wp_ajax_delete_inactive_widgets()
wp_ajax_generate_password()
wp_ajax_save_wporg_username()
wp_calculate_image_sizes()
wp_calculate_image_srcset()
wp_embed_excerpt_attachment()
wp_embed_excerpt_attachment()
wp_filter_oembed_result()
wp_get_attachment_image_sizes()
wp_get_attachment_image_srcset()
wp_get_attachment_image_url()
wp_get_document_title()
wp_get_server_protocol()
wp_get_users_with_no_role()
wp_handle_comment_submission()
wp_image_add_srcset_and_sizes()
wp_installing()
wp_is_numeric_array()
wp_make_content_images_responsive()
wp_maybe_decline_date()
wp_new_comment_notify_moderator()
wp_new_comment_notify_postauthor()
wp_oembed_add_discovery_links()
wp_oembed_add_host_js()
wp_oembed_ensure_format()
wp_oembed_register_route()
wp_parse_url()
wp_remote_retrieve_cookie()
wp_remote_retrieve_cookie_value()
wp_remote_retrieve_cookies()
wp_removable_query_args()
wp_rest_server_class()
wp_send_new_user_notifications()
wp_term_is_shared()
Deprecated
wp_get_http()
Actions & Filters
New Actions
after_password_reset
after_signup_site
after_signup_user
attachment_updated
before_signup_header
clean_user_cache
customize_post_value_set
customize_post_value_set_{$setting_id}
delete_plugin
delete_widget
deleted_plugin
edit_user_created_user
embed_content
embed_content_meta
embed_footer
embed_head
enqueue_embed_scripts
invite_user
manage_posts_extra_tablenav
ms_network_not_found
network_site_new_created_user
network_site_users_created_user
network_user_new_created_user
page_attributes_meta_box_template
post_submitbox_minor_actions
pre_auto_update
register_new_user
rest_api_init
wp_add_nav_menu_item
wp_mail_failed
wp_verify_nonce_failed
New Filters
admin_post_thumbnail_size
comment_excerpt_length
comment_form_fields
content_pagination
customize_loaded_components
dashboard_recent_drafts_query_args
dashboard_secondary_items
default_hidden_columns
document_title_parts
document_title_separator
duplicate_comment_id
embed_html
embed_oembed_discover
embed_site_title_html
embed_template
embed_thumbnail_image_shape
embed_thumbnail_image_size
enclosure_links
expiration_of_site_transient_{$transient}
expiration_of_transient_{$transient}
export_wp_filename
feed_links_show_comments_feed
feed_links_show_posts_feed
found_comments_query
get_header_image_tag
get_page_of_comment
get_page_uri
get_post_status
get_role_list
get_sample_permalink
get_terms_defaults
get_{$adjacent}_post_excluded_terms
hidden_columns
illegal_user_logins
image_get_intermediate_size
insert_user_meta
max_srcset_image_width
mejs_settings
nav_menu_item_args
nav_menu_item_title
navigation_markup_template
network_admin_plugin_action_links
network_admin_plugin_action_links_{$plugin_file}
notify_moderator
notify_post_author
oembed_discovery_links
oembed_endpoint_url
oembed_min_max_width
oembed_response_data
old_slug_redirect_url
plugin_action_links
plugin_action_links_{$plugin_file}
post_edit_category_parent_dropdown_args
post_embed_url
postmeta_form_keys
pre_delete_post
pre_get_document_title
pre_get_lastpostmodified
register_post_type_args
register_taxonomy_args
respond_link
rest_url
rest_url_prefix
screen_options_show_submit
show_network_active_plugins
signup_get_available_languages
subdirectory_reserved_names
submenu_file
taxonomy_labels_{$taxonomy}
the_category_list
the_excerpt_embed
update_right_now_text
user_profile_picture_description
users_list_table_query_args
view_mode_post_types
wp_calculate_image_sizes
wp_calculate_image_srcset
wp_dropdown_users_args
wp_http_ixr_client_headers
wp_post_revision_title_expanded
wp_prepare_revision_for_js
wp_theme_editor_filetypes
xmlrpc_chunk_parsing_size
2015-12-27 19:39:57 +01:00
|
|
|
share/ja-wordpress/wp-includes/class-walker-category-dropdown.php
|
|
|
|
share/ja-wordpress/wp-includes/class-walker-category.php
|
|
|
|
share/ja-wordpress/wp-includes/class-walker-comment.php
|
2019-12-16 17:52:40 +01:00
|
|
|
share/ja-wordpress/wp-includes/class-walker-nav-menu.php
|
Update to 4.4
Changelog:
On December 8, 2015, WordPress Version 4.4, named for jazz musician Clifford Brown, was released to the public. For more information on this enhancement and bug-fix release, read the WordPress Blog, and see the Changelog for 4.4.
For Version 4.4, the database version (db_version in wp_options) changed to 35700, and the Trac revision was 35842.
Highlights
twenty-sixteen-white-desktop-1x.png
New Default Theme - Twenty Sixteen
Modern take on the classic blog design
Flexible header and fun color schemes will make your content shine
Mobile-first and responsive
The Finer Points
responsive-devices-desktop-1x.png
Responsive images:
WordPress now takes a smarter approach to displaying appropriate image sizes on any device, ensuring a perfect fit every time. You don’t need to do anything to your theme, it just works.
wp embed preview.png
Embed your WordPress content:
Now you can embed your posts on other sites, even other WordPress sites. Simply drop a post URL into the editor and see an instant embed preview, complete with the title, excerpt, and featured image if you’ve set one. We’ll even include your site icon and links for comments and sharing.
reverbnation embed.png
Even more embed providers:
In addition to post embeds, WordPress 4.4 also adds support for five new oEmbed providers: Cloudup, Reddit Comments, ReverbNation, Speaker Deck, and VideoPress.
For Developers
REST API infrastructure: Infrastructure for the REST API has been integrated into core, the first part of a multi-stage rollout. Inclusion of core endpoints is targeted for an upcoming release. To get a sneak peek of the core endpoints, and for more information on extending the REST API, check out the official WordPress REST API plugin.
Term meta: Terms now support metadata, just like posts. See add_term_meta(), get_term_meta(), and update_term_meta() for more information.
Comment query improvements: Comment queries now have cache handling to improve performance. New arguments in WP_Comment_Query make crafting robust comment queries simpler.
Term, comment, and network objects: New WP_Term, WP_Comment, and WP_Network objects make interacting with terms, comments, and networks more predictable and intuitive in code.
What's New
General
Developer reference - Improvements to inline code documentation.
i18n support - Improvements to translation strings all over the core.
Admin page headings were adjusted from H3 to H2 tags to reinforce page hierarchy
Improvements to how list tables are displayed on all size screens
Posts
The post/page permalink UI was simplified, linking the permalink and removing the "View" button
Media
Comments
The "View Comment" link was relocated from the Status meta box in the comment-editing screen
Many comment functions can now accept a full object instead of 'comment_ID' to reduce cache/db lookups
Orphaned comments now fall back to the 'edit_posts' capability
Appearance
Site icons will now fall back to the 'full' size URL when the 'thumbnail' size doesn't exist
Users
Install Process
Multisite
The language chooser was added to the new site form on wp-signup.php
Sites may no longer be created with the following reserved slugs: wp-admin, wp-content, wp-includes, or wp-json
Accessibility
Under The Hood
General
Unclosed HTML elements in shortcode attributes were disallowed
HTML was removed from all translatable text strings
Rewrite rules are now flushed on theme switch
Most core classes were moved to their own files
Embeds
Add oEmbed support for Cloudup.
Add oEmbed support for Reddit Comments.
Add oEmbed support for ReverbNation.
Add oEmbed support for Speaker Deck.
Add oEmbed support for VideoPress.
Remove oEmbed support for Blip.
JavaScript
Customizer: Ensure persistence of unchanged active state for controls, sections, and panels
Customizer: Fixed logic for determining the container element when focusing on a panel, section, or control
Customizer: Fixed clearing of a color control's setting by using proper empty value
Bug Fixes
Fail gracefully when checking mapped capabilities against unregistered post types
Visibility was restored for the Tags auto-suggest tooltip in Quick Edit
The $public_only parameter was added to count_user_posts()
Cron: Events are now rejected when the provided $timestamp value is not a valid timestamp
Users with no role are now redirected to the home page on login instead of their profile-editing screen
Multisite
A network can now be retrieved by its ID through WP_Network::get_instance()
A network can now be created or completed by passing arguments to WP_Network
Network-level capabilities were clarified and some long-time bugs were fixed
Classes
What's New
WP_Comment
WP_Comment_Query->$found_comments
WP_Comment_Query->$max_num_pages
WP_Comment_Query->$meta_query_clauses
WP_Comment_Query->$sql_clauses
WP_Comment_Query::fill_descendants()
WP_Comment_Query::get_comment_ids()
WP_Customize_Manager->$autofocus
WP_Customize_Manager->$preview_url
WP_Customize_Manager->$return_url
WP_Customize_Manager::customize_pane_settings()
WP_Customize_Manager::get_autofocus()
WP_Customize_Manager::get_document_title_template()
WP_Customize_Manager::get_preview_url()
WP_Customize_Manager::get_return_url()
WP_Customize_Manager::is_ios()
WP_Customize_Manager::set_autofocus()
WP_Customize_Manager::set_preview_url()
WP_Customize_Manager::set_return_url()
WP_Customize_Setting->$is_multidimensional_aggregated
WP_Customize_Setting->$is_previewed
WP_Customize_Setting::$aggregated_multidimensionals
WP_Customize_Setting::_multidimensional_preview_filter()
WP_Customize_Setting::aggregate_multidimensional()
get_root_value/ WP_Customize_Setting::get_root_value()
id_data/ WP_Customize_Setting::id_data()
set_root_value/ WP_Customize_Setting::set_root_value()
WP_Customize_Widgets::get_widget_control_parts()
WP_Customize_Widgets::is_panel_active()
WP_Filesystem_SSH2::sftp_path()
WP_HTTP_Response
WP_List_Table::get_primary_column()
WP_Locale->$start_of_week
WP_MS_Sites_List_Table::column_id()
WP_MS_Users_List_Table::column_id()
WP_Media_List_Table->$comment_pending_count
WP_Network
WP_Posts_List_Table::get_edit_link()
WP_Query->$is_embed
WP_Query->$updated_comment_meta_cache
WP_Query->$updated_term_meta_cache
WP_Query::is_embed()
WP_Query::lazyload_comment_meta()
WP_Query::lazyload_term_meta()
WP_REST_Request
WP_REST_Response
WP_REST_Server
WP_Screen->$_screen_reader_content
WP_Screen::get_screen_reader_content()
WP_Screen::get_screen_reader_text()
WP_Screen::remove_screen_reader_content()
WP_Screen::render_list_table_columns_preferences()
WP_Screen::render_meta_boxes_preferences()
WP_Screen::render_screen_reader_content()
WP_Screeb::render_view_mode()
WP_Screen::set_screen_reader_content()
WP_Term
>$update WP_Theme
WP_User::__unset()
>$request WP_User_Query
WP_User_Query::fill_query_vars()
WP_Users_List_Table::get_role_list()
WP_Widget_Calendar::$instance
WP_Widget_Tag_Cloud::_get_current_taxonomy()
WP_oEmbed_Controller
wpdb->$termmeta
Deprecated
Functions
What's New
_prime_comment_caches()
add_network_option()
add_term_meta()
delete_network_option()
delete_term_meta()
enqueue_embed_scripts()
get_header_image_tag()
get_html_split_regex()
get_network_option()
get_oembed_endpoint_url()
get_oembed_response_data()
get_oembed_response_data_rich()
get_password_reset_key()
get_post_embed_html()
get_post_embed_url()
get_preview_post_link()
get_rest_url()
get_shortcode_atts_regex()
get_subdirectory_reserved_names()
get_term_meta()
get_the_author_posts_link()
get_the_comments_navigation()
get_the_comments_pagination()
get_the_post_thumbnail_url()
is_embed()
is_post_type_viewable()
is_registered_sidebar()
map_deep()
print_embed_comments_button()
print_embed_scripts()
print_embed_sharing_button()
print_embed_sharing_dialog()
print_embed_styles()
register_rest_route()
rest_api_default_filters()
rest_api_init()
rest_api_loaded()
rest_api_register_rewrites()
rest_cookie_check_errors()
rest_cookie_collect_status()
rest_do_request()
rest_ensure_request()
rest_ensure_response()
rest_get_date_with_gmt()
rest_get_url_prefix()
rest_handle_deprecated_argument()
rest_handle_deprecated_function()
rest_handle_options_request()
rest_output_link_header()
rest_output_link_wp_head()
rest_output_rsd()
rest_parse_date()
rest_send_allow_header()
rest_send_cors_headers()
rest_url()
signup_get_available_languages()
strip_fragment_from_url()
stripslashes_from_strings_only()
the_comments_navigation()
the_comments_pagination()
the_excerpt_embed()
the_header_image_tag()
the_post_thumbnail_url()
update_network_option()
update_term_meta()
update_termmeta_cache()
urldecode_deep()
wp_ajax_delete_inactive_widgets()
wp_ajax_generate_password()
wp_ajax_save_wporg_username()
wp_calculate_image_sizes()
wp_calculate_image_srcset()
wp_embed_excerpt_attachment()
wp_embed_excerpt_attachment()
wp_filter_oembed_result()
wp_get_attachment_image_sizes()
wp_get_attachment_image_srcset()
wp_get_attachment_image_url()
wp_get_document_title()
wp_get_server_protocol()
wp_get_users_with_no_role()
wp_handle_comment_submission()
wp_image_add_srcset_and_sizes()
wp_installing()
wp_is_numeric_array()
wp_make_content_images_responsive()
wp_maybe_decline_date()
wp_new_comment_notify_moderator()
wp_new_comment_notify_postauthor()
wp_oembed_add_discovery_links()
wp_oembed_add_host_js()
wp_oembed_ensure_format()
wp_oembed_register_route()
wp_parse_url()
wp_remote_retrieve_cookie()
wp_remote_retrieve_cookie_value()
wp_remote_retrieve_cookies()
wp_removable_query_args()
wp_rest_server_class()
wp_send_new_user_notifications()
wp_term_is_shared()
Deprecated
wp_get_http()
Actions & Filters
New Actions
after_password_reset
after_signup_site
after_signup_user
attachment_updated
before_signup_header
clean_user_cache
customize_post_value_set
customize_post_value_set_{$setting_id}
delete_plugin
delete_widget
deleted_plugin
edit_user_created_user
embed_content
embed_content_meta
embed_footer
embed_head
enqueue_embed_scripts
invite_user
manage_posts_extra_tablenav
ms_network_not_found
network_site_new_created_user
network_site_users_created_user
network_user_new_created_user
page_attributes_meta_box_template
post_submitbox_minor_actions
pre_auto_update
register_new_user
rest_api_init
wp_add_nav_menu_item
wp_mail_failed
wp_verify_nonce_failed
New Filters
admin_post_thumbnail_size
comment_excerpt_length
comment_form_fields
content_pagination
customize_loaded_components
dashboard_recent_drafts_query_args
dashboard_secondary_items
default_hidden_columns
document_title_parts
document_title_separator
duplicate_comment_id
embed_html
embed_oembed_discover
embed_site_title_html
embed_template
embed_thumbnail_image_shape
embed_thumbnail_image_size
enclosure_links
expiration_of_site_transient_{$transient}
expiration_of_transient_{$transient}
export_wp_filename
feed_links_show_comments_feed
feed_links_show_posts_feed
found_comments_query
get_header_image_tag
get_page_of_comment
get_page_uri
get_post_status
get_role_list
get_sample_permalink
get_terms_defaults
get_{$adjacent}_post_excluded_terms
hidden_columns
illegal_user_logins
image_get_intermediate_size
insert_user_meta
max_srcset_image_width
mejs_settings
nav_menu_item_args
nav_menu_item_title
navigation_markup_template
network_admin_plugin_action_links
network_admin_plugin_action_links_{$plugin_file}
notify_moderator
notify_post_author
oembed_discovery_links
oembed_endpoint_url
oembed_min_max_width
oembed_response_data
old_slug_redirect_url
plugin_action_links
plugin_action_links_{$plugin_file}
post_edit_category_parent_dropdown_args
post_embed_url
postmeta_form_keys
pre_delete_post
pre_get_document_title
pre_get_lastpostmodified
register_post_type_args
register_taxonomy_args
respond_link
rest_url
rest_url_prefix
screen_options_show_submit
show_network_active_plugins
signup_get_available_languages
subdirectory_reserved_names
submenu_file
taxonomy_labels_{$taxonomy}
the_category_list
the_excerpt_embed
update_right_now_text
user_profile_picture_description
users_list_table_query_args
view_mode_post_types
wp_calculate_image_sizes
wp_calculate_image_srcset
wp_dropdown_users_args
wp_http_ixr_client_headers
wp_post_revision_title_expanded
wp_prepare_revision_for_js
wp_theme_editor_filetypes
xmlrpc_chunk_parsing_size
2015-12-27 19:39:57 +01:00
|
|
|
share/ja-wordpress/wp-includes/class-walker-page-dropdown.php
|
|
|
|
share/ja-wordpress/wp-includes/class-walker-page.php
|
2013-11-10 12:13:08 +01:00
|
|
|
share/ja-wordpress/wp-includes/class-wp-admin-bar.php
|
|
|
|
share/ja-wordpress/wp-includes/class-wp-ajax-response.php
|
2021-01-03 09:41:15 +01:00
|
|
|
share/ja-wordpress/wp-includes/class-wp-application-passwords.php
|
2020-09-20 17:24:36 +02:00
|
|
|
share/ja-wordpress/wp-includes/class-wp-block-list.php
|
2019-12-16 17:52:40 +01:00
|
|
|
share/ja-wordpress/wp-includes/class-wp-block-parser.php
|
2020-09-20 17:24:36 +02:00
|
|
|
share/ja-wordpress/wp-includes/class-wp-block-pattern-categories-registry.php
|
|
|
|
share/ja-wordpress/wp-includes/class-wp-block-patterns-registry.php
|
2019-12-16 17:52:40 +01:00
|
|
|
share/ja-wordpress/wp-includes/class-wp-block-styles-registry.php
|
2021-01-03 09:41:15 +01:00
|
|
|
share/ja-wordpress/wp-includes/class-wp-block-supports.php
|
2019-12-16 17:52:40 +01:00
|
|
|
share/ja-wordpress/wp-includes/class-wp-block-type-registry.php
|
|
|
|
share/ja-wordpress/wp-includes/class-wp-block-type.php
|
2020-09-20 17:24:36 +02:00
|
|
|
share/ja-wordpress/wp-includes/class-wp-block.php
|
Update to 4.4
Changelog:
On December 8, 2015, WordPress Version 4.4, named for jazz musician Clifford Brown, was released to the public. For more information on this enhancement and bug-fix release, read the WordPress Blog, and see the Changelog for 4.4.
For Version 4.4, the database version (db_version in wp_options) changed to 35700, and the Trac revision was 35842.
Highlights
twenty-sixteen-white-desktop-1x.png
New Default Theme - Twenty Sixteen
Modern take on the classic blog design
Flexible header and fun color schemes will make your content shine
Mobile-first and responsive
The Finer Points
responsive-devices-desktop-1x.png
Responsive images:
WordPress now takes a smarter approach to displaying appropriate image sizes on any device, ensuring a perfect fit every time. You don’t need to do anything to your theme, it just works.
wp embed preview.png
Embed your WordPress content:
Now you can embed your posts on other sites, even other WordPress sites. Simply drop a post URL into the editor and see an instant embed preview, complete with the title, excerpt, and featured image if you’ve set one. We’ll even include your site icon and links for comments and sharing.
reverbnation embed.png
Even more embed providers:
In addition to post embeds, WordPress 4.4 also adds support for five new oEmbed providers: Cloudup, Reddit Comments, ReverbNation, Speaker Deck, and VideoPress.
For Developers
REST API infrastructure: Infrastructure for the REST API has been integrated into core, the first part of a multi-stage rollout. Inclusion of core endpoints is targeted for an upcoming release. To get a sneak peek of the core endpoints, and for more information on extending the REST API, check out the official WordPress REST API plugin.
Term meta: Terms now support metadata, just like posts. See add_term_meta(), get_term_meta(), and update_term_meta() for more information.
Comment query improvements: Comment queries now have cache handling to improve performance. New arguments in WP_Comment_Query make crafting robust comment queries simpler.
Term, comment, and network objects: New WP_Term, WP_Comment, and WP_Network objects make interacting with terms, comments, and networks more predictable and intuitive in code.
What's New
General
Developer reference - Improvements to inline code documentation.
i18n support - Improvements to translation strings all over the core.
Admin page headings were adjusted from H3 to H2 tags to reinforce page hierarchy
Improvements to how list tables are displayed on all size screens
Posts
The post/page permalink UI was simplified, linking the permalink and removing the "View" button
Media
Comments
The "View Comment" link was relocated from the Status meta box in the comment-editing screen
Many comment functions can now accept a full object instead of 'comment_ID' to reduce cache/db lookups
Orphaned comments now fall back to the 'edit_posts' capability
Appearance
Site icons will now fall back to the 'full' size URL when the 'thumbnail' size doesn't exist
Users
Install Process
Multisite
The language chooser was added to the new site form on wp-signup.php
Sites may no longer be created with the following reserved slugs: wp-admin, wp-content, wp-includes, or wp-json
Accessibility
Under The Hood
General
Unclosed HTML elements in shortcode attributes were disallowed
HTML was removed from all translatable text strings
Rewrite rules are now flushed on theme switch
Most core classes were moved to their own files
Embeds
Add oEmbed support for Cloudup.
Add oEmbed support for Reddit Comments.
Add oEmbed support for ReverbNation.
Add oEmbed support for Speaker Deck.
Add oEmbed support for VideoPress.
Remove oEmbed support for Blip.
JavaScript
Customizer: Ensure persistence of unchanged active state for controls, sections, and panels
Customizer: Fixed logic for determining the container element when focusing on a panel, section, or control
Customizer: Fixed clearing of a color control's setting by using proper empty value
Bug Fixes
Fail gracefully when checking mapped capabilities against unregistered post types
Visibility was restored for the Tags auto-suggest tooltip in Quick Edit
The $public_only parameter was added to count_user_posts()
Cron: Events are now rejected when the provided $timestamp value is not a valid timestamp
Users with no role are now redirected to the home page on login instead of their profile-editing screen
Multisite
A network can now be retrieved by its ID through WP_Network::get_instance()
A network can now be created or completed by passing arguments to WP_Network
Network-level capabilities were clarified and some long-time bugs were fixed
Classes
What's New
WP_Comment
WP_Comment_Query->$found_comments
WP_Comment_Query->$max_num_pages
WP_Comment_Query->$meta_query_clauses
WP_Comment_Query->$sql_clauses
WP_Comment_Query::fill_descendants()
WP_Comment_Query::get_comment_ids()
WP_Customize_Manager->$autofocus
WP_Customize_Manager->$preview_url
WP_Customize_Manager->$return_url
WP_Customize_Manager::customize_pane_settings()
WP_Customize_Manager::get_autofocus()
WP_Customize_Manager::get_document_title_template()
WP_Customize_Manager::get_preview_url()
WP_Customize_Manager::get_return_url()
WP_Customize_Manager::is_ios()
WP_Customize_Manager::set_autofocus()
WP_Customize_Manager::set_preview_url()
WP_Customize_Manager::set_return_url()
WP_Customize_Setting->$is_multidimensional_aggregated
WP_Customize_Setting->$is_previewed
WP_Customize_Setting::$aggregated_multidimensionals
WP_Customize_Setting::_multidimensional_preview_filter()
WP_Customize_Setting::aggregate_multidimensional()
get_root_value/ WP_Customize_Setting::get_root_value()
id_data/ WP_Customize_Setting::id_data()
set_root_value/ WP_Customize_Setting::set_root_value()
WP_Customize_Widgets::get_widget_control_parts()
WP_Customize_Widgets::is_panel_active()
WP_Filesystem_SSH2::sftp_path()
WP_HTTP_Response
WP_List_Table::get_primary_column()
WP_Locale->$start_of_week
WP_MS_Sites_List_Table::column_id()
WP_MS_Users_List_Table::column_id()
WP_Media_List_Table->$comment_pending_count
WP_Network
WP_Posts_List_Table::get_edit_link()
WP_Query->$is_embed
WP_Query->$updated_comment_meta_cache
WP_Query->$updated_term_meta_cache
WP_Query::is_embed()
WP_Query::lazyload_comment_meta()
WP_Query::lazyload_term_meta()
WP_REST_Request
WP_REST_Response
WP_REST_Server
WP_Screen->$_screen_reader_content
WP_Screen::get_screen_reader_content()
WP_Screen::get_screen_reader_text()
WP_Screen::remove_screen_reader_content()
WP_Screen::render_list_table_columns_preferences()
WP_Screen::render_meta_boxes_preferences()
WP_Screen::render_screen_reader_content()
WP_Screeb::render_view_mode()
WP_Screen::set_screen_reader_content()
WP_Term
>$update WP_Theme
WP_User::__unset()
>$request WP_User_Query
WP_User_Query::fill_query_vars()
WP_Users_List_Table::get_role_list()
WP_Widget_Calendar::$instance
WP_Widget_Tag_Cloud::_get_current_taxonomy()
WP_oEmbed_Controller
wpdb->$termmeta
Deprecated
Functions
What's New
_prime_comment_caches()
add_network_option()
add_term_meta()
delete_network_option()
delete_term_meta()
enqueue_embed_scripts()
get_header_image_tag()
get_html_split_regex()
get_network_option()
get_oembed_endpoint_url()
get_oembed_response_data()
get_oembed_response_data_rich()
get_password_reset_key()
get_post_embed_html()
get_post_embed_url()
get_preview_post_link()
get_rest_url()
get_shortcode_atts_regex()
get_subdirectory_reserved_names()
get_term_meta()
get_the_author_posts_link()
get_the_comments_navigation()
get_the_comments_pagination()
get_the_post_thumbnail_url()
is_embed()
is_post_type_viewable()
is_registered_sidebar()
map_deep()
print_embed_comments_button()
print_embed_scripts()
print_embed_sharing_button()
print_embed_sharing_dialog()
print_embed_styles()
register_rest_route()
rest_api_default_filters()
rest_api_init()
rest_api_loaded()
rest_api_register_rewrites()
rest_cookie_check_errors()
rest_cookie_collect_status()
rest_do_request()
rest_ensure_request()
rest_ensure_response()
rest_get_date_with_gmt()
rest_get_url_prefix()
rest_handle_deprecated_argument()
rest_handle_deprecated_function()
rest_handle_options_request()
rest_output_link_header()
rest_output_link_wp_head()
rest_output_rsd()
rest_parse_date()
rest_send_allow_header()
rest_send_cors_headers()
rest_url()
signup_get_available_languages()
strip_fragment_from_url()
stripslashes_from_strings_only()
the_comments_navigation()
the_comments_pagination()
the_excerpt_embed()
the_header_image_tag()
the_post_thumbnail_url()
update_network_option()
update_term_meta()
update_termmeta_cache()
urldecode_deep()
wp_ajax_delete_inactive_widgets()
wp_ajax_generate_password()
wp_ajax_save_wporg_username()
wp_calculate_image_sizes()
wp_calculate_image_srcset()
wp_embed_excerpt_attachment()
wp_embed_excerpt_attachment()
wp_filter_oembed_result()
wp_get_attachment_image_sizes()
wp_get_attachment_image_srcset()
wp_get_attachment_image_url()
wp_get_document_title()
wp_get_server_protocol()
wp_get_users_with_no_role()
wp_handle_comment_submission()
wp_image_add_srcset_and_sizes()
wp_installing()
wp_is_numeric_array()
wp_make_content_images_responsive()
wp_maybe_decline_date()
wp_new_comment_notify_moderator()
wp_new_comment_notify_postauthor()
wp_oembed_add_discovery_links()
wp_oembed_add_host_js()
wp_oembed_ensure_format()
wp_oembed_register_route()
wp_parse_url()
wp_remote_retrieve_cookie()
wp_remote_retrieve_cookie_value()
wp_remote_retrieve_cookies()
wp_removable_query_args()
wp_rest_server_class()
wp_send_new_user_notifications()
wp_term_is_shared()
Deprecated
wp_get_http()
Actions & Filters
New Actions
after_password_reset
after_signup_site
after_signup_user
attachment_updated
before_signup_header
clean_user_cache
customize_post_value_set
customize_post_value_set_{$setting_id}
delete_plugin
delete_widget
deleted_plugin
edit_user_created_user
embed_content
embed_content_meta
embed_footer
embed_head
enqueue_embed_scripts
invite_user
manage_posts_extra_tablenav
ms_network_not_found
network_site_new_created_user
network_site_users_created_user
network_user_new_created_user
page_attributes_meta_box_template
post_submitbox_minor_actions
pre_auto_update
register_new_user
rest_api_init
wp_add_nav_menu_item
wp_mail_failed
wp_verify_nonce_failed
New Filters
admin_post_thumbnail_size
comment_excerpt_length
comment_form_fields
content_pagination
customize_loaded_components
dashboard_recent_drafts_query_args
dashboard_secondary_items
default_hidden_columns
document_title_parts
document_title_separator
duplicate_comment_id
embed_html
embed_oembed_discover
embed_site_title_html
embed_template
embed_thumbnail_image_shape
embed_thumbnail_image_size
enclosure_links
expiration_of_site_transient_{$transient}
expiration_of_transient_{$transient}
export_wp_filename
feed_links_show_comments_feed
feed_links_show_posts_feed
found_comments_query
get_header_image_tag
get_page_of_comment
get_page_uri
get_post_status
get_role_list
get_sample_permalink
get_terms_defaults
get_{$adjacent}_post_excluded_terms
hidden_columns
illegal_user_logins
image_get_intermediate_size
insert_user_meta
max_srcset_image_width
mejs_settings
nav_menu_item_args
nav_menu_item_title
navigation_markup_template
network_admin_plugin_action_links
network_admin_plugin_action_links_{$plugin_file}
notify_moderator
notify_post_author
oembed_discovery_links
oembed_endpoint_url
oembed_min_max_width
oembed_response_data
old_slug_redirect_url
plugin_action_links
plugin_action_links_{$plugin_file}
post_edit_category_parent_dropdown_args
post_embed_url
postmeta_form_keys
pre_delete_post
pre_get_document_title
pre_get_lastpostmodified
register_post_type_args
register_taxonomy_args
respond_link
rest_url
rest_url_prefix
screen_options_show_submit
show_network_active_plugins
signup_get_available_languages
subdirectory_reserved_names
submenu_file
taxonomy_labels_{$taxonomy}
the_category_list
the_excerpt_embed
update_right_now_text
user_profile_picture_description
users_list_table_query_args
view_mode_post_types
wp_calculate_image_sizes
wp_calculate_image_srcset
wp_dropdown_users_args
wp_http_ixr_client_headers
wp_post_revision_title_expanded
wp_prepare_revision_for_js
wp_theme_editor_filetypes
xmlrpc_chunk_parsing_size
2015-12-27 19:39:57 +01:00
|
|
|
share/ja-wordpress/wp-includes/class-wp-comment-query.php
|
|
|
|
share/ja-wordpress/wp-includes/class-wp-comment.php
|
2013-11-10 12:13:08 +01:00
|
|
|
share/ja-wordpress/wp-includes/class-wp-customize-control.php
|
|
|
|
share/ja-wordpress/wp-includes/class-wp-customize-manager.php
|
Update to 4.3
Changelog:
Highlights
The Finer Points
Resetting Your Password received attention and 4.3 improves the way that passwords are chosen and changed. You start out with a strong password by default and you are given the option to keep it or choose your own. A password strength meter is available as well as the option to hide your password from prying eyes. You will find the new password interface on the password reset screen and the WordPress install screen. WordPress will no longer send passwords via email and the password reset links will expire in 24 hours. Finally, e-mail notifications will be sent out in the event that an e-mail or password is changed.
Site owners can now manage their site’s favicon on desktop and mobile. Site Icons work out of the box, are theme independent, and do not require theme support.
Multisite Focused Changes
The main change to the Editor is that the content for both Visual and Text editors is prepared/escaped the same (we run the textarea content through the JavaScript wpautop() before initializing TinyMCE).
Comments are now turned off on pages and custom post types by default.
For Developers
Fast previewing changes to Menus in the Customizer
A new theme template has been added to the Template Hierarchy. The singular.php template follows the rules of is_singular and is used for a single post, regardless of post type. It comes in the hierarchy after single.php, page.php, and the variations of each. Themes that used the same code for both of those files (or included one in the other) can now simplify down to the one template.
Changes to Customizer Panels and Sections
New Customizer Media Controls
The Site Icon API is fairly straightforward.
PHP7 is slated for release later this year. One of the changes is that PHP4 style constructors are deprecated. In order to prepare WordPress to support PHP7, these constructors have been deprecated in WordPress core.
Old Distraction Free Writing code has been removed (the code has not been used in the core since 4.1). Plugin authors have had two releases to update their code. If it is essential to your plugin, the files in 4.2 can still be reused and improved.
What's New
General
Posts
Formatting Shortcuts while using visual editor.
Use * or - to start an unordered list.
Use 1. or 1) to start an ordered list.
Use ## for H2 and ### for H3 (etc, through H6).
Use > to transform text into blockquote.
Media
Comments
All new pages that you create will have comments turned off by default.
Appearance
Menus can now be managed with the Customizer, which allows you to see "live" preview changes without changing your site for visitors until you are ready.
Customizer improvements including enhanced accessibility, smoother menu creation and location assignment, and the ability to handle nameless menus.
Take control of another piece of your site with the Site Icon feature. You can now manage your site’s favicon and app icon from the Admin area.
Customize link added in the toolbar to swiftly make changes to your site.
Users
Better Passwords. Password field will be automatically filled with a strong password, while adding new users and resetting the password.
Install Process
Multisite
Accessibility
Under The Hood
General
JavaScript
Bug Fixes
A total of 180 bugs reported against previous versions of WordPress were fixed.
Multisite
Classes
What's New
Customizer API
Introduce WP_Customize_Cropped_Image_Control
Introduce WP_Customize_Manager->$registered_panel_types
Introduce WP_Customize_Manager->$registered_section_types
Introduce WP_Customize_Manager::register_panel_type()
Introduce WP_Customize_Manager::render_panel_templates()
Introduce WP_Customize_Manager::register_section_type()
Introduce WP_Customize_Manager::render_section_templates()
Introduce WP_Customize_Nav_Menu_Auto_Add_Control
Introduce WP_Customize_Nav_Menu_Control
Introduce WP_Customize_Nav_Menu_Item_Control
Introduce WP_Customize_Nav_Menu_Item_Setting
Introduce WP_Customize_Nav_Menu_Location_Control
Introduce WP_Customize_Nav_Menu_Section
Introduce WP_Customize_Nav_Menu_Setting
Introduce WP_Customize_Nav_Menus
Introduce WP_Customize_Nav_Menus_Panel
Introduce WP_Customize_New_Menu_Control
Introduce WP_Customize_New_Menu_Section
Introduce WP_Customize_Panel::print_template()
Introduce WP_Customize_Panel::render_template()
Introduce WP_Customize_Panel::content_template()
Introduce WP_Customize_Section::print_template()
Introduce WP_Customize_Section::render_template()
Introduce WP_Customize_Site_Icon_Control
List Tables
Introduce WP_Links_List_Table::get_default_primary_column_name()
Introduce WP_Links_List_Table::column_cb()
Introduce WP_Links_List_Table::column_name()
Introduce WP_Links_List_Table::column_url()
Introduce WP_Links_List_Table::column_categories()
Introduce WP_Links_List_Table::column_rel()
Introduce WP_Links_List_Table::column_visible()
Introduce WP_Links_List_Table::column_rating()
Introduce WP_Links_List_Table::column_default()
Introduce WP_Links_List_Table::handle_row_actions()
Introduce WP_List_Table::get_default_primary_column_name()
Introduce WP_List_Table::get_primary_column_name()
Introduce WP_List_Table::handle_row_actions()
Introduce WP_Media_List_Table::column_cb()
Introduce WP_Media_List_Table::column_title()
Introduce WP_Media_List_Table::column_author()
Introduce WP_Media_List_Table::column_desc()
Introduce WP_Media_List_Table::column_date()
Introduce WP_Media_List_Table::column_parent()
Introduce WP_Media_List_Table::column_comments()
Introduce WP_Media_List_Table::column_default()
Introduce WP_Media_List_Table::get_default_primary_column_name()
Introduce WP_Media_List_Table::handle_row_actions()
Introduce WP_MS_Sites_List_Table->$status_list
Introduce WP_MS_Sites_List_Table::column_cb()
Introduce WP_MS_Sites_List_Table::column_blogname()
Introduce WP_MS_Sites_List_Table::column_lastupdated()
Introduce WP_MS_Sites_List_Table::column_registered()
Introduce WP_MS_Sites_List_Table::column_users()
Introduce WP_MS_Sites_List_Table::column_plugins()
Introduce WP_MS_Sites_List_Table::column_default()
Introduce WP_MS_Sites_List_Table::get_default_primary_column_name()
Introduce WP_MS_Sites_List_Table::handle_row_actions()
Introduce WP_MS_Themes_List_Table::get_primary_column_name()
Introduce WP_MS_Themes_List_Table::column_cb()
Introduce WP_MS_Themes_List_Table::column_name()
Introduce WP_MS_Themes_List_Table::column_description()
Introduce WP_MS_Themes_List_Table::column_default()
Introduce WP_MS_Themes_List_Table::single_row_columns()
Introduce WP_MS_Users_List_Table::column_cb()
Introduce WP_MS_Users_List_Table::column_username()
Introduce WP_MS_Users_List_Table::column_name()
Introduce WP_MS_Users_List_Table::column_email()
Introduce WP_MS_Users_List_Table::column_registered()
Introduce WP_MS_Users_List_Table::_column_blogs()
Introduce WP_MS_Users_List_Table::column_blogs()
Introduce WP_MS_Users_List_Table::column_default()
Introduce WP_MS_Users_List_Table::get_default_primary_column_name()
Introduce WP_MS_Users_List_Table::handle_row_actions()
Introduce WP_Plugins_List_Table::get_primary_column_name()
Introduce WP_Posts_List_Table->$current_level
Introduce WP_Posts_List_Table::column_cb()
Introduce WP_Posts_List_Table::_column_title()
Introduce WP_Posts_List_Table::column_title()
Introduce WP_Posts_List_Table::column_date()
Introduce WP_Posts_List_Table::column_comments()
Introduce WP_Posts_List_Table::column_author()
Introduce WP_Posts_List_Table::column_default()
Introduce WP_Posts_List_Table::get_default_primary_column_name()
Introduce WP_Posts_List_Table::handle_row_actions()
Introduce WP_Terms_List_Table::get_default_primary_column_name()
Introduce WP_Terms_List_Table::handle_row_actions()
Introduce WP_Users_List_Table::get_default_primary_column_name()
Miscellaneous
Introduce WP_Comments_List_Table::get_default_primary_column_name()
Introduce WP_Comments_List_Table::handle_row_actions()
Introduce WP_Meta_Query->$has_or_relation
Introduce WP_Meta_Query::has_or_relation()
Introduce WP_Site_Icon
Introduce WP_Upgrader::clear_destination()
Introduce WP_User::__call()
Deprecated
Functions
What's New
Introduce wp_ajax_crop_image()
Introduce split_all_shared_terms()
Introduce wp_should_upgrade_global_tables()
Introduce wp_admin_bar_customize_menu()
Introduce wp_roles()
Introduce get_default_comment_status()
Introduce atom_site_icon()
Introduce rss2_site_icon()
Introduce wptexturize_primes()
Introduce convert_invalid_entities()
Introduce format_for_editor()
Introduce _deprecated_constructor()
Introduce get_main_network_id()
Introduce wp_post_preview_js()
Introduce wp_site_icon()
Introduce get_language_attributes()
Introduce wp_resolve_numeric_slug_conflicts()
Introduce get_singular_template()
Deprecated
Actions & Filters
New Actions
Introduce wp_ajax_crop_image_pre_save
Introduce add_user_role
Introduce remove_user_role
Introduce deprecated_constructor_run
New Filters
Introduce edit_comment_misc_actions
Introduce wp_ajax_cropped_attachment_metadata
Introduce wp_ajax_cropped_attachment_id
Introduce list_table_primary_column
Introduce upgrader_package_options
Introduce nav_menu_items_{$post_type_name}_recent
Introduce get_the_author_{$field}
Introduce wp_generate_tag_cloud_data
Introduce style_loader_tag
Introduce get_default_comment_status
Introduce format_for_editor
Introduce deprecated_constructor_trigger_error
Introduce get_main_network_id
Introduce site_icon_meta_tags
Introduce wp_get_attachment_image_src
Introduce wp_get_nav_menu_object
Introduce has_nav_menu
Introduce wp_safe_redirect_fallback
Introduce wp_unique_term_slug_is_bad_slug
Introduce wp_unique_term_slug
Introduce editor_stylesheets
Introduce send_password_change_email
Introduce send_email_change_email
Introduce password_change_email
Introduce email_change_email
Introduce password_reset_expiration
2015-08-30 03:20:45 +02:00
|
|
|
share/ja-wordpress/wp-includes/class-wp-customize-nav-menus.php
|
Update to 4.0 from 3.9.2
* Update MESSAGE to use apache24 and php-fpm.
* Add php-fpm option, and make default option as php-fpm.
Changelog:
What's New
General
Featured image previews now support .bmp files
Featured Image meta box is now hidden for contributors lacking upload capabilities
New supported oEmbed providers: CollegeHumor, Issuu, Mixcloud, YouTube playlists, TED talks
Install WordPress in your language
Streamlined Language management right from the dashboard
Posts
Display embed previews for audio/visual URLs in Visual editor content box.
Page scrolling now scrolls post content box.
Edit Post/Page menu bar sticks to top of content box when scrolling (Visual and Text editor).
Color picker was re-added to the Visual editor
Media
Add Media Grid view option (default) for Media Library
Add "Bulk Select" button to Media Grid view to delete multiple items
Add oEmbed support for TED talks, Mixcloud, CollegeHumor.com, Issuu
Expand oEmbed support to include YouTube playlist URLs and Polldaddy’s short URL format
Remove Viddler oEmbed support
Update SlideShare oEmbed regex
Improved media experience on small screen sizes (embedded videos now responsive)
Native video and audio shortcodes now support Flash playback looping
Comments
Comments in trash can now be marked as spam.
Plugins
Display plugins list as grid, with thumbnails, on Add New screen.
Add popup window with plugin details (displays info from plugin's directory page).
Add "Beta Testing" tab to Plugins screen for new features-as-plugins.
Accessibility
Improved keyboard accessibility in the Add Media panel
Improved screen-reader support for Customizer sections
Makes links in help tabs keyboard accessible
Improvements for screen-readers when managing widgets in the Customizer
Install Process
Add language select menu as first Installation screen (skipped for localized installs)
Multisite
mp4 file extension was added to allowed upload file types
2014-10-19 16:14:47 +02:00
|
|
|
share/ja-wordpress/wp-includes/class-wp-customize-panel.php
|
2013-11-10 12:13:08 +01:00
|
|
|
share/ja-wordpress/wp-includes/class-wp-customize-section.php
|
|
|
|
share/ja-wordpress/wp-includes/class-wp-customize-setting.php
|
2014-09-28 16:18:00 +02:00
|
|
|
share/ja-wordpress/wp-includes/class-wp-customize-widgets.php
|
2019-12-16 17:52:40 +01:00
|
|
|
share/ja-wordpress/wp-includes/class-wp-date-query.php
|
|
|
|
share/ja-wordpress/wp-includes/class-wp-dependency.php
|
2013-11-10 12:13:08 +01:00
|
|
|
share/ja-wordpress/wp-includes/class-wp-editor.php
|
|
|
|
share/ja-wordpress/wp-includes/class-wp-embed.php
|
|
|
|
share/ja-wordpress/wp-includes/class-wp-error.php
|
2019-12-16 17:52:40 +01:00
|
|
|
share/ja-wordpress/wp-includes/class-wp-fatal-error-handler.php
|
|
|
|
share/ja-wordpress/wp-includes/class-wp-feed-cache-transient.php
|
|
|
|
share/ja-wordpress/wp-includes/class-wp-feed-cache.php
|
|
|
|
share/ja-wordpress/wp-includes/class-wp-hook.php
|
Update to 4.4
Changelog:
On December 8, 2015, WordPress Version 4.4, named for jazz musician Clifford Brown, was released to the public. For more information on this enhancement and bug-fix release, read the WordPress Blog, and see the Changelog for 4.4.
For Version 4.4, the database version (db_version in wp_options) changed to 35700, and the Trac revision was 35842.
Highlights
twenty-sixteen-white-desktop-1x.png
New Default Theme - Twenty Sixteen
Modern take on the classic blog design
Flexible header and fun color schemes will make your content shine
Mobile-first and responsive
The Finer Points
responsive-devices-desktop-1x.png
Responsive images:
WordPress now takes a smarter approach to displaying appropriate image sizes on any device, ensuring a perfect fit every time. You don’t need to do anything to your theme, it just works.
wp embed preview.png
Embed your WordPress content:
Now you can embed your posts on other sites, even other WordPress sites. Simply drop a post URL into the editor and see an instant embed preview, complete with the title, excerpt, and featured image if you’ve set one. We’ll even include your site icon and links for comments and sharing.
reverbnation embed.png
Even more embed providers:
In addition to post embeds, WordPress 4.4 also adds support for five new oEmbed providers: Cloudup, Reddit Comments, ReverbNation, Speaker Deck, and VideoPress.
For Developers
REST API infrastructure: Infrastructure for the REST API has been integrated into core, the first part of a multi-stage rollout. Inclusion of core endpoints is targeted for an upcoming release. To get a sneak peek of the core endpoints, and for more information on extending the REST API, check out the official WordPress REST API plugin.
Term meta: Terms now support metadata, just like posts. See add_term_meta(), get_term_meta(), and update_term_meta() for more information.
Comment query improvements: Comment queries now have cache handling to improve performance. New arguments in WP_Comment_Query make crafting robust comment queries simpler.
Term, comment, and network objects: New WP_Term, WP_Comment, and WP_Network objects make interacting with terms, comments, and networks more predictable and intuitive in code.
What's New
General
Developer reference - Improvements to inline code documentation.
i18n support - Improvements to translation strings all over the core.
Admin page headings were adjusted from H3 to H2 tags to reinforce page hierarchy
Improvements to how list tables are displayed on all size screens
Posts
The post/page permalink UI was simplified, linking the permalink and removing the "View" button
Media
Comments
The "View Comment" link was relocated from the Status meta box in the comment-editing screen
Many comment functions can now accept a full object instead of 'comment_ID' to reduce cache/db lookups
Orphaned comments now fall back to the 'edit_posts' capability
Appearance
Site icons will now fall back to the 'full' size URL when the 'thumbnail' size doesn't exist
Users
Install Process
Multisite
The language chooser was added to the new site form on wp-signup.php
Sites may no longer be created with the following reserved slugs: wp-admin, wp-content, wp-includes, or wp-json
Accessibility
Under The Hood
General
Unclosed HTML elements in shortcode attributes were disallowed
HTML was removed from all translatable text strings
Rewrite rules are now flushed on theme switch
Most core classes were moved to their own files
Embeds
Add oEmbed support for Cloudup.
Add oEmbed support for Reddit Comments.
Add oEmbed support for ReverbNation.
Add oEmbed support for Speaker Deck.
Add oEmbed support for VideoPress.
Remove oEmbed support for Blip.
JavaScript
Customizer: Ensure persistence of unchanged active state for controls, sections, and panels
Customizer: Fixed logic for determining the container element when focusing on a panel, section, or control
Customizer: Fixed clearing of a color control's setting by using proper empty value
Bug Fixes
Fail gracefully when checking mapped capabilities against unregistered post types
Visibility was restored for the Tags auto-suggest tooltip in Quick Edit
The $public_only parameter was added to count_user_posts()
Cron: Events are now rejected when the provided $timestamp value is not a valid timestamp
Users with no role are now redirected to the home page on login instead of their profile-editing screen
Multisite
A network can now be retrieved by its ID through WP_Network::get_instance()
A network can now be created or completed by passing arguments to WP_Network
Network-level capabilities were clarified and some long-time bugs were fixed
Classes
What's New
WP_Comment
WP_Comment_Query->$found_comments
WP_Comment_Query->$max_num_pages
WP_Comment_Query->$meta_query_clauses
WP_Comment_Query->$sql_clauses
WP_Comment_Query::fill_descendants()
WP_Comment_Query::get_comment_ids()
WP_Customize_Manager->$autofocus
WP_Customize_Manager->$preview_url
WP_Customize_Manager->$return_url
WP_Customize_Manager::customize_pane_settings()
WP_Customize_Manager::get_autofocus()
WP_Customize_Manager::get_document_title_template()
WP_Customize_Manager::get_preview_url()
WP_Customize_Manager::get_return_url()
WP_Customize_Manager::is_ios()
WP_Customize_Manager::set_autofocus()
WP_Customize_Manager::set_preview_url()
WP_Customize_Manager::set_return_url()
WP_Customize_Setting->$is_multidimensional_aggregated
WP_Customize_Setting->$is_previewed
WP_Customize_Setting::$aggregated_multidimensionals
WP_Customize_Setting::_multidimensional_preview_filter()
WP_Customize_Setting::aggregate_multidimensional()
get_root_value/ WP_Customize_Setting::get_root_value()
id_data/ WP_Customize_Setting::id_data()
set_root_value/ WP_Customize_Setting::set_root_value()
WP_Customize_Widgets::get_widget_control_parts()
WP_Customize_Widgets::is_panel_active()
WP_Filesystem_SSH2::sftp_path()
WP_HTTP_Response
WP_List_Table::get_primary_column()
WP_Locale->$start_of_week
WP_MS_Sites_List_Table::column_id()
WP_MS_Users_List_Table::column_id()
WP_Media_List_Table->$comment_pending_count
WP_Network
WP_Posts_List_Table::get_edit_link()
WP_Query->$is_embed
WP_Query->$updated_comment_meta_cache
WP_Query->$updated_term_meta_cache
WP_Query::is_embed()
WP_Query::lazyload_comment_meta()
WP_Query::lazyload_term_meta()
WP_REST_Request
WP_REST_Response
WP_REST_Server
WP_Screen->$_screen_reader_content
WP_Screen::get_screen_reader_content()
WP_Screen::get_screen_reader_text()
WP_Screen::remove_screen_reader_content()
WP_Screen::render_list_table_columns_preferences()
WP_Screen::render_meta_boxes_preferences()
WP_Screen::render_screen_reader_content()
WP_Screeb::render_view_mode()
WP_Screen::set_screen_reader_content()
WP_Term
>$update WP_Theme
WP_User::__unset()
>$request WP_User_Query
WP_User_Query::fill_query_vars()
WP_Users_List_Table::get_role_list()
WP_Widget_Calendar::$instance
WP_Widget_Tag_Cloud::_get_current_taxonomy()
WP_oEmbed_Controller
wpdb->$termmeta
Deprecated
Functions
What's New
_prime_comment_caches()
add_network_option()
add_term_meta()
delete_network_option()
delete_term_meta()
enqueue_embed_scripts()
get_header_image_tag()
get_html_split_regex()
get_network_option()
get_oembed_endpoint_url()
get_oembed_response_data()
get_oembed_response_data_rich()
get_password_reset_key()
get_post_embed_html()
get_post_embed_url()
get_preview_post_link()
get_rest_url()
get_shortcode_atts_regex()
get_subdirectory_reserved_names()
get_term_meta()
get_the_author_posts_link()
get_the_comments_navigation()
get_the_comments_pagination()
get_the_post_thumbnail_url()
is_embed()
is_post_type_viewable()
is_registered_sidebar()
map_deep()
print_embed_comments_button()
print_embed_scripts()
print_embed_sharing_button()
print_embed_sharing_dialog()
print_embed_styles()
register_rest_route()
rest_api_default_filters()
rest_api_init()
rest_api_loaded()
rest_api_register_rewrites()
rest_cookie_check_errors()
rest_cookie_collect_status()
rest_do_request()
rest_ensure_request()
rest_ensure_response()
rest_get_date_with_gmt()
rest_get_url_prefix()
rest_handle_deprecated_argument()
rest_handle_deprecated_function()
rest_handle_options_request()
rest_output_link_header()
rest_output_link_wp_head()
rest_output_rsd()
rest_parse_date()
rest_send_allow_header()
rest_send_cors_headers()
rest_url()
signup_get_available_languages()
strip_fragment_from_url()
stripslashes_from_strings_only()
the_comments_navigation()
the_comments_pagination()
the_excerpt_embed()
the_header_image_tag()
the_post_thumbnail_url()
update_network_option()
update_term_meta()
update_termmeta_cache()
urldecode_deep()
wp_ajax_delete_inactive_widgets()
wp_ajax_generate_password()
wp_ajax_save_wporg_username()
wp_calculate_image_sizes()
wp_calculate_image_srcset()
wp_embed_excerpt_attachment()
wp_embed_excerpt_attachment()
wp_filter_oembed_result()
wp_get_attachment_image_sizes()
wp_get_attachment_image_srcset()
wp_get_attachment_image_url()
wp_get_document_title()
wp_get_server_protocol()
wp_get_users_with_no_role()
wp_handle_comment_submission()
wp_image_add_srcset_and_sizes()
wp_installing()
wp_is_numeric_array()
wp_make_content_images_responsive()
wp_maybe_decline_date()
wp_new_comment_notify_moderator()
wp_new_comment_notify_postauthor()
wp_oembed_add_discovery_links()
wp_oembed_add_host_js()
wp_oembed_ensure_format()
wp_oembed_register_route()
wp_parse_url()
wp_remote_retrieve_cookie()
wp_remote_retrieve_cookie_value()
wp_remote_retrieve_cookies()
wp_removable_query_args()
wp_rest_server_class()
wp_send_new_user_notifications()
wp_term_is_shared()
Deprecated
wp_get_http()
Actions & Filters
New Actions
after_password_reset
after_signup_site
after_signup_user
attachment_updated
before_signup_header
clean_user_cache
customize_post_value_set
customize_post_value_set_{$setting_id}
delete_plugin
delete_widget
deleted_plugin
edit_user_created_user
embed_content
embed_content_meta
embed_footer
embed_head
enqueue_embed_scripts
invite_user
manage_posts_extra_tablenav
ms_network_not_found
network_site_new_created_user
network_site_users_created_user
network_user_new_created_user
page_attributes_meta_box_template
post_submitbox_minor_actions
pre_auto_update
register_new_user
rest_api_init
wp_add_nav_menu_item
wp_mail_failed
wp_verify_nonce_failed
New Filters
admin_post_thumbnail_size
comment_excerpt_length
comment_form_fields
content_pagination
customize_loaded_components
dashboard_recent_drafts_query_args
dashboard_secondary_items
default_hidden_columns
document_title_parts
document_title_separator
duplicate_comment_id
embed_html
embed_oembed_discover
embed_site_title_html
embed_template
embed_thumbnail_image_shape
embed_thumbnail_image_size
enclosure_links
expiration_of_site_transient_{$transient}
expiration_of_transient_{$transient}
export_wp_filename
feed_links_show_comments_feed
feed_links_show_posts_feed
found_comments_query
get_header_image_tag
get_page_of_comment
get_page_uri
get_post_status
get_role_list
get_sample_permalink
get_terms_defaults
get_{$adjacent}_post_excluded_terms
hidden_columns
illegal_user_logins
image_get_intermediate_size
insert_user_meta
max_srcset_image_width
mejs_settings
nav_menu_item_args
nav_menu_item_title
navigation_markup_template
network_admin_plugin_action_links
network_admin_plugin_action_links_{$plugin_file}
notify_moderator
notify_post_author
oembed_discovery_links
oembed_endpoint_url
oembed_min_max_width
oembed_response_data
old_slug_redirect_url
plugin_action_links
plugin_action_links_{$plugin_file}
post_edit_category_parent_dropdown_args
post_embed_url
postmeta_form_keys
pre_delete_post
pre_get_document_title
pre_get_lastpostmodified
register_post_type_args
register_taxonomy_args
respond_link
rest_url
rest_url_prefix
screen_options_show_submit
show_network_active_plugins
signup_get_available_languages
subdirectory_reserved_names
submenu_file
taxonomy_labels_{$taxonomy}
the_category_list
the_excerpt_embed
update_right_now_text
user_profile_picture_description
users_list_table_query_args
view_mode_post_types
wp_calculate_image_sizes
wp_calculate_image_srcset
wp_dropdown_users_args
wp_http_ixr_client_headers
wp_post_revision_title_expanded
wp_prepare_revision_for_js
wp_theme_editor_filetypes
xmlrpc_chunk_parsing_size
2015-12-27 19:39:57 +01:00
|
|
|
share/ja-wordpress/wp-includes/class-wp-http-cookie.php
|
|
|
|
share/ja-wordpress/wp-includes/class-wp-http-curl.php
|
|
|
|
share/ja-wordpress/wp-includes/class-wp-http-encoding.php
|
2013-11-10 12:13:08 +01:00
|
|
|
share/ja-wordpress/wp-includes/class-wp-http-ixr-client.php
|
Update to 4.4
Changelog:
On December 8, 2015, WordPress Version 4.4, named for jazz musician Clifford Brown, was released to the public. For more information on this enhancement and bug-fix release, read the WordPress Blog, and see the Changelog for 4.4.
For Version 4.4, the database version (db_version in wp_options) changed to 35700, and the Trac revision was 35842.
Highlights
twenty-sixteen-white-desktop-1x.png
New Default Theme - Twenty Sixteen
Modern take on the classic blog design
Flexible header and fun color schemes will make your content shine
Mobile-first and responsive
The Finer Points
responsive-devices-desktop-1x.png
Responsive images:
WordPress now takes a smarter approach to displaying appropriate image sizes on any device, ensuring a perfect fit every time. You don’t need to do anything to your theme, it just works.
wp embed preview.png
Embed your WordPress content:
Now you can embed your posts on other sites, even other WordPress sites. Simply drop a post URL into the editor and see an instant embed preview, complete with the title, excerpt, and featured image if you’ve set one. We’ll even include your site icon and links for comments and sharing.
reverbnation embed.png
Even more embed providers:
In addition to post embeds, WordPress 4.4 also adds support for five new oEmbed providers: Cloudup, Reddit Comments, ReverbNation, Speaker Deck, and VideoPress.
For Developers
REST API infrastructure: Infrastructure for the REST API has been integrated into core, the first part of a multi-stage rollout. Inclusion of core endpoints is targeted for an upcoming release. To get a sneak peek of the core endpoints, and for more information on extending the REST API, check out the official WordPress REST API plugin.
Term meta: Terms now support metadata, just like posts. See add_term_meta(), get_term_meta(), and update_term_meta() for more information.
Comment query improvements: Comment queries now have cache handling to improve performance. New arguments in WP_Comment_Query make crafting robust comment queries simpler.
Term, comment, and network objects: New WP_Term, WP_Comment, and WP_Network objects make interacting with terms, comments, and networks more predictable and intuitive in code.
What's New
General
Developer reference - Improvements to inline code documentation.
i18n support - Improvements to translation strings all over the core.
Admin page headings were adjusted from H3 to H2 tags to reinforce page hierarchy
Improvements to how list tables are displayed on all size screens
Posts
The post/page permalink UI was simplified, linking the permalink and removing the "View" button
Media
Comments
The "View Comment" link was relocated from the Status meta box in the comment-editing screen
Many comment functions can now accept a full object instead of 'comment_ID' to reduce cache/db lookups
Orphaned comments now fall back to the 'edit_posts' capability
Appearance
Site icons will now fall back to the 'full' size URL when the 'thumbnail' size doesn't exist
Users
Install Process
Multisite
The language chooser was added to the new site form on wp-signup.php
Sites may no longer be created with the following reserved slugs: wp-admin, wp-content, wp-includes, or wp-json
Accessibility
Under The Hood
General
Unclosed HTML elements in shortcode attributes were disallowed
HTML was removed from all translatable text strings
Rewrite rules are now flushed on theme switch
Most core classes were moved to their own files
Embeds
Add oEmbed support for Cloudup.
Add oEmbed support for Reddit Comments.
Add oEmbed support for ReverbNation.
Add oEmbed support for Speaker Deck.
Add oEmbed support for VideoPress.
Remove oEmbed support for Blip.
JavaScript
Customizer: Ensure persistence of unchanged active state for controls, sections, and panels
Customizer: Fixed logic for determining the container element when focusing on a panel, section, or control
Customizer: Fixed clearing of a color control's setting by using proper empty value
Bug Fixes
Fail gracefully when checking mapped capabilities against unregistered post types
Visibility was restored for the Tags auto-suggest tooltip in Quick Edit
The $public_only parameter was added to count_user_posts()
Cron: Events are now rejected when the provided $timestamp value is not a valid timestamp
Users with no role are now redirected to the home page on login instead of their profile-editing screen
Multisite
A network can now be retrieved by its ID through WP_Network::get_instance()
A network can now be created or completed by passing arguments to WP_Network
Network-level capabilities were clarified and some long-time bugs were fixed
Classes
What's New
WP_Comment
WP_Comment_Query->$found_comments
WP_Comment_Query->$max_num_pages
WP_Comment_Query->$meta_query_clauses
WP_Comment_Query->$sql_clauses
WP_Comment_Query::fill_descendants()
WP_Comment_Query::get_comment_ids()
WP_Customize_Manager->$autofocus
WP_Customize_Manager->$preview_url
WP_Customize_Manager->$return_url
WP_Customize_Manager::customize_pane_settings()
WP_Customize_Manager::get_autofocus()
WP_Customize_Manager::get_document_title_template()
WP_Customize_Manager::get_preview_url()
WP_Customize_Manager::get_return_url()
WP_Customize_Manager::is_ios()
WP_Customize_Manager::set_autofocus()
WP_Customize_Manager::set_preview_url()
WP_Customize_Manager::set_return_url()
WP_Customize_Setting->$is_multidimensional_aggregated
WP_Customize_Setting->$is_previewed
WP_Customize_Setting::$aggregated_multidimensionals
WP_Customize_Setting::_multidimensional_preview_filter()
WP_Customize_Setting::aggregate_multidimensional()
get_root_value/ WP_Customize_Setting::get_root_value()
id_data/ WP_Customize_Setting::id_data()
set_root_value/ WP_Customize_Setting::set_root_value()
WP_Customize_Widgets::get_widget_control_parts()
WP_Customize_Widgets::is_panel_active()
WP_Filesystem_SSH2::sftp_path()
WP_HTTP_Response
WP_List_Table::get_primary_column()
WP_Locale->$start_of_week
WP_MS_Sites_List_Table::column_id()
WP_MS_Users_List_Table::column_id()
WP_Media_List_Table->$comment_pending_count
WP_Network
WP_Posts_List_Table::get_edit_link()
WP_Query->$is_embed
WP_Query->$updated_comment_meta_cache
WP_Query->$updated_term_meta_cache
WP_Query::is_embed()
WP_Query::lazyload_comment_meta()
WP_Query::lazyload_term_meta()
WP_REST_Request
WP_REST_Response
WP_REST_Server
WP_Screen->$_screen_reader_content
WP_Screen::get_screen_reader_content()
WP_Screen::get_screen_reader_text()
WP_Screen::remove_screen_reader_content()
WP_Screen::render_list_table_columns_preferences()
WP_Screen::render_meta_boxes_preferences()
WP_Screen::render_screen_reader_content()
WP_Screeb::render_view_mode()
WP_Screen::set_screen_reader_content()
WP_Term
>$update WP_Theme
WP_User::__unset()
>$request WP_User_Query
WP_User_Query::fill_query_vars()
WP_Users_List_Table::get_role_list()
WP_Widget_Calendar::$instance
WP_Widget_Tag_Cloud::_get_current_taxonomy()
WP_oEmbed_Controller
wpdb->$termmeta
Deprecated
Functions
What's New
_prime_comment_caches()
add_network_option()
add_term_meta()
delete_network_option()
delete_term_meta()
enqueue_embed_scripts()
get_header_image_tag()
get_html_split_regex()
get_network_option()
get_oembed_endpoint_url()
get_oembed_response_data()
get_oembed_response_data_rich()
get_password_reset_key()
get_post_embed_html()
get_post_embed_url()
get_preview_post_link()
get_rest_url()
get_shortcode_atts_regex()
get_subdirectory_reserved_names()
get_term_meta()
get_the_author_posts_link()
get_the_comments_navigation()
get_the_comments_pagination()
get_the_post_thumbnail_url()
is_embed()
is_post_type_viewable()
is_registered_sidebar()
map_deep()
print_embed_comments_button()
print_embed_scripts()
print_embed_sharing_button()
print_embed_sharing_dialog()
print_embed_styles()
register_rest_route()
rest_api_default_filters()
rest_api_init()
rest_api_loaded()
rest_api_register_rewrites()
rest_cookie_check_errors()
rest_cookie_collect_status()
rest_do_request()
rest_ensure_request()
rest_ensure_response()
rest_get_date_with_gmt()
rest_get_url_prefix()
rest_handle_deprecated_argument()
rest_handle_deprecated_function()
rest_handle_options_request()
rest_output_link_header()
rest_output_link_wp_head()
rest_output_rsd()
rest_parse_date()
rest_send_allow_header()
rest_send_cors_headers()
rest_url()
signup_get_available_languages()
strip_fragment_from_url()
stripslashes_from_strings_only()
the_comments_navigation()
the_comments_pagination()
the_excerpt_embed()
the_header_image_tag()
the_post_thumbnail_url()
update_network_option()
update_term_meta()
update_termmeta_cache()
urldecode_deep()
wp_ajax_delete_inactive_widgets()
wp_ajax_generate_password()
wp_ajax_save_wporg_username()
wp_calculate_image_sizes()
wp_calculate_image_srcset()
wp_embed_excerpt_attachment()
wp_embed_excerpt_attachment()
wp_filter_oembed_result()
wp_get_attachment_image_sizes()
wp_get_attachment_image_srcset()
wp_get_attachment_image_url()
wp_get_document_title()
wp_get_server_protocol()
wp_get_users_with_no_role()
wp_handle_comment_submission()
wp_image_add_srcset_and_sizes()
wp_installing()
wp_is_numeric_array()
wp_make_content_images_responsive()
wp_maybe_decline_date()
wp_new_comment_notify_moderator()
wp_new_comment_notify_postauthor()
wp_oembed_add_discovery_links()
wp_oembed_add_host_js()
wp_oembed_ensure_format()
wp_oembed_register_route()
wp_parse_url()
wp_remote_retrieve_cookie()
wp_remote_retrieve_cookie_value()
wp_remote_retrieve_cookies()
wp_removable_query_args()
wp_rest_server_class()
wp_send_new_user_notifications()
wp_term_is_shared()
Deprecated
wp_get_http()
Actions & Filters
New Actions
after_password_reset
after_signup_site
after_signup_user
attachment_updated
before_signup_header
clean_user_cache
customize_post_value_set
customize_post_value_set_{$setting_id}
delete_plugin
delete_widget
deleted_plugin
edit_user_created_user
embed_content
embed_content_meta
embed_footer
embed_head
enqueue_embed_scripts
invite_user
manage_posts_extra_tablenav
ms_network_not_found
network_site_new_created_user
network_site_users_created_user
network_user_new_created_user
page_attributes_meta_box_template
post_submitbox_minor_actions
pre_auto_update
register_new_user
rest_api_init
wp_add_nav_menu_item
wp_mail_failed
wp_verify_nonce_failed
New Filters
admin_post_thumbnail_size
comment_excerpt_length
comment_form_fields
content_pagination
customize_loaded_components
dashboard_recent_drafts_query_args
dashboard_secondary_items
default_hidden_columns
document_title_parts
document_title_separator
duplicate_comment_id
embed_html
embed_oembed_discover
embed_site_title_html
embed_template
embed_thumbnail_image_shape
embed_thumbnail_image_size
enclosure_links
expiration_of_site_transient_{$transient}
expiration_of_transient_{$transient}
export_wp_filename
feed_links_show_comments_feed
feed_links_show_posts_feed
found_comments_query
get_header_image_tag
get_page_of_comment
get_page_uri
get_post_status
get_role_list
get_sample_permalink
get_terms_defaults
get_{$adjacent}_post_excluded_terms
hidden_columns
illegal_user_logins
image_get_intermediate_size
insert_user_meta
max_srcset_image_width
mejs_settings
nav_menu_item_args
nav_menu_item_title
navigation_markup_template
network_admin_plugin_action_links
network_admin_plugin_action_links_{$plugin_file}
notify_moderator
notify_post_author
oembed_discovery_links
oembed_endpoint_url
oembed_min_max_width
oembed_response_data
old_slug_redirect_url
plugin_action_links
plugin_action_links_{$plugin_file}
post_edit_category_parent_dropdown_args
post_embed_url
postmeta_form_keys
pre_delete_post
pre_get_document_title
pre_get_lastpostmodified
register_post_type_args
register_taxonomy_args
respond_link
rest_url
rest_url_prefix
screen_options_show_submit
show_network_active_plugins
signup_get_available_languages
subdirectory_reserved_names
submenu_file
taxonomy_labels_{$taxonomy}
the_category_list
the_excerpt_embed
update_right_now_text
user_profile_picture_description
users_list_table_query_args
view_mode_post_types
wp_calculate_image_sizes
wp_calculate_image_srcset
wp_dropdown_users_args
wp_http_ixr_client_headers
wp_post_revision_title_expanded
wp_prepare_revision_for_js
wp_theme_editor_filetypes
xmlrpc_chunk_parsing_size
2015-12-27 19:39:57 +01:00
|
|
|
share/ja-wordpress/wp-includes/class-wp-http-proxy.php
|
2019-12-16 17:52:40 +01:00
|
|
|
share/ja-wordpress/wp-includes/class-wp-http-requests-hooks.php
|
|
|
|
share/ja-wordpress/wp-includes/class-wp-http-requests-response.php
|
Update to 4.4
Changelog:
On December 8, 2015, WordPress Version 4.4, named for jazz musician Clifford Brown, was released to the public. For more information on this enhancement and bug-fix release, read the WordPress Blog, and see the Changelog for 4.4.
For Version 4.4, the database version (db_version in wp_options) changed to 35700, and the Trac revision was 35842.
Highlights
twenty-sixteen-white-desktop-1x.png
New Default Theme - Twenty Sixteen
Modern take on the classic blog design
Flexible header and fun color schemes will make your content shine
Mobile-first and responsive
The Finer Points
responsive-devices-desktop-1x.png
Responsive images:
WordPress now takes a smarter approach to displaying appropriate image sizes on any device, ensuring a perfect fit every time. You don’t need to do anything to your theme, it just works.
wp embed preview.png
Embed your WordPress content:
Now you can embed your posts on other sites, even other WordPress sites. Simply drop a post URL into the editor and see an instant embed preview, complete with the title, excerpt, and featured image if you’ve set one. We’ll even include your site icon and links for comments and sharing.
reverbnation embed.png
Even more embed providers:
In addition to post embeds, WordPress 4.4 also adds support for five new oEmbed providers: Cloudup, Reddit Comments, ReverbNation, Speaker Deck, and VideoPress.
For Developers
REST API infrastructure: Infrastructure for the REST API has been integrated into core, the first part of a multi-stage rollout. Inclusion of core endpoints is targeted for an upcoming release. To get a sneak peek of the core endpoints, and for more information on extending the REST API, check out the official WordPress REST API plugin.
Term meta: Terms now support metadata, just like posts. See add_term_meta(), get_term_meta(), and update_term_meta() for more information.
Comment query improvements: Comment queries now have cache handling to improve performance. New arguments in WP_Comment_Query make crafting robust comment queries simpler.
Term, comment, and network objects: New WP_Term, WP_Comment, and WP_Network objects make interacting with terms, comments, and networks more predictable and intuitive in code.
What's New
General
Developer reference - Improvements to inline code documentation.
i18n support - Improvements to translation strings all over the core.
Admin page headings were adjusted from H3 to H2 tags to reinforce page hierarchy
Improvements to how list tables are displayed on all size screens
Posts
The post/page permalink UI was simplified, linking the permalink and removing the "View" button
Media
Comments
The "View Comment" link was relocated from the Status meta box in the comment-editing screen
Many comment functions can now accept a full object instead of 'comment_ID' to reduce cache/db lookups
Orphaned comments now fall back to the 'edit_posts' capability
Appearance
Site icons will now fall back to the 'full' size URL when the 'thumbnail' size doesn't exist
Users
Install Process
Multisite
The language chooser was added to the new site form on wp-signup.php
Sites may no longer be created with the following reserved slugs: wp-admin, wp-content, wp-includes, or wp-json
Accessibility
Under The Hood
General
Unclosed HTML elements in shortcode attributes were disallowed
HTML was removed from all translatable text strings
Rewrite rules are now flushed on theme switch
Most core classes were moved to their own files
Embeds
Add oEmbed support for Cloudup.
Add oEmbed support for Reddit Comments.
Add oEmbed support for ReverbNation.
Add oEmbed support for Speaker Deck.
Add oEmbed support for VideoPress.
Remove oEmbed support for Blip.
JavaScript
Customizer: Ensure persistence of unchanged active state for controls, sections, and panels
Customizer: Fixed logic for determining the container element when focusing on a panel, section, or control
Customizer: Fixed clearing of a color control's setting by using proper empty value
Bug Fixes
Fail gracefully when checking mapped capabilities against unregistered post types
Visibility was restored for the Tags auto-suggest tooltip in Quick Edit
The $public_only parameter was added to count_user_posts()
Cron: Events are now rejected when the provided $timestamp value is not a valid timestamp
Users with no role are now redirected to the home page on login instead of their profile-editing screen
Multisite
A network can now be retrieved by its ID through WP_Network::get_instance()
A network can now be created or completed by passing arguments to WP_Network
Network-level capabilities were clarified and some long-time bugs were fixed
Classes
What's New
WP_Comment
WP_Comment_Query->$found_comments
WP_Comment_Query->$max_num_pages
WP_Comment_Query->$meta_query_clauses
WP_Comment_Query->$sql_clauses
WP_Comment_Query::fill_descendants()
WP_Comment_Query::get_comment_ids()
WP_Customize_Manager->$autofocus
WP_Customize_Manager->$preview_url
WP_Customize_Manager->$return_url
WP_Customize_Manager::customize_pane_settings()
WP_Customize_Manager::get_autofocus()
WP_Customize_Manager::get_document_title_template()
WP_Customize_Manager::get_preview_url()
WP_Customize_Manager::get_return_url()
WP_Customize_Manager::is_ios()
WP_Customize_Manager::set_autofocus()
WP_Customize_Manager::set_preview_url()
WP_Customize_Manager::set_return_url()
WP_Customize_Setting->$is_multidimensional_aggregated
WP_Customize_Setting->$is_previewed
WP_Customize_Setting::$aggregated_multidimensionals
WP_Customize_Setting::_multidimensional_preview_filter()
WP_Customize_Setting::aggregate_multidimensional()
get_root_value/ WP_Customize_Setting::get_root_value()
id_data/ WP_Customize_Setting::id_data()
set_root_value/ WP_Customize_Setting::set_root_value()
WP_Customize_Widgets::get_widget_control_parts()
WP_Customize_Widgets::is_panel_active()
WP_Filesystem_SSH2::sftp_path()
WP_HTTP_Response
WP_List_Table::get_primary_column()
WP_Locale->$start_of_week
WP_MS_Sites_List_Table::column_id()
WP_MS_Users_List_Table::column_id()
WP_Media_List_Table->$comment_pending_count
WP_Network
WP_Posts_List_Table::get_edit_link()
WP_Query->$is_embed
WP_Query->$updated_comment_meta_cache
WP_Query->$updated_term_meta_cache
WP_Query::is_embed()
WP_Query::lazyload_comment_meta()
WP_Query::lazyload_term_meta()
WP_REST_Request
WP_REST_Response
WP_REST_Server
WP_Screen->$_screen_reader_content
WP_Screen::get_screen_reader_content()
WP_Screen::get_screen_reader_text()
WP_Screen::remove_screen_reader_content()
WP_Screen::render_list_table_columns_preferences()
WP_Screen::render_meta_boxes_preferences()
WP_Screen::render_screen_reader_content()
WP_Screeb::render_view_mode()
WP_Screen::set_screen_reader_content()
WP_Term
>$update WP_Theme
WP_User::__unset()
>$request WP_User_Query
WP_User_Query::fill_query_vars()
WP_Users_List_Table::get_role_list()
WP_Widget_Calendar::$instance
WP_Widget_Tag_Cloud::_get_current_taxonomy()
WP_oEmbed_Controller
wpdb->$termmeta
Deprecated
Functions
What's New
_prime_comment_caches()
add_network_option()
add_term_meta()
delete_network_option()
delete_term_meta()
enqueue_embed_scripts()
get_header_image_tag()
get_html_split_regex()
get_network_option()
get_oembed_endpoint_url()
get_oembed_response_data()
get_oembed_response_data_rich()
get_password_reset_key()
get_post_embed_html()
get_post_embed_url()
get_preview_post_link()
get_rest_url()
get_shortcode_atts_regex()
get_subdirectory_reserved_names()
get_term_meta()
get_the_author_posts_link()
get_the_comments_navigation()
get_the_comments_pagination()
get_the_post_thumbnail_url()
is_embed()
is_post_type_viewable()
is_registered_sidebar()
map_deep()
print_embed_comments_button()
print_embed_scripts()
print_embed_sharing_button()
print_embed_sharing_dialog()
print_embed_styles()
register_rest_route()
rest_api_default_filters()
rest_api_init()
rest_api_loaded()
rest_api_register_rewrites()
rest_cookie_check_errors()
rest_cookie_collect_status()
rest_do_request()
rest_ensure_request()
rest_ensure_response()
rest_get_date_with_gmt()
rest_get_url_prefix()
rest_handle_deprecated_argument()
rest_handle_deprecated_function()
rest_handle_options_request()
rest_output_link_header()
rest_output_link_wp_head()
rest_output_rsd()
rest_parse_date()
rest_send_allow_header()
rest_send_cors_headers()
rest_url()
signup_get_available_languages()
strip_fragment_from_url()
stripslashes_from_strings_only()
the_comments_navigation()
the_comments_pagination()
the_excerpt_embed()
the_header_image_tag()
the_post_thumbnail_url()
update_network_option()
update_term_meta()
update_termmeta_cache()
urldecode_deep()
wp_ajax_delete_inactive_widgets()
wp_ajax_generate_password()
wp_ajax_save_wporg_username()
wp_calculate_image_sizes()
wp_calculate_image_srcset()
wp_embed_excerpt_attachment()
wp_embed_excerpt_attachment()
wp_filter_oembed_result()
wp_get_attachment_image_sizes()
wp_get_attachment_image_srcset()
wp_get_attachment_image_url()
wp_get_document_title()
wp_get_server_protocol()
wp_get_users_with_no_role()
wp_handle_comment_submission()
wp_image_add_srcset_and_sizes()
wp_installing()
wp_is_numeric_array()
wp_make_content_images_responsive()
wp_maybe_decline_date()
wp_new_comment_notify_moderator()
wp_new_comment_notify_postauthor()
wp_oembed_add_discovery_links()
wp_oembed_add_host_js()
wp_oembed_ensure_format()
wp_oembed_register_route()
wp_parse_url()
wp_remote_retrieve_cookie()
wp_remote_retrieve_cookie_value()
wp_remote_retrieve_cookies()
wp_removable_query_args()
wp_rest_server_class()
wp_send_new_user_notifications()
wp_term_is_shared()
Deprecated
wp_get_http()
Actions & Filters
New Actions
after_password_reset
after_signup_site
after_signup_user
attachment_updated
before_signup_header
clean_user_cache
customize_post_value_set
customize_post_value_set_{$setting_id}
delete_plugin
delete_widget
deleted_plugin
edit_user_created_user
embed_content
embed_content_meta
embed_footer
embed_head
enqueue_embed_scripts
invite_user
manage_posts_extra_tablenav
ms_network_not_found
network_site_new_created_user
network_site_users_created_user
network_user_new_created_user
page_attributes_meta_box_template
post_submitbox_minor_actions
pre_auto_update
register_new_user
rest_api_init
wp_add_nav_menu_item
wp_mail_failed
wp_verify_nonce_failed
New Filters
admin_post_thumbnail_size
comment_excerpt_length
comment_form_fields
content_pagination
customize_loaded_components
dashboard_recent_drafts_query_args
dashboard_secondary_items
default_hidden_columns
document_title_parts
document_title_separator
duplicate_comment_id
embed_html
embed_oembed_discover
embed_site_title_html
embed_template
embed_thumbnail_image_shape
embed_thumbnail_image_size
enclosure_links
expiration_of_site_transient_{$transient}
expiration_of_transient_{$transient}
export_wp_filename
feed_links_show_comments_feed
feed_links_show_posts_feed
found_comments_query
get_header_image_tag
get_page_of_comment
get_page_uri
get_post_status
get_role_list
get_sample_permalink
get_terms_defaults
get_{$adjacent}_post_excluded_terms
hidden_columns
illegal_user_logins
image_get_intermediate_size
insert_user_meta
max_srcset_image_width
mejs_settings
nav_menu_item_args
nav_menu_item_title
navigation_markup_template
network_admin_plugin_action_links
network_admin_plugin_action_links_{$plugin_file}
notify_moderator
notify_post_author
oembed_discovery_links
oembed_endpoint_url
oembed_min_max_width
oembed_response_data
old_slug_redirect_url
plugin_action_links
plugin_action_links_{$plugin_file}
post_edit_category_parent_dropdown_args
post_embed_url
postmeta_form_keys
pre_delete_post
pre_get_document_title
pre_get_lastpostmodified
register_post_type_args
register_taxonomy_args
respond_link
rest_url
rest_url_prefix
screen_options_show_submit
show_network_active_plugins
signup_get_available_languages
subdirectory_reserved_names
submenu_file
taxonomy_labels_{$taxonomy}
the_category_list
the_excerpt_embed
update_right_now_text
user_profile_picture_description
users_list_table_query_args
view_mode_post_types
wp_calculate_image_sizes
wp_calculate_image_srcset
wp_dropdown_users_args
wp_http_ixr_client_headers
wp_post_revision_title_expanded
wp_prepare_revision_for_js
wp_theme_editor_filetypes
xmlrpc_chunk_parsing_size
2015-12-27 19:39:57 +01:00
|
|
|
share/ja-wordpress/wp-includes/class-wp-http-response.php
|
|
|
|
share/ja-wordpress/wp-includes/class-wp-http-streams.php
|
2013-11-10 12:13:08 +01:00
|
|
|
share/ja-wordpress/wp-includes/class-wp-image-editor-gd.php
|
|
|
|
share/ja-wordpress/wp-includes/class-wp-image-editor-imagick.php
|
|
|
|
share/ja-wordpress/wp-includes/class-wp-image-editor.php
|
2019-12-16 17:52:40 +01:00
|
|
|
share/ja-wordpress/wp-includes/class-wp-list-util.php
|
|
|
|
share/ja-wordpress/wp-includes/class-wp-locale-switcher.php
|
|
|
|
share/ja-wordpress/wp-includes/class-wp-locale.php
|
|
|
|
share/ja-wordpress/wp-includes/class-wp-matchesmapregex.php
|
Update to 4.4
Changelog:
On December 8, 2015, WordPress Version 4.4, named for jazz musician Clifford Brown, was released to the public. For more information on this enhancement and bug-fix release, read the WordPress Blog, and see the Changelog for 4.4.
For Version 4.4, the database version (db_version in wp_options) changed to 35700, and the Trac revision was 35842.
Highlights
twenty-sixteen-white-desktop-1x.png
New Default Theme - Twenty Sixteen
Modern take on the classic blog design
Flexible header and fun color schemes will make your content shine
Mobile-first and responsive
The Finer Points
responsive-devices-desktop-1x.png
Responsive images:
WordPress now takes a smarter approach to displaying appropriate image sizes on any device, ensuring a perfect fit every time. You don’t need to do anything to your theme, it just works.
wp embed preview.png
Embed your WordPress content:
Now you can embed your posts on other sites, even other WordPress sites. Simply drop a post URL into the editor and see an instant embed preview, complete with the title, excerpt, and featured image if you’ve set one. We’ll even include your site icon and links for comments and sharing.
reverbnation embed.png
Even more embed providers:
In addition to post embeds, WordPress 4.4 also adds support for five new oEmbed providers: Cloudup, Reddit Comments, ReverbNation, Speaker Deck, and VideoPress.
For Developers
REST API infrastructure: Infrastructure for the REST API has been integrated into core, the first part of a multi-stage rollout. Inclusion of core endpoints is targeted for an upcoming release. To get a sneak peek of the core endpoints, and for more information on extending the REST API, check out the official WordPress REST API plugin.
Term meta: Terms now support metadata, just like posts. See add_term_meta(), get_term_meta(), and update_term_meta() for more information.
Comment query improvements: Comment queries now have cache handling to improve performance. New arguments in WP_Comment_Query make crafting robust comment queries simpler.
Term, comment, and network objects: New WP_Term, WP_Comment, and WP_Network objects make interacting with terms, comments, and networks more predictable and intuitive in code.
What's New
General
Developer reference - Improvements to inline code documentation.
i18n support - Improvements to translation strings all over the core.
Admin page headings were adjusted from H3 to H2 tags to reinforce page hierarchy
Improvements to how list tables are displayed on all size screens
Posts
The post/page permalink UI was simplified, linking the permalink and removing the "View" button
Media
Comments
The "View Comment" link was relocated from the Status meta box in the comment-editing screen
Many comment functions can now accept a full object instead of 'comment_ID' to reduce cache/db lookups
Orphaned comments now fall back to the 'edit_posts' capability
Appearance
Site icons will now fall back to the 'full' size URL when the 'thumbnail' size doesn't exist
Users
Install Process
Multisite
The language chooser was added to the new site form on wp-signup.php
Sites may no longer be created with the following reserved slugs: wp-admin, wp-content, wp-includes, or wp-json
Accessibility
Under The Hood
General
Unclosed HTML elements in shortcode attributes were disallowed
HTML was removed from all translatable text strings
Rewrite rules are now flushed on theme switch
Most core classes were moved to their own files
Embeds
Add oEmbed support for Cloudup.
Add oEmbed support for Reddit Comments.
Add oEmbed support for ReverbNation.
Add oEmbed support for Speaker Deck.
Add oEmbed support for VideoPress.
Remove oEmbed support for Blip.
JavaScript
Customizer: Ensure persistence of unchanged active state for controls, sections, and panels
Customizer: Fixed logic for determining the container element when focusing on a panel, section, or control
Customizer: Fixed clearing of a color control's setting by using proper empty value
Bug Fixes
Fail gracefully when checking mapped capabilities against unregistered post types
Visibility was restored for the Tags auto-suggest tooltip in Quick Edit
The $public_only parameter was added to count_user_posts()
Cron: Events are now rejected when the provided $timestamp value is not a valid timestamp
Users with no role are now redirected to the home page on login instead of their profile-editing screen
Multisite
A network can now be retrieved by its ID through WP_Network::get_instance()
A network can now be created or completed by passing arguments to WP_Network
Network-level capabilities were clarified and some long-time bugs were fixed
Classes
What's New
WP_Comment
WP_Comment_Query->$found_comments
WP_Comment_Query->$max_num_pages
WP_Comment_Query->$meta_query_clauses
WP_Comment_Query->$sql_clauses
WP_Comment_Query::fill_descendants()
WP_Comment_Query::get_comment_ids()
WP_Customize_Manager->$autofocus
WP_Customize_Manager->$preview_url
WP_Customize_Manager->$return_url
WP_Customize_Manager::customize_pane_settings()
WP_Customize_Manager::get_autofocus()
WP_Customize_Manager::get_document_title_template()
WP_Customize_Manager::get_preview_url()
WP_Customize_Manager::get_return_url()
WP_Customize_Manager::is_ios()
WP_Customize_Manager::set_autofocus()
WP_Customize_Manager::set_preview_url()
WP_Customize_Manager::set_return_url()
WP_Customize_Setting->$is_multidimensional_aggregated
WP_Customize_Setting->$is_previewed
WP_Customize_Setting::$aggregated_multidimensionals
WP_Customize_Setting::_multidimensional_preview_filter()
WP_Customize_Setting::aggregate_multidimensional()
get_root_value/ WP_Customize_Setting::get_root_value()
id_data/ WP_Customize_Setting::id_data()
set_root_value/ WP_Customize_Setting::set_root_value()
WP_Customize_Widgets::get_widget_control_parts()
WP_Customize_Widgets::is_panel_active()
WP_Filesystem_SSH2::sftp_path()
WP_HTTP_Response
WP_List_Table::get_primary_column()
WP_Locale->$start_of_week
WP_MS_Sites_List_Table::column_id()
WP_MS_Users_List_Table::column_id()
WP_Media_List_Table->$comment_pending_count
WP_Network
WP_Posts_List_Table::get_edit_link()
WP_Query->$is_embed
WP_Query->$updated_comment_meta_cache
WP_Query->$updated_term_meta_cache
WP_Query::is_embed()
WP_Query::lazyload_comment_meta()
WP_Query::lazyload_term_meta()
WP_REST_Request
WP_REST_Response
WP_REST_Server
WP_Screen->$_screen_reader_content
WP_Screen::get_screen_reader_content()
WP_Screen::get_screen_reader_text()
WP_Screen::remove_screen_reader_content()
WP_Screen::render_list_table_columns_preferences()
WP_Screen::render_meta_boxes_preferences()
WP_Screen::render_screen_reader_content()
WP_Screeb::render_view_mode()
WP_Screen::set_screen_reader_content()
WP_Term
>$update WP_Theme
WP_User::__unset()
>$request WP_User_Query
WP_User_Query::fill_query_vars()
WP_Users_List_Table::get_role_list()
WP_Widget_Calendar::$instance
WP_Widget_Tag_Cloud::_get_current_taxonomy()
WP_oEmbed_Controller
wpdb->$termmeta
Deprecated
Functions
What's New
_prime_comment_caches()
add_network_option()
add_term_meta()
delete_network_option()
delete_term_meta()
enqueue_embed_scripts()
get_header_image_tag()
get_html_split_regex()
get_network_option()
get_oembed_endpoint_url()
get_oembed_response_data()
get_oembed_response_data_rich()
get_password_reset_key()
get_post_embed_html()
get_post_embed_url()
get_preview_post_link()
get_rest_url()
get_shortcode_atts_regex()
get_subdirectory_reserved_names()
get_term_meta()
get_the_author_posts_link()
get_the_comments_navigation()
get_the_comments_pagination()
get_the_post_thumbnail_url()
is_embed()
is_post_type_viewable()
is_registered_sidebar()
map_deep()
print_embed_comments_button()
print_embed_scripts()
print_embed_sharing_button()
print_embed_sharing_dialog()
print_embed_styles()
register_rest_route()
rest_api_default_filters()
rest_api_init()
rest_api_loaded()
rest_api_register_rewrites()
rest_cookie_check_errors()
rest_cookie_collect_status()
rest_do_request()
rest_ensure_request()
rest_ensure_response()
rest_get_date_with_gmt()
rest_get_url_prefix()
rest_handle_deprecated_argument()
rest_handle_deprecated_function()
rest_handle_options_request()
rest_output_link_header()
rest_output_link_wp_head()
rest_output_rsd()
rest_parse_date()
rest_send_allow_header()
rest_send_cors_headers()
rest_url()
signup_get_available_languages()
strip_fragment_from_url()
stripslashes_from_strings_only()
the_comments_navigation()
the_comments_pagination()
the_excerpt_embed()
the_header_image_tag()
the_post_thumbnail_url()
update_network_option()
update_term_meta()
update_termmeta_cache()
urldecode_deep()
wp_ajax_delete_inactive_widgets()
wp_ajax_generate_password()
wp_ajax_save_wporg_username()
wp_calculate_image_sizes()
wp_calculate_image_srcset()
wp_embed_excerpt_attachment()
wp_embed_excerpt_attachment()
wp_filter_oembed_result()
wp_get_attachment_image_sizes()
wp_get_attachment_image_srcset()
wp_get_attachment_image_url()
wp_get_document_title()
wp_get_server_protocol()
wp_get_users_with_no_role()
wp_handle_comment_submission()
wp_image_add_srcset_and_sizes()
wp_installing()
wp_is_numeric_array()
wp_make_content_images_responsive()
wp_maybe_decline_date()
wp_new_comment_notify_moderator()
wp_new_comment_notify_postauthor()
wp_oembed_add_discovery_links()
wp_oembed_add_host_js()
wp_oembed_ensure_format()
wp_oembed_register_route()
wp_parse_url()
wp_remote_retrieve_cookie()
wp_remote_retrieve_cookie_value()
wp_remote_retrieve_cookies()
wp_removable_query_args()
wp_rest_server_class()
wp_send_new_user_notifications()
wp_term_is_shared()
Deprecated
wp_get_http()
Actions & Filters
New Actions
after_password_reset
after_signup_site
after_signup_user
attachment_updated
before_signup_header
clean_user_cache
customize_post_value_set
customize_post_value_set_{$setting_id}
delete_plugin
delete_widget
deleted_plugin
edit_user_created_user
embed_content
embed_content_meta
embed_footer
embed_head
enqueue_embed_scripts
invite_user
manage_posts_extra_tablenav
ms_network_not_found
network_site_new_created_user
network_site_users_created_user
network_user_new_created_user
page_attributes_meta_box_template
post_submitbox_minor_actions
pre_auto_update
register_new_user
rest_api_init
wp_add_nav_menu_item
wp_mail_failed
wp_verify_nonce_failed
New Filters
admin_post_thumbnail_size
comment_excerpt_length
comment_form_fields
content_pagination
customize_loaded_components
dashboard_recent_drafts_query_args
dashboard_secondary_items
default_hidden_columns
document_title_parts
document_title_separator
duplicate_comment_id
embed_html
embed_oembed_discover
embed_site_title_html
embed_template
embed_thumbnail_image_shape
embed_thumbnail_image_size
enclosure_links
expiration_of_site_transient_{$transient}
expiration_of_transient_{$transient}
export_wp_filename
feed_links_show_comments_feed
feed_links_show_posts_feed
found_comments_query
get_header_image_tag
get_page_of_comment
get_page_uri
get_post_status
get_role_list
get_sample_permalink
get_terms_defaults
get_{$adjacent}_post_excluded_terms
hidden_columns
illegal_user_logins
image_get_intermediate_size
insert_user_meta
max_srcset_image_width
mejs_settings
nav_menu_item_args
nav_menu_item_title
navigation_markup_template
network_admin_plugin_action_links
network_admin_plugin_action_links_{$plugin_file}
notify_moderator
notify_post_author
oembed_discovery_links
oembed_endpoint_url
oembed_min_max_width
oembed_response_data
old_slug_redirect_url
plugin_action_links
plugin_action_links_{$plugin_file}
post_edit_category_parent_dropdown_args
post_embed_url
postmeta_form_keys
pre_delete_post
pre_get_document_title
pre_get_lastpostmodified
register_post_type_args
register_taxonomy_args
respond_link
rest_url
rest_url_prefix
screen_options_show_submit
show_network_active_plugins
signup_get_available_languages
subdirectory_reserved_names
submenu_file
taxonomy_labels_{$taxonomy}
the_category_list
the_excerpt_embed
update_right_now_text
user_profile_picture_description
users_list_table_query_args
view_mode_post_types
wp_calculate_image_sizes
wp_calculate_image_srcset
wp_dropdown_users_args
wp_http_ixr_client_headers
wp_post_revision_title_expanded
wp_prepare_revision_for_js
wp_theme_editor_filetypes
xmlrpc_chunk_parsing_size
2015-12-27 19:39:57 +01:00
|
|
|
share/ja-wordpress/wp-includes/class-wp-meta-query.php
|
2016-04-30 02:16:58 +02:00
|
|
|
share/ja-wordpress/wp-includes/class-wp-metadata-lazyloader.php
|
2019-12-16 17:52:40 +01:00
|
|
|
share/ja-wordpress/wp-includes/class-wp-network-query.php
|
Update to 4.4
Changelog:
On December 8, 2015, WordPress Version 4.4, named for jazz musician Clifford Brown, was released to the public. For more information on this enhancement and bug-fix release, read the WordPress Blog, and see the Changelog for 4.4.
For Version 4.4, the database version (db_version in wp_options) changed to 35700, and the Trac revision was 35842.
Highlights
twenty-sixteen-white-desktop-1x.png
New Default Theme - Twenty Sixteen
Modern take on the classic blog design
Flexible header and fun color schemes will make your content shine
Mobile-first and responsive
The Finer Points
responsive-devices-desktop-1x.png
Responsive images:
WordPress now takes a smarter approach to displaying appropriate image sizes on any device, ensuring a perfect fit every time. You don’t need to do anything to your theme, it just works.
wp embed preview.png
Embed your WordPress content:
Now you can embed your posts on other sites, even other WordPress sites. Simply drop a post URL into the editor and see an instant embed preview, complete with the title, excerpt, and featured image if you’ve set one. We’ll even include your site icon and links for comments and sharing.
reverbnation embed.png
Even more embed providers:
In addition to post embeds, WordPress 4.4 also adds support for five new oEmbed providers: Cloudup, Reddit Comments, ReverbNation, Speaker Deck, and VideoPress.
For Developers
REST API infrastructure: Infrastructure for the REST API has been integrated into core, the first part of a multi-stage rollout. Inclusion of core endpoints is targeted for an upcoming release. To get a sneak peek of the core endpoints, and for more information on extending the REST API, check out the official WordPress REST API plugin.
Term meta: Terms now support metadata, just like posts. See add_term_meta(), get_term_meta(), and update_term_meta() for more information.
Comment query improvements: Comment queries now have cache handling to improve performance. New arguments in WP_Comment_Query make crafting robust comment queries simpler.
Term, comment, and network objects: New WP_Term, WP_Comment, and WP_Network objects make interacting with terms, comments, and networks more predictable and intuitive in code.
What's New
General
Developer reference - Improvements to inline code documentation.
i18n support - Improvements to translation strings all over the core.
Admin page headings were adjusted from H3 to H2 tags to reinforce page hierarchy
Improvements to how list tables are displayed on all size screens
Posts
The post/page permalink UI was simplified, linking the permalink and removing the "View" button
Media
Comments
The "View Comment" link was relocated from the Status meta box in the comment-editing screen
Many comment functions can now accept a full object instead of 'comment_ID' to reduce cache/db lookups
Orphaned comments now fall back to the 'edit_posts' capability
Appearance
Site icons will now fall back to the 'full' size URL when the 'thumbnail' size doesn't exist
Users
Install Process
Multisite
The language chooser was added to the new site form on wp-signup.php
Sites may no longer be created with the following reserved slugs: wp-admin, wp-content, wp-includes, or wp-json
Accessibility
Under The Hood
General
Unclosed HTML elements in shortcode attributes were disallowed
HTML was removed from all translatable text strings
Rewrite rules are now flushed on theme switch
Most core classes were moved to their own files
Embeds
Add oEmbed support for Cloudup.
Add oEmbed support for Reddit Comments.
Add oEmbed support for ReverbNation.
Add oEmbed support for Speaker Deck.
Add oEmbed support for VideoPress.
Remove oEmbed support for Blip.
JavaScript
Customizer: Ensure persistence of unchanged active state for controls, sections, and panels
Customizer: Fixed logic for determining the container element when focusing on a panel, section, or control
Customizer: Fixed clearing of a color control's setting by using proper empty value
Bug Fixes
Fail gracefully when checking mapped capabilities against unregistered post types
Visibility was restored for the Tags auto-suggest tooltip in Quick Edit
The $public_only parameter was added to count_user_posts()
Cron: Events are now rejected when the provided $timestamp value is not a valid timestamp
Users with no role are now redirected to the home page on login instead of their profile-editing screen
Multisite
A network can now be retrieved by its ID through WP_Network::get_instance()
A network can now be created or completed by passing arguments to WP_Network
Network-level capabilities were clarified and some long-time bugs were fixed
Classes
What's New
WP_Comment
WP_Comment_Query->$found_comments
WP_Comment_Query->$max_num_pages
WP_Comment_Query->$meta_query_clauses
WP_Comment_Query->$sql_clauses
WP_Comment_Query::fill_descendants()
WP_Comment_Query::get_comment_ids()
WP_Customize_Manager->$autofocus
WP_Customize_Manager->$preview_url
WP_Customize_Manager->$return_url
WP_Customize_Manager::customize_pane_settings()
WP_Customize_Manager::get_autofocus()
WP_Customize_Manager::get_document_title_template()
WP_Customize_Manager::get_preview_url()
WP_Customize_Manager::get_return_url()
WP_Customize_Manager::is_ios()
WP_Customize_Manager::set_autofocus()
WP_Customize_Manager::set_preview_url()
WP_Customize_Manager::set_return_url()
WP_Customize_Setting->$is_multidimensional_aggregated
WP_Customize_Setting->$is_previewed
WP_Customize_Setting::$aggregated_multidimensionals
WP_Customize_Setting::_multidimensional_preview_filter()
WP_Customize_Setting::aggregate_multidimensional()
get_root_value/ WP_Customize_Setting::get_root_value()
id_data/ WP_Customize_Setting::id_data()
set_root_value/ WP_Customize_Setting::set_root_value()
WP_Customize_Widgets::get_widget_control_parts()
WP_Customize_Widgets::is_panel_active()
WP_Filesystem_SSH2::sftp_path()
WP_HTTP_Response
WP_List_Table::get_primary_column()
WP_Locale->$start_of_week
WP_MS_Sites_List_Table::column_id()
WP_MS_Users_List_Table::column_id()
WP_Media_List_Table->$comment_pending_count
WP_Network
WP_Posts_List_Table::get_edit_link()
WP_Query->$is_embed
WP_Query->$updated_comment_meta_cache
WP_Query->$updated_term_meta_cache
WP_Query::is_embed()
WP_Query::lazyload_comment_meta()
WP_Query::lazyload_term_meta()
WP_REST_Request
WP_REST_Response
WP_REST_Server
WP_Screen->$_screen_reader_content
WP_Screen::get_screen_reader_content()
WP_Screen::get_screen_reader_text()
WP_Screen::remove_screen_reader_content()
WP_Screen::render_list_table_columns_preferences()
WP_Screen::render_meta_boxes_preferences()
WP_Screen::render_screen_reader_content()
WP_Screeb::render_view_mode()
WP_Screen::set_screen_reader_content()
WP_Term
>$update WP_Theme
WP_User::__unset()
>$request WP_User_Query
WP_User_Query::fill_query_vars()
WP_Users_List_Table::get_role_list()
WP_Widget_Calendar::$instance
WP_Widget_Tag_Cloud::_get_current_taxonomy()
WP_oEmbed_Controller
wpdb->$termmeta
Deprecated
Functions
What's New
_prime_comment_caches()
add_network_option()
add_term_meta()
delete_network_option()
delete_term_meta()
enqueue_embed_scripts()
get_header_image_tag()
get_html_split_regex()
get_network_option()
get_oembed_endpoint_url()
get_oembed_response_data()
get_oembed_response_data_rich()
get_password_reset_key()
get_post_embed_html()
get_post_embed_url()
get_preview_post_link()
get_rest_url()
get_shortcode_atts_regex()
get_subdirectory_reserved_names()
get_term_meta()
get_the_author_posts_link()
get_the_comments_navigation()
get_the_comments_pagination()
get_the_post_thumbnail_url()
is_embed()
is_post_type_viewable()
is_registered_sidebar()
map_deep()
print_embed_comments_button()
print_embed_scripts()
print_embed_sharing_button()
print_embed_sharing_dialog()
print_embed_styles()
register_rest_route()
rest_api_default_filters()
rest_api_init()
rest_api_loaded()
rest_api_register_rewrites()
rest_cookie_check_errors()
rest_cookie_collect_status()
rest_do_request()
rest_ensure_request()
rest_ensure_response()
rest_get_date_with_gmt()
rest_get_url_prefix()
rest_handle_deprecated_argument()
rest_handle_deprecated_function()
rest_handle_options_request()
rest_output_link_header()
rest_output_link_wp_head()
rest_output_rsd()
rest_parse_date()
rest_send_allow_header()
rest_send_cors_headers()
rest_url()
signup_get_available_languages()
strip_fragment_from_url()
stripslashes_from_strings_only()
the_comments_navigation()
the_comments_pagination()
the_excerpt_embed()
the_header_image_tag()
the_post_thumbnail_url()
update_network_option()
update_term_meta()
update_termmeta_cache()
urldecode_deep()
wp_ajax_delete_inactive_widgets()
wp_ajax_generate_password()
wp_ajax_save_wporg_username()
wp_calculate_image_sizes()
wp_calculate_image_srcset()
wp_embed_excerpt_attachment()
wp_embed_excerpt_attachment()
wp_filter_oembed_result()
wp_get_attachment_image_sizes()
wp_get_attachment_image_srcset()
wp_get_attachment_image_url()
wp_get_document_title()
wp_get_server_protocol()
wp_get_users_with_no_role()
wp_handle_comment_submission()
wp_image_add_srcset_and_sizes()
wp_installing()
wp_is_numeric_array()
wp_make_content_images_responsive()
wp_maybe_decline_date()
wp_new_comment_notify_moderator()
wp_new_comment_notify_postauthor()
wp_oembed_add_discovery_links()
wp_oembed_add_host_js()
wp_oembed_ensure_format()
wp_oembed_register_route()
wp_parse_url()
wp_remote_retrieve_cookie()
wp_remote_retrieve_cookie_value()
wp_remote_retrieve_cookies()
wp_removable_query_args()
wp_rest_server_class()
wp_send_new_user_notifications()
wp_term_is_shared()
Deprecated
wp_get_http()
Actions & Filters
New Actions
after_password_reset
after_signup_site
after_signup_user
attachment_updated
before_signup_header
clean_user_cache
customize_post_value_set
customize_post_value_set_{$setting_id}
delete_plugin
delete_widget
deleted_plugin
edit_user_created_user
embed_content
embed_content_meta
embed_footer
embed_head
enqueue_embed_scripts
invite_user
manage_posts_extra_tablenav
ms_network_not_found
network_site_new_created_user
network_site_users_created_user
network_user_new_created_user
page_attributes_meta_box_template
post_submitbox_minor_actions
pre_auto_update
register_new_user
rest_api_init
wp_add_nav_menu_item
wp_mail_failed
wp_verify_nonce_failed
New Filters
admin_post_thumbnail_size
comment_excerpt_length
comment_form_fields
content_pagination
customize_loaded_components
dashboard_recent_drafts_query_args
dashboard_secondary_items
default_hidden_columns
document_title_parts
document_title_separator
duplicate_comment_id
embed_html
embed_oembed_discover
embed_site_title_html
embed_template
embed_thumbnail_image_shape
embed_thumbnail_image_size
enclosure_links
expiration_of_site_transient_{$transient}
expiration_of_transient_{$transient}
export_wp_filename
feed_links_show_comments_feed
feed_links_show_posts_feed
found_comments_query
get_header_image_tag
get_page_of_comment
get_page_uri
get_post_status
get_role_list
get_sample_permalink
get_terms_defaults
get_{$adjacent}_post_excluded_terms
hidden_columns
illegal_user_logins
image_get_intermediate_size
insert_user_meta
max_srcset_image_width
mejs_settings
nav_menu_item_args
nav_menu_item_title
navigation_markup_template
network_admin_plugin_action_links
network_admin_plugin_action_links_{$plugin_file}
notify_moderator
notify_post_author
oembed_discovery_links
oembed_endpoint_url
oembed_min_max_width
oembed_response_data
old_slug_redirect_url
plugin_action_links
plugin_action_links_{$plugin_file}
post_edit_category_parent_dropdown_args
post_embed_url
postmeta_form_keys
pre_delete_post
pre_get_document_title
pre_get_lastpostmodified
register_post_type_args
register_taxonomy_args
respond_link
rest_url
rest_url_prefix
screen_options_show_submit
show_network_active_plugins
signup_get_available_languages
subdirectory_reserved_names
submenu_file
taxonomy_labels_{$taxonomy}
the_category_list
the_excerpt_embed
update_right_now_text
user_profile_picture_description
users_list_table_query_args
view_mode_post_types
wp_calculate_image_sizes
wp_calculate_image_srcset
wp_dropdown_users_args
wp_http_ixr_client_headers
wp_post_revision_title_expanded
wp_prepare_revision_for_js
wp_theme_editor_filetypes
xmlrpc_chunk_parsing_size
2015-12-27 19:39:57 +01:00
|
|
|
share/ja-wordpress/wp-includes/class-wp-network.php
|
2020-06-21 18:42:55 +02:00
|
|
|
share/ja-wordpress/wp-includes/class-wp-object-cache.php
|
Update to 4.4
Changelog:
On December 8, 2015, WordPress Version 4.4, named for jazz musician Clifford Brown, was released to the public. For more information on this enhancement and bug-fix release, read the WordPress Blog, and see the Changelog for 4.4.
For Version 4.4, the database version (db_version in wp_options) changed to 35700, and the Trac revision was 35842.
Highlights
twenty-sixteen-white-desktop-1x.png
New Default Theme - Twenty Sixteen
Modern take on the classic blog design
Flexible header and fun color schemes will make your content shine
Mobile-first and responsive
The Finer Points
responsive-devices-desktop-1x.png
Responsive images:
WordPress now takes a smarter approach to displaying appropriate image sizes on any device, ensuring a perfect fit every time. You don’t need to do anything to your theme, it just works.
wp embed preview.png
Embed your WordPress content:
Now you can embed your posts on other sites, even other WordPress sites. Simply drop a post URL into the editor and see an instant embed preview, complete with the title, excerpt, and featured image if you’ve set one. We’ll even include your site icon and links for comments and sharing.
reverbnation embed.png
Even more embed providers:
In addition to post embeds, WordPress 4.4 also adds support for five new oEmbed providers: Cloudup, Reddit Comments, ReverbNation, Speaker Deck, and VideoPress.
For Developers
REST API infrastructure: Infrastructure for the REST API has been integrated into core, the first part of a multi-stage rollout. Inclusion of core endpoints is targeted for an upcoming release. To get a sneak peek of the core endpoints, and for more information on extending the REST API, check out the official WordPress REST API plugin.
Term meta: Terms now support metadata, just like posts. See add_term_meta(), get_term_meta(), and update_term_meta() for more information.
Comment query improvements: Comment queries now have cache handling to improve performance. New arguments in WP_Comment_Query make crafting robust comment queries simpler.
Term, comment, and network objects: New WP_Term, WP_Comment, and WP_Network objects make interacting with terms, comments, and networks more predictable and intuitive in code.
What's New
General
Developer reference - Improvements to inline code documentation.
i18n support - Improvements to translation strings all over the core.
Admin page headings were adjusted from H3 to H2 tags to reinforce page hierarchy
Improvements to how list tables are displayed on all size screens
Posts
The post/page permalink UI was simplified, linking the permalink and removing the "View" button
Media
Comments
The "View Comment" link was relocated from the Status meta box in the comment-editing screen
Many comment functions can now accept a full object instead of 'comment_ID' to reduce cache/db lookups
Orphaned comments now fall back to the 'edit_posts' capability
Appearance
Site icons will now fall back to the 'full' size URL when the 'thumbnail' size doesn't exist
Users
Install Process
Multisite
The language chooser was added to the new site form on wp-signup.php
Sites may no longer be created with the following reserved slugs: wp-admin, wp-content, wp-includes, or wp-json
Accessibility
Under The Hood
General
Unclosed HTML elements in shortcode attributes were disallowed
HTML was removed from all translatable text strings
Rewrite rules are now flushed on theme switch
Most core classes were moved to their own files
Embeds
Add oEmbed support for Cloudup.
Add oEmbed support for Reddit Comments.
Add oEmbed support for ReverbNation.
Add oEmbed support for Speaker Deck.
Add oEmbed support for VideoPress.
Remove oEmbed support for Blip.
JavaScript
Customizer: Ensure persistence of unchanged active state for controls, sections, and panels
Customizer: Fixed logic for determining the container element when focusing on a panel, section, or control
Customizer: Fixed clearing of a color control's setting by using proper empty value
Bug Fixes
Fail gracefully when checking mapped capabilities against unregistered post types
Visibility was restored for the Tags auto-suggest tooltip in Quick Edit
The $public_only parameter was added to count_user_posts()
Cron: Events are now rejected when the provided $timestamp value is not a valid timestamp
Users with no role are now redirected to the home page on login instead of their profile-editing screen
Multisite
A network can now be retrieved by its ID through WP_Network::get_instance()
A network can now be created or completed by passing arguments to WP_Network
Network-level capabilities were clarified and some long-time bugs were fixed
Classes
What's New
WP_Comment
WP_Comment_Query->$found_comments
WP_Comment_Query->$max_num_pages
WP_Comment_Query->$meta_query_clauses
WP_Comment_Query->$sql_clauses
WP_Comment_Query::fill_descendants()
WP_Comment_Query::get_comment_ids()
WP_Customize_Manager->$autofocus
WP_Customize_Manager->$preview_url
WP_Customize_Manager->$return_url
WP_Customize_Manager::customize_pane_settings()
WP_Customize_Manager::get_autofocus()
WP_Customize_Manager::get_document_title_template()
WP_Customize_Manager::get_preview_url()
WP_Customize_Manager::get_return_url()
WP_Customize_Manager::is_ios()
WP_Customize_Manager::set_autofocus()
WP_Customize_Manager::set_preview_url()
WP_Customize_Manager::set_return_url()
WP_Customize_Setting->$is_multidimensional_aggregated
WP_Customize_Setting->$is_previewed
WP_Customize_Setting::$aggregated_multidimensionals
WP_Customize_Setting::_multidimensional_preview_filter()
WP_Customize_Setting::aggregate_multidimensional()
get_root_value/ WP_Customize_Setting::get_root_value()
id_data/ WP_Customize_Setting::id_data()
set_root_value/ WP_Customize_Setting::set_root_value()
WP_Customize_Widgets::get_widget_control_parts()
WP_Customize_Widgets::is_panel_active()
WP_Filesystem_SSH2::sftp_path()
WP_HTTP_Response
WP_List_Table::get_primary_column()
WP_Locale->$start_of_week
WP_MS_Sites_List_Table::column_id()
WP_MS_Users_List_Table::column_id()
WP_Media_List_Table->$comment_pending_count
WP_Network
WP_Posts_List_Table::get_edit_link()
WP_Query->$is_embed
WP_Query->$updated_comment_meta_cache
WP_Query->$updated_term_meta_cache
WP_Query::is_embed()
WP_Query::lazyload_comment_meta()
WP_Query::lazyload_term_meta()
WP_REST_Request
WP_REST_Response
WP_REST_Server
WP_Screen->$_screen_reader_content
WP_Screen::get_screen_reader_content()
WP_Screen::get_screen_reader_text()
WP_Screen::remove_screen_reader_content()
WP_Screen::render_list_table_columns_preferences()
WP_Screen::render_meta_boxes_preferences()
WP_Screen::render_screen_reader_content()
WP_Screeb::render_view_mode()
WP_Screen::set_screen_reader_content()
WP_Term
>$update WP_Theme
WP_User::__unset()
>$request WP_User_Query
WP_User_Query::fill_query_vars()
WP_Users_List_Table::get_role_list()
WP_Widget_Calendar::$instance
WP_Widget_Tag_Cloud::_get_current_taxonomy()
WP_oEmbed_Controller
wpdb->$termmeta
Deprecated
Functions
What's New
_prime_comment_caches()
add_network_option()
add_term_meta()
delete_network_option()
delete_term_meta()
enqueue_embed_scripts()
get_header_image_tag()
get_html_split_regex()
get_network_option()
get_oembed_endpoint_url()
get_oembed_response_data()
get_oembed_response_data_rich()
get_password_reset_key()
get_post_embed_html()
get_post_embed_url()
get_preview_post_link()
get_rest_url()
get_shortcode_atts_regex()
get_subdirectory_reserved_names()
get_term_meta()
get_the_author_posts_link()
get_the_comments_navigation()
get_the_comments_pagination()
get_the_post_thumbnail_url()
is_embed()
is_post_type_viewable()
is_registered_sidebar()
map_deep()
print_embed_comments_button()
print_embed_scripts()
print_embed_sharing_button()
print_embed_sharing_dialog()
print_embed_styles()
register_rest_route()
rest_api_default_filters()
rest_api_init()
rest_api_loaded()
rest_api_register_rewrites()
rest_cookie_check_errors()
rest_cookie_collect_status()
rest_do_request()
rest_ensure_request()
rest_ensure_response()
rest_get_date_with_gmt()
rest_get_url_prefix()
rest_handle_deprecated_argument()
rest_handle_deprecated_function()
rest_handle_options_request()
rest_output_link_header()
rest_output_link_wp_head()
rest_output_rsd()
rest_parse_date()
rest_send_allow_header()
rest_send_cors_headers()
rest_url()
signup_get_available_languages()
strip_fragment_from_url()
stripslashes_from_strings_only()
the_comments_navigation()
the_comments_pagination()
the_excerpt_embed()
the_header_image_tag()
the_post_thumbnail_url()
update_network_option()
update_term_meta()
update_termmeta_cache()
urldecode_deep()
wp_ajax_delete_inactive_widgets()
wp_ajax_generate_password()
wp_ajax_save_wporg_username()
wp_calculate_image_sizes()
wp_calculate_image_srcset()
wp_embed_excerpt_attachment()
wp_embed_excerpt_attachment()
wp_filter_oembed_result()
wp_get_attachment_image_sizes()
wp_get_attachment_image_srcset()
wp_get_attachment_image_url()
wp_get_document_title()
wp_get_server_protocol()
wp_get_users_with_no_role()
wp_handle_comment_submission()
wp_image_add_srcset_and_sizes()
wp_installing()
wp_is_numeric_array()
wp_make_content_images_responsive()
wp_maybe_decline_date()
wp_new_comment_notify_moderator()
wp_new_comment_notify_postauthor()
wp_oembed_add_discovery_links()
wp_oembed_add_host_js()
wp_oembed_ensure_format()
wp_oembed_register_route()
wp_parse_url()
wp_remote_retrieve_cookie()
wp_remote_retrieve_cookie_value()
wp_remote_retrieve_cookies()
wp_removable_query_args()
wp_rest_server_class()
wp_send_new_user_notifications()
wp_term_is_shared()
Deprecated
wp_get_http()
Actions & Filters
New Actions
after_password_reset
after_signup_site
after_signup_user
attachment_updated
before_signup_header
clean_user_cache
customize_post_value_set
customize_post_value_set_{$setting_id}
delete_plugin
delete_widget
deleted_plugin
edit_user_created_user
embed_content
embed_content_meta
embed_footer
embed_head
enqueue_embed_scripts
invite_user
manage_posts_extra_tablenav
ms_network_not_found
network_site_new_created_user
network_site_users_created_user
network_user_new_created_user
page_attributes_meta_box_template
post_submitbox_minor_actions
pre_auto_update
register_new_user
rest_api_init
wp_add_nav_menu_item
wp_mail_failed
wp_verify_nonce_failed
New Filters
admin_post_thumbnail_size
comment_excerpt_length
comment_form_fields
content_pagination
customize_loaded_components
dashboard_recent_drafts_query_args
dashboard_secondary_items
default_hidden_columns
document_title_parts
document_title_separator
duplicate_comment_id
embed_html
embed_oembed_discover
embed_site_title_html
embed_template
embed_thumbnail_image_shape
embed_thumbnail_image_size
enclosure_links
expiration_of_site_transient_{$transient}
expiration_of_transient_{$transient}
export_wp_filename
feed_links_show_comments_feed
feed_links_show_posts_feed
found_comments_query
get_header_image_tag
get_page_of_comment
get_page_uri
get_post_status
get_role_list
get_sample_permalink
get_terms_defaults
get_{$adjacent}_post_excluded_terms
hidden_columns
illegal_user_logins
image_get_intermediate_size
insert_user_meta
max_srcset_image_width
mejs_settings
nav_menu_item_args
nav_menu_item_title
navigation_markup_template
network_admin_plugin_action_links
network_admin_plugin_action_links_{$plugin_file}
notify_moderator
notify_post_author
oembed_discovery_links
oembed_endpoint_url
oembed_min_max_width
oembed_response_data
old_slug_redirect_url
plugin_action_links
plugin_action_links_{$plugin_file}
post_edit_category_parent_dropdown_args
post_embed_url
postmeta_form_keys
pre_delete_post
pre_get_document_title
pre_get_lastpostmodified
register_post_type_args
register_taxonomy_args
respond_link
rest_url
rest_url_prefix
screen_options_show_submit
show_network_active_plugins
signup_get_available_languages
subdirectory_reserved_names
submenu_file
taxonomy_labels_{$taxonomy}
the_category_list
the_excerpt_embed
update_right_now_text
user_profile_picture_description
users_list_table_query_args
view_mode_post_types
wp_calculate_image_sizes
wp_calculate_image_srcset
wp_dropdown_users_args
wp_http_ixr_client_headers
wp_post_revision_title_expanded
wp_prepare_revision_for_js
wp_theme_editor_filetypes
xmlrpc_chunk_parsing_size
2015-12-27 19:39:57 +01:00
|
|
|
share/ja-wordpress/wp-includes/class-wp-oembed-controller.php
|
2019-12-16 17:52:40 +01:00
|
|
|
share/ja-wordpress/wp-includes/class-wp-oembed.php
|
|
|
|
share/ja-wordpress/wp-includes/class-wp-paused-extensions-storage.php
|
|
|
|
share/ja-wordpress/wp-includes/class-wp-post-type.php
|
Update to 4.4
Changelog:
On December 8, 2015, WordPress Version 4.4, named for jazz musician Clifford Brown, was released to the public. For more information on this enhancement and bug-fix release, read the WordPress Blog, and see the Changelog for 4.4.
For Version 4.4, the database version (db_version in wp_options) changed to 35700, and the Trac revision was 35842.
Highlights
twenty-sixteen-white-desktop-1x.png
New Default Theme - Twenty Sixteen
Modern take on the classic blog design
Flexible header and fun color schemes will make your content shine
Mobile-first and responsive
The Finer Points
responsive-devices-desktop-1x.png
Responsive images:
WordPress now takes a smarter approach to displaying appropriate image sizes on any device, ensuring a perfect fit every time. You don’t need to do anything to your theme, it just works.
wp embed preview.png
Embed your WordPress content:
Now you can embed your posts on other sites, even other WordPress sites. Simply drop a post URL into the editor and see an instant embed preview, complete with the title, excerpt, and featured image if you’ve set one. We’ll even include your site icon and links for comments and sharing.
reverbnation embed.png
Even more embed providers:
In addition to post embeds, WordPress 4.4 also adds support for five new oEmbed providers: Cloudup, Reddit Comments, ReverbNation, Speaker Deck, and VideoPress.
For Developers
REST API infrastructure: Infrastructure for the REST API has been integrated into core, the first part of a multi-stage rollout. Inclusion of core endpoints is targeted for an upcoming release. To get a sneak peek of the core endpoints, and for more information on extending the REST API, check out the official WordPress REST API plugin.
Term meta: Terms now support metadata, just like posts. See add_term_meta(), get_term_meta(), and update_term_meta() for more information.
Comment query improvements: Comment queries now have cache handling to improve performance. New arguments in WP_Comment_Query make crafting robust comment queries simpler.
Term, comment, and network objects: New WP_Term, WP_Comment, and WP_Network objects make interacting with terms, comments, and networks more predictable and intuitive in code.
What's New
General
Developer reference - Improvements to inline code documentation.
i18n support - Improvements to translation strings all over the core.
Admin page headings were adjusted from H3 to H2 tags to reinforce page hierarchy
Improvements to how list tables are displayed on all size screens
Posts
The post/page permalink UI was simplified, linking the permalink and removing the "View" button
Media
Comments
The "View Comment" link was relocated from the Status meta box in the comment-editing screen
Many comment functions can now accept a full object instead of 'comment_ID' to reduce cache/db lookups
Orphaned comments now fall back to the 'edit_posts' capability
Appearance
Site icons will now fall back to the 'full' size URL when the 'thumbnail' size doesn't exist
Users
Install Process
Multisite
The language chooser was added to the new site form on wp-signup.php
Sites may no longer be created with the following reserved slugs: wp-admin, wp-content, wp-includes, or wp-json
Accessibility
Under The Hood
General
Unclosed HTML elements in shortcode attributes were disallowed
HTML was removed from all translatable text strings
Rewrite rules are now flushed on theme switch
Most core classes were moved to their own files
Embeds
Add oEmbed support for Cloudup.
Add oEmbed support for Reddit Comments.
Add oEmbed support for ReverbNation.
Add oEmbed support for Speaker Deck.
Add oEmbed support for VideoPress.
Remove oEmbed support for Blip.
JavaScript
Customizer: Ensure persistence of unchanged active state for controls, sections, and panels
Customizer: Fixed logic for determining the container element when focusing on a panel, section, or control
Customizer: Fixed clearing of a color control's setting by using proper empty value
Bug Fixes
Fail gracefully when checking mapped capabilities against unregistered post types
Visibility was restored for the Tags auto-suggest tooltip in Quick Edit
The $public_only parameter was added to count_user_posts()
Cron: Events are now rejected when the provided $timestamp value is not a valid timestamp
Users with no role are now redirected to the home page on login instead of their profile-editing screen
Multisite
A network can now be retrieved by its ID through WP_Network::get_instance()
A network can now be created or completed by passing arguments to WP_Network
Network-level capabilities were clarified and some long-time bugs were fixed
Classes
What's New
WP_Comment
WP_Comment_Query->$found_comments
WP_Comment_Query->$max_num_pages
WP_Comment_Query->$meta_query_clauses
WP_Comment_Query->$sql_clauses
WP_Comment_Query::fill_descendants()
WP_Comment_Query::get_comment_ids()
WP_Customize_Manager->$autofocus
WP_Customize_Manager->$preview_url
WP_Customize_Manager->$return_url
WP_Customize_Manager::customize_pane_settings()
WP_Customize_Manager::get_autofocus()
WP_Customize_Manager::get_document_title_template()
WP_Customize_Manager::get_preview_url()
WP_Customize_Manager::get_return_url()
WP_Customize_Manager::is_ios()
WP_Customize_Manager::set_autofocus()
WP_Customize_Manager::set_preview_url()
WP_Customize_Manager::set_return_url()
WP_Customize_Setting->$is_multidimensional_aggregated
WP_Customize_Setting->$is_previewed
WP_Customize_Setting::$aggregated_multidimensionals
WP_Customize_Setting::_multidimensional_preview_filter()
WP_Customize_Setting::aggregate_multidimensional()
get_root_value/ WP_Customize_Setting::get_root_value()
id_data/ WP_Customize_Setting::id_data()
set_root_value/ WP_Customize_Setting::set_root_value()
WP_Customize_Widgets::get_widget_control_parts()
WP_Customize_Widgets::is_panel_active()
WP_Filesystem_SSH2::sftp_path()
WP_HTTP_Response
WP_List_Table::get_primary_column()
WP_Locale->$start_of_week
WP_MS_Sites_List_Table::column_id()
WP_MS_Users_List_Table::column_id()
WP_Media_List_Table->$comment_pending_count
WP_Network
WP_Posts_List_Table::get_edit_link()
WP_Query->$is_embed
WP_Query->$updated_comment_meta_cache
WP_Query->$updated_term_meta_cache
WP_Query::is_embed()
WP_Query::lazyload_comment_meta()
WP_Query::lazyload_term_meta()
WP_REST_Request
WP_REST_Response
WP_REST_Server
WP_Screen->$_screen_reader_content
WP_Screen::get_screen_reader_content()
WP_Screen::get_screen_reader_text()
WP_Screen::remove_screen_reader_content()
WP_Screen::render_list_table_columns_preferences()
WP_Screen::render_meta_boxes_preferences()
WP_Screen::render_screen_reader_content()
WP_Screeb::render_view_mode()
WP_Screen::set_screen_reader_content()
WP_Term
>$update WP_Theme
WP_User::__unset()
>$request WP_User_Query
WP_User_Query::fill_query_vars()
WP_Users_List_Table::get_role_list()
WP_Widget_Calendar::$instance
WP_Widget_Tag_Cloud::_get_current_taxonomy()
WP_oEmbed_Controller
wpdb->$termmeta
Deprecated
Functions
What's New
_prime_comment_caches()
add_network_option()
add_term_meta()
delete_network_option()
delete_term_meta()
enqueue_embed_scripts()
get_header_image_tag()
get_html_split_regex()
get_network_option()
get_oembed_endpoint_url()
get_oembed_response_data()
get_oembed_response_data_rich()
get_password_reset_key()
get_post_embed_html()
get_post_embed_url()
get_preview_post_link()
get_rest_url()
get_shortcode_atts_regex()
get_subdirectory_reserved_names()
get_term_meta()
get_the_author_posts_link()
get_the_comments_navigation()
get_the_comments_pagination()
get_the_post_thumbnail_url()
is_embed()
is_post_type_viewable()
is_registered_sidebar()
map_deep()
print_embed_comments_button()
print_embed_scripts()
print_embed_sharing_button()
print_embed_sharing_dialog()
print_embed_styles()
register_rest_route()
rest_api_default_filters()
rest_api_init()
rest_api_loaded()
rest_api_register_rewrites()
rest_cookie_check_errors()
rest_cookie_collect_status()
rest_do_request()
rest_ensure_request()
rest_ensure_response()
rest_get_date_with_gmt()
rest_get_url_prefix()
rest_handle_deprecated_argument()
rest_handle_deprecated_function()
rest_handle_options_request()
rest_output_link_header()
rest_output_link_wp_head()
rest_output_rsd()
rest_parse_date()
rest_send_allow_header()
rest_send_cors_headers()
rest_url()
signup_get_available_languages()
strip_fragment_from_url()
stripslashes_from_strings_only()
the_comments_navigation()
the_comments_pagination()
the_excerpt_embed()
the_header_image_tag()
the_post_thumbnail_url()
update_network_option()
update_term_meta()
update_termmeta_cache()
urldecode_deep()
wp_ajax_delete_inactive_widgets()
wp_ajax_generate_password()
wp_ajax_save_wporg_username()
wp_calculate_image_sizes()
wp_calculate_image_srcset()
wp_embed_excerpt_attachment()
wp_embed_excerpt_attachment()
wp_filter_oembed_result()
wp_get_attachment_image_sizes()
wp_get_attachment_image_srcset()
wp_get_attachment_image_url()
wp_get_document_title()
wp_get_server_protocol()
wp_get_users_with_no_role()
wp_handle_comment_submission()
wp_image_add_srcset_and_sizes()
wp_installing()
wp_is_numeric_array()
wp_make_content_images_responsive()
wp_maybe_decline_date()
wp_new_comment_notify_moderator()
wp_new_comment_notify_postauthor()
wp_oembed_add_discovery_links()
wp_oembed_add_host_js()
wp_oembed_ensure_format()
wp_oembed_register_route()
wp_parse_url()
wp_remote_retrieve_cookie()
wp_remote_retrieve_cookie_value()
wp_remote_retrieve_cookies()
wp_removable_query_args()
wp_rest_server_class()
wp_send_new_user_notifications()
wp_term_is_shared()
Deprecated
wp_get_http()
Actions & Filters
New Actions
after_password_reset
after_signup_site
after_signup_user
attachment_updated
before_signup_header
clean_user_cache
customize_post_value_set
customize_post_value_set_{$setting_id}
delete_plugin
delete_widget
deleted_plugin
edit_user_created_user
embed_content
embed_content_meta
embed_footer
embed_head
enqueue_embed_scripts
invite_user
manage_posts_extra_tablenav
ms_network_not_found
network_site_new_created_user
network_site_users_created_user
network_user_new_created_user
page_attributes_meta_box_template
post_submitbox_minor_actions
pre_auto_update
register_new_user
rest_api_init
wp_add_nav_menu_item
wp_mail_failed
wp_verify_nonce_failed
New Filters
admin_post_thumbnail_size
comment_excerpt_length
comment_form_fields
content_pagination
customize_loaded_components
dashboard_recent_drafts_query_args
dashboard_secondary_items
default_hidden_columns
document_title_parts
document_title_separator
duplicate_comment_id
embed_html
embed_oembed_discover
embed_site_title_html
embed_template
embed_thumbnail_image_shape
embed_thumbnail_image_size
enclosure_links
expiration_of_site_transient_{$transient}
expiration_of_transient_{$transient}
export_wp_filename
feed_links_show_comments_feed
feed_links_show_posts_feed
found_comments_query
get_header_image_tag
get_page_of_comment
get_page_uri
get_post_status
get_role_list
get_sample_permalink
get_terms_defaults
get_{$adjacent}_post_excluded_terms
hidden_columns
illegal_user_logins
image_get_intermediate_size
insert_user_meta
max_srcset_image_width
mejs_settings
nav_menu_item_args
nav_menu_item_title
navigation_markup_template
network_admin_plugin_action_links
network_admin_plugin_action_links_{$plugin_file}
notify_moderator
notify_post_author
oembed_discovery_links
oembed_endpoint_url
oembed_min_max_width
oembed_response_data
old_slug_redirect_url
plugin_action_links
plugin_action_links_{$plugin_file}
post_edit_category_parent_dropdown_args
post_embed_url
postmeta_form_keys
pre_delete_post
pre_get_document_title
pre_get_lastpostmodified
register_post_type_args
register_taxonomy_args
respond_link
rest_url
rest_url_prefix
screen_options_show_submit
show_network_active_plugins
signup_get_available_languages
subdirectory_reserved_names
submenu_file
taxonomy_labels_{$taxonomy}
the_category_list
the_excerpt_embed
update_right_now_text
user_profile_picture_description
users_list_table_query_args
view_mode_post_types
wp_calculate_image_sizes
wp_calculate_image_srcset
wp_dropdown_users_args
wp_http_ixr_client_headers
wp_post_revision_title_expanded
wp_prepare_revision_for_js
wp_theme_editor_filetypes
xmlrpc_chunk_parsing_size
2015-12-27 19:39:57 +01:00
|
|
|
share/ja-wordpress/wp-includes/class-wp-post.php
|
2019-12-16 17:52:40 +01:00
|
|
|
share/ja-wordpress/wp-includes/class-wp-query.php
|
|
|
|
share/ja-wordpress/wp-includes/class-wp-recovery-mode-cookie-service.php
|
|
|
|
share/ja-wordpress/wp-includes/class-wp-recovery-mode-email-service.php
|
|
|
|
share/ja-wordpress/wp-includes/class-wp-recovery-mode-key-service.php
|
|
|
|
share/ja-wordpress/wp-includes/class-wp-recovery-mode-link-service.php
|
|
|
|
share/ja-wordpress/wp-includes/class-wp-recovery-mode.php
|
Update to 4.4
Changelog:
On December 8, 2015, WordPress Version 4.4, named for jazz musician Clifford Brown, was released to the public. For more information on this enhancement and bug-fix release, read the WordPress Blog, and see the Changelog for 4.4.
For Version 4.4, the database version (db_version in wp_options) changed to 35700, and the Trac revision was 35842.
Highlights
twenty-sixteen-white-desktop-1x.png
New Default Theme - Twenty Sixteen
Modern take on the classic blog design
Flexible header and fun color schemes will make your content shine
Mobile-first and responsive
The Finer Points
responsive-devices-desktop-1x.png
Responsive images:
WordPress now takes a smarter approach to displaying appropriate image sizes on any device, ensuring a perfect fit every time. You don’t need to do anything to your theme, it just works.
wp embed preview.png
Embed your WordPress content:
Now you can embed your posts on other sites, even other WordPress sites. Simply drop a post URL into the editor and see an instant embed preview, complete with the title, excerpt, and featured image if you’ve set one. We’ll even include your site icon and links for comments and sharing.
reverbnation embed.png
Even more embed providers:
In addition to post embeds, WordPress 4.4 also adds support for five new oEmbed providers: Cloudup, Reddit Comments, ReverbNation, Speaker Deck, and VideoPress.
For Developers
REST API infrastructure: Infrastructure for the REST API has been integrated into core, the first part of a multi-stage rollout. Inclusion of core endpoints is targeted for an upcoming release. To get a sneak peek of the core endpoints, and for more information on extending the REST API, check out the official WordPress REST API plugin.
Term meta: Terms now support metadata, just like posts. See add_term_meta(), get_term_meta(), and update_term_meta() for more information.
Comment query improvements: Comment queries now have cache handling to improve performance. New arguments in WP_Comment_Query make crafting robust comment queries simpler.
Term, comment, and network objects: New WP_Term, WP_Comment, and WP_Network objects make interacting with terms, comments, and networks more predictable and intuitive in code.
What's New
General
Developer reference - Improvements to inline code documentation.
i18n support - Improvements to translation strings all over the core.
Admin page headings were adjusted from H3 to H2 tags to reinforce page hierarchy
Improvements to how list tables are displayed on all size screens
Posts
The post/page permalink UI was simplified, linking the permalink and removing the "View" button
Media
Comments
The "View Comment" link was relocated from the Status meta box in the comment-editing screen
Many comment functions can now accept a full object instead of 'comment_ID' to reduce cache/db lookups
Orphaned comments now fall back to the 'edit_posts' capability
Appearance
Site icons will now fall back to the 'full' size URL when the 'thumbnail' size doesn't exist
Users
Install Process
Multisite
The language chooser was added to the new site form on wp-signup.php
Sites may no longer be created with the following reserved slugs: wp-admin, wp-content, wp-includes, or wp-json
Accessibility
Under The Hood
General
Unclosed HTML elements in shortcode attributes were disallowed
HTML was removed from all translatable text strings
Rewrite rules are now flushed on theme switch
Most core classes were moved to their own files
Embeds
Add oEmbed support for Cloudup.
Add oEmbed support for Reddit Comments.
Add oEmbed support for ReverbNation.
Add oEmbed support for Speaker Deck.
Add oEmbed support for VideoPress.
Remove oEmbed support for Blip.
JavaScript
Customizer: Ensure persistence of unchanged active state for controls, sections, and panels
Customizer: Fixed logic for determining the container element when focusing on a panel, section, or control
Customizer: Fixed clearing of a color control's setting by using proper empty value
Bug Fixes
Fail gracefully when checking mapped capabilities against unregistered post types
Visibility was restored for the Tags auto-suggest tooltip in Quick Edit
The $public_only parameter was added to count_user_posts()
Cron: Events are now rejected when the provided $timestamp value is not a valid timestamp
Users with no role are now redirected to the home page on login instead of their profile-editing screen
Multisite
A network can now be retrieved by its ID through WP_Network::get_instance()
A network can now be created or completed by passing arguments to WP_Network
Network-level capabilities were clarified and some long-time bugs were fixed
Classes
What's New
WP_Comment
WP_Comment_Query->$found_comments
WP_Comment_Query->$max_num_pages
WP_Comment_Query->$meta_query_clauses
WP_Comment_Query->$sql_clauses
WP_Comment_Query::fill_descendants()
WP_Comment_Query::get_comment_ids()
WP_Customize_Manager->$autofocus
WP_Customize_Manager->$preview_url
WP_Customize_Manager->$return_url
WP_Customize_Manager::customize_pane_settings()
WP_Customize_Manager::get_autofocus()
WP_Customize_Manager::get_document_title_template()
WP_Customize_Manager::get_preview_url()
WP_Customize_Manager::get_return_url()
WP_Customize_Manager::is_ios()
WP_Customize_Manager::set_autofocus()
WP_Customize_Manager::set_preview_url()
WP_Customize_Manager::set_return_url()
WP_Customize_Setting->$is_multidimensional_aggregated
WP_Customize_Setting->$is_previewed
WP_Customize_Setting::$aggregated_multidimensionals
WP_Customize_Setting::_multidimensional_preview_filter()
WP_Customize_Setting::aggregate_multidimensional()
get_root_value/ WP_Customize_Setting::get_root_value()
id_data/ WP_Customize_Setting::id_data()
set_root_value/ WP_Customize_Setting::set_root_value()
WP_Customize_Widgets::get_widget_control_parts()
WP_Customize_Widgets::is_panel_active()
WP_Filesystem_SSH2::sftp_path()
WP_HTTP_Response
WP_List_Table::get_primary_column()
WP_Locale->$start_of_week
WP_MS_Sites_List_Table::column_id()
WP_MS_Users_List_Table::column_id()
WP_Media_List_Table->$comment_pending_count
WP_Network
WP_Posts_List_Table::get_edit_link()
WP_Query->$is_embed
WP_Query->$updated_comment_meta_cache
WP_Query->$updated_term_meta_cache
WP_Query::is_embed()
WP_Query::lazyload_comment_meta()
WP_Query::lazyload_term_meta()
WP_REST_Request
WP_REST_Response
WP_REST_Server
WP_Screen->$_screen_reader_content
WP_Screen::get_screen_reader_content()
WP_Screen::get_screen_reader_text()
WP_Screen::remove_screen_reader_content()
WP_Screen::render_list_table_columns_preferences()
WP_Screen::render_meta_boxes_preferences()
WP_Screen::render_screen_reader_content()
WP_Screeb::render_view_mode()
WP_Screen::set_screen_reader_content()
WP_Term
>$update WP_Theme
WP_User::__unset()
>$request WP_User_Query
WP_User_Query::fill_query_vars()
WP_Users_List_Table::get_role_list()
WP_Widget_Calendar::$instance
WP_Widget_Tag_Cloud::_get_current_taxonomy()
WP_oEmbed_Controller
wpdb->$termmeta
Deprecated
Functions
What's New
_prime_comment_caches()
add_network_option()
add_term_meta()
delete_network_option()
delete_term_meta()
enqueue_embed_scripts()
get_header_image_tag()
get_html_split_regex()
get_network_option()
get_oembed_endpoint_url()
get_oembed_response_data()
get_oembed_response_data_rich()
get_password_reset_key()
get_post_embed_html()
get_post_embed_url()
get_preview_post_link()
get_rest_url()
get_shortcode_atts_regex()
get_subdirectory_reserved_names()
get_term_meta()
get_the_author_posts_link()
get_the_comments_navigation()
get_the_comments_pagination()
get_the_post_thumbnail_url()
is_embed()
is_post_type_viewable()
is_registered_sidebar()
map_deep()
print_embed_comments_button()
print_embed_scripts()
print_embed_sharing_button()
print_embed_sharing_dialog()
print_embed_styles()
register_rest_route()
rest_api_default_filters()
rest_api_init()
rest_api_loaded()
rest_api_register_rewrites()
rest_cookie_check_errors()
rest_cookie_collect_status()
rest_do_request()
rest_ensure_request()
rest_ensure_response()
rest_get_date_with_gmt()
rest_get_url_prefix()
rest_handle_deprecated_argument()
rest_handle_deprecated_function()
rest_handle_options_request()
rest_output_link_header()
rest_output_link_wp_head()
rest_output_rsd()
rest_parse_date()
rest_send_allow_header()
rest_send_cors_headers()
rest_url()
signup_get_available_languages()
strip_fragment_from_url()
stripslashes_from_strings_only()
the_comments_navigation()
the_comments_pagination()
the_excerpt_embed()
the_header_image_tag()
the_post_thumbnail_url()
update_network_option()
update_term_meta()
update_termmeta_cache()
urldecode_deep()
wp_ajax_delete_inactive_widgets()
wp_ajax_generate_password()
wp_ajax_save_wporg_username()
wp_calculate_image_sizes()
wp_calculate_image_srcset()
wp_embed_excerpt_attachment()
wp_embed_excerpt_attachment()
wp_filter_oembed_result()
wp_get_attachment_image_sizes()
wp_get_attachment_image_srcset()
wp_get_attachment_image_url()
wp_get_document_title()
wp_get_server_protocol()
wp_get_users_with_no_role()
wp_handle_comment_submission()
wp_image_add_srcset_and_sizes()
wp_installing()
wp_is_numeric_array()
wp_make_content_images_responsive()
wp_maybe_decline_date()
wp_new_comment_notify_moderator()
wp_new_comment_notify_postauthor()
wp_oembed_add_discovery_links()
wp_oembed_add_host_js()
wp_oembed_ensure_format()
wp_oembed_register_route()
wp_parse_url()
wp_remote_retrieve_cookie()
wp_remote_retrieve_cookie_value()
wp_remote_retrieve_cookies()
wp_removable_query_args()
wp_rest_server_class()
wp_send_new_user_notifications()
wp_term_is_shared()
Deprecated
wp_get_http()
Actions & Filters
New Actions
after_password_reset
after_signup_site
after_signup_user
attachment_updated
before_signup_header
clean_user_cache
customize_post_value_set
customize_post_value_set_{$setting_id}
delete_plugin
delete_widget
deleted_plugin
edit_user_created_user
embed_content
embed_content_meta
embed_footer
embed_head
enqueue_embed_scripts
invite_user
manage_posts_extra_tablenav
ms_network_not_found
network_site_new_created_user
network_site_users_created_user
network_user_new_created_user
page_attributes_meta_box_template
post_submitbox_minor_actions
pre_auto_update
register_new_user
rest_api_init
wp_add_nav_menu_item
wp_mail_failed
wp_verify_nonce_failed
New Filters
admin_post_thumbnail_size
comment_excerpt_length
comment_form_fields
content_pagination
customize_loaded_components
dashboard_recent_drafts_query_args
dashboard_secondary_items
default_hidden_columns
document_title_parts
document_title_separator
duplicate_comment_id
embed_html
embed_oembed_discover
embed_site_title_html
embed_template
embed_thumbnail_image_shape
embed_thumbnail_image_size
enclosure_links
expiration_of_site_transient_{$transient}
expiration_of_transient_{$transient}
export_wp_filename
feed_links_show_comments_feed
feed_links_show_posts_feed
found_comments_query
get_header_image_tag
get_page_of_comment
get_page_uri
get_post_status
get_role_list
get_sample_permalink
get_terms_defaults
get_{$adjacent}_post_excluded_terms
hidden_columns
illegal_user_logins
image_get_intermediate_size
insert_user_meta
max_srcset_image_width
mejs_settings
nav_menu_item_args
nav_menu_item_title
navigation_markup_template
network_admin_plugin_action_links
network_admin_plugin_action_links_{$plugin_file}
notify_moderator
notify_post_author
oembed_discovery_links
oembed_endpoint_url
oembed_min_max_width
oembed_response_data
old_slug_redirect_url
plugin_action_links
plugin_action_links_{$plugin_file}
post_edit_category_parent_dropdown_args
post_embed_url
postmeta_form_keys
pre_delete_post
pre_get_document_title
pre_get_lastpostmodified
register_post_type_args
register_taxonomy_args
respond_link
rest_url
rest_url_prefix
screen_options_show_submit
show_network_active_plugins
signup_get_available_languages
subdirectory_reserved_names
submenu_file
taxonomy_labels_{$taxonomy}
the_category_list
the_excerpt_embed
update_right_now_text
user_profile_picture_description
users_list_table_query_args
view_mode_post_types
wp_calculate_image_sizes
wp_calculate_image_srcset
wp_dropdown_users_args
wp_http_ixr_client_headers
wp_post_revision_title_expanded
wp_prepare_revision_for_js
wp_theme_editor_filetypes
xmlrpc_chunk_parsing_size
2015-12-27 19:39:57 +01:00
|
|
|
share/ja-wordpress/wp-includes/class-wp-rewrite.php
|
|
|
|
share/ja-wordpress/wp-includes/class-wp-role.php
|
|
|
|
share/ja-wordpress/wp-includes/class-wp-roles.php
|
2019-12-16 17:52:40 +01:00
|
|
|
share/ja-wordpress/wp-includes/class-wp-session-tokens.php
|
|
|
|
share/ja-wordpress/wp-includes/class-wp-simplepie-file.php
|
|
|
|
share/ja-wordpress/wp-includes/class-wp-simplepie-sanitize-kses.php
|
|
|
|
share/ja-wordpress/wp-includes/class-wp-site-query.php
|
2016-04-30 02:16:58 +02:00
|
|
|
share/ja-wordpress/wp-includes/class-wp-site.php
|
Update to 4.4
Changelog:
On December 8, 2015, WordPress Version 4.4, named for jazz musician Clifford Brown, was released to the public. For more information on this enhancement and bug-fix release, read the WordPress Blog, and see the Changelog for 4.4.
For Version 4.4, the database version (db_version in wp_options) changed to 35700, and the Trac revision was 35842.
Highlights
twenty-sixteen-white-desktop-1x.png
New Default Theme - Twenty Sixteen
Modern take on the classic blog design
Flexible header and fun color schemes will make your content shine
Mobile-first and responsive
The Finer Points
responsive-devices-desktop-1x.png
Responsive images:
WordPress now takes a smarter approach to displaying appropriate image sizes on any device, ensuring a perfect fit every time. You don’t need to do anything to your theme, it just works.
wp embed preview.png
Embed your WordPress content:
Now you can embed your posts on other sites, even other WordPress sites. Simply drop a post URL into the editor and see an instant embed preview, complete with the title, excerpt, and featured image if you’ve set one. We’ll even include your site icon and links for comments and sharing.
reverbnation embed.png
Even more embed providers:
In addition to post embeds, WordPress 4.4 also adds support for five new oEmbed providers: Cloudup, Reddit Comments, ReverbNation, Speaker Deck, and VideoPress.
For Developers
REST API infrastructure: Infrastructure for the REST API has been integrated into core, the first part of a multi-stage rollout. Inclusion of core endpoints is targeted for an upcoming release. To get a sneak peek of the core endpoints, and for more information on extending the REST API, check out the official WordPress REST API plugin.
Term meta: Terms now support metadata, just like posts. See add_term_meta(), get_term_meta(), and update_term_meta() for more information.
Comment query improvements: Comment queries now have cache handling to improve performance. New arguments in WP_Comment_Query make crafting robust comment queries simpler.
Term, comment, and network objects: New WP_Term, WP_Comment, and WP_Network objects make interacting with terms, comments, and networks more predictable and intuitive in code.
What's New
General
Developer reference - Improvements to inline code documentation.
i18n support - Improvements to translation strings all over the core.
Admin page headings were adjusted from H3 to H2 tags to reinforce page hierarchy
Improvements to how list tables are displayed on all size screens
Posts
The post/page permalink UI was simplified, linking the permalink and removing the "View" button
Media
Comments
The "View Comment" link was relocated from the Status meta box in the comment-editing screen
Many comment functions can now accept a full object instead of 'comment_ID' to reduce cache/db lookups
Orphaned comments now fall back to the 'edit_posts' capability
Appearance
Site icons will now fall back to the 'full' size URL when the 'thumbnail' size doesn't exist
Users
Install Process
Multisite
The language chooser was added to the new site form on wp-signup.php
Sites may no longer be created with the following reserved slugs: wp-admin, wp-content, wp-includes, or wp-json
Accessibility
Under The Hood
General
Unclosed HTML elements in shortcode attributes were disallowed
HTML was removed from all translatable text strings
Rewrite rules are now flushed on theme switch
Most core classes were moved to their own files
Embeds
Add oEmbed support for Cloudup.
Add oEmbed support for Reddit Comments.
Add oEmbed support for ReverbNation.
Add oEmbed support for Speaker Deck.
Add oEmbed support for VideoPress.
Remove oEmbed support for Blip.
JavaScript
Customizer: Ensure persistence of unchanged active state for controls, sections, and panels
Customizer: Fixed logic for determining the container element when focusing on a panel, section, or control
Customizer: Fixed clearing of a color control's setting by using proper empty value
Bug Fixes
Fail gracefully when checking mapped capabilities against unregistered post types
Visibility was restored for the Tags auto-suggest tooltip in Quick Edit
The $public_only parameter was added to count_user_posts()
Cron: Events are now rejected when the provided $timestamp value is not a valid timestamp
Users with no role are now redirected to the home page on login instead of their profile-editing screen
Multisite
A network can now be retrieved by its ID through WP_Network::get_instance()
A network can now be created or completed by passing arguments to WP_Network
Network-level capabilities were clarified and some long-time bugs were fixed
Classes
What's New
WP_Comment
WP_Comment_Query->$found_comments
WP_Comment_Query->$max_num_pages
WP_Comment_Query->$meta_query_clauses
WP_Comment_Query->$sql_clauses
WP_Comment_Query::fill_descendants()
WP_Comment_Query::get_comment_ids()
WP_Customize_Manager->$autofocus
WP_Customize_Manager->$preview_url
WP_Customize_Manager->$return_url
WP_Customize_Manager::customize_pane_settings()
WP_Customize_Manager::get_autofocus()
WP_Customize_Manager::get_document_title_template()
WP_Customize_Manager::get_preview_url()
WP_Customize_Manager::get_return_url()
WP_Customize_Manager::is_ios()
WP_Customize_Manager::set_autofocus()
WP_Customize_Manager::set_preview_url()
WP_Customize_Manager::set_return_url()
WP_Customize_Setting->$is_multidimensional_aggregated
WP_Customize_Setting->$is_previewed
WP_Customize_Setting::$aggregated_multidimensionals
WP_Customize_Setting::_multidimensional_preview_filter()
WP_Customize_Setting::aggregate_multidimensional()
get_root_value/ WP_Customize_Setting::get_root_value()
id_data/ WP_Customize_Setting::id_data()
set_root_value/ WP_Customize_Setting::set_root_value()
WP_Customize_Widgets::get_widget_control_parts()
WP_Customize_Widgets::is_panel_active()
WP_Filesystem_SSH2::sftp_path()
WP_HTTP_Response
WP_List_Table::get_primary_column()
WP_Locale->$start_of_week
WP_MS_Sites_List_Table::column_id()
WP_MS_Users_List_Table::column_id()
WP_Media_List_Table->$comment_pending_count
WP_Network
WP_Posts_List_Table::get_edit_link()
WP_Query->$is_embed
WP_Query->$updated_comment_meta_cache
WP_Query->$updated_term_meta_cache
WP_Query::is_embed()
WP_Query::lazyload_comment_meta()
WP_Query::lazyload_term_meta()
WP_REST_Request
WP_REST_Response
WP_REST_Server
WP_Screen->$_screen_reader_content
WP_Screen::get_screen_reader_content()
WP_Screen::get_screen_reader_text()
WP_Screen::remove_screen_reader_content()
WP_Screen::render_list_table_columns_preferences()
WP_Screen::render_meta_boxes_preferences()
WP_Screen::render_screen_reader_content()
WP_Screeb::render_view_mode()
WP_Screen::set_screen_reader_content()
WP_Term
>$update WP_Theme
WP_User::__unset()
>$request WP_User_Query
WP_User_Query::fill_query_vars()
WP_Users_List_Table::get_role_list()
WP_Widget_Calendar::$instance
WP_Widget_Tag_Cloud::_get_current_taxonomy()
WP_oEmbed_Controller
wpdb->$termmeta
Deprecated
Functions
What's New
_prime_comment_caches()
add_network_option()
add_term_meta()
delete_network_option()
delete_term_meta()
enqueue_embed_scripts()
get_header_image_tag()
get_html_split_regex()
get_network_option()
get_oembed_endpoint_url()
get_oembed_response_data()
get_oembed_response_data_rich()
get_password_reset_key()
get_post_embed_html()
get_post_embed_url()
get_preview_post_link()
get_rest_url()
get_shortcode_atts_regex()
get_subdirectory_reserved_names()
get_term_meta()
get_the_author_posts_link()
get_the_comments_navigation()
get_the_comments_pagination()
get_the_post_thumbnail_url()
is_embed()
is_post_type_viewable()
is_registered_sidebar()
map_deep()
print_embed_comments_button()
print_embed_scripts()
print_embed_sharing_button()
print_embed_sharing_dialog()
print_embed_styles()
register_rest_route()
rest_api_default_filters()
rest_api_init()
rest_api_loaded()
rest_api_register_rewrites()
rest_cookie_check_errors()
rest_cookie_collect_status()
rest_do_request()
rest_ensure_request()
rest_ensure_response()
rest_get_date_with_gmt()
rest_get_url_prefix()
rest_handle_deprecated_argument()
rest_handle_deprecated_function()
rest_handle_options_request()
rest_output_link_header()
rest_output_link_wp_head()
rest_output_rsd()
rest_parse_date()
rest_send_allow_header()
rest_send_cors_headers()
rest_url()
signup_get_available_languages()
strip_fragment_from_url()
stripslashes_from_strings_only()
the_comments_navigation()
the_comments_pagination()
the_excerpt_embed()
the_header_image_tag()
the_post_thumbnail_url()
update_network_option()
update_term_meta()
update_termmeta_cache()
urldecode_deep()
wp_ajax_delete_inactive_widgets()
wp_ajax_generate_password()
wp_ajax_save_wporg_username()
wp_calculate_image_sizes()
wp_calculate_image_srcset()
wp_embed_excerpt_attachment()
wp_embed_excerpt_attachment()
wp_filter_oembed_result()
wp_get_attachment_image_sizes()
wp_get_attachment_image_srcset()
wp_get_attachment_image_url()
wp_get_document_title()
wp_get_server_protocol()
wp_get_users_with_no_role()
wp_handle_comment_submission()
wp_image_add_srcset_and_sizes()
wp_installing()
wp_is_numeric_array()
wp_make_content_images_responsive()
wp_maybe_decline_date()
wp_new_comment_notify_moderator()
wp_new_comment_notify_postauthor()
wp_oembed_add_discovery_links()
wp_oembed_add_host_js()
wp_oembed_ensure_format()
wp_oembed_register_route()
wp_parse_url()
wp_remote_retrieve_cookie()
wp_remote_retrieve_cookie_value()
wp_remote_retrieve_cookies()
wp_removable_query_args()
wp_rest_server_class()
wp_send_new_user_notifications()
wp_term_is_shared()
Deprecated
wp_get_http()
Actions & Filters
New Actions
after_password_reset
after_signup_site
after_signup_user
attachment_updated
before_signup_header
clean_user_cache
customize_post_value_set
customize_post_value_set_{$setting_id}
delete_plugin
delete_widget
deleted_plugin
edit_user_created_user
embed_content
embed_content_meta
embed_footer
embed_head
enqueue_embed_scripts
invite_user
manage_posts_extra_tablenav
ms_network_not_found
network_site_new_created_user
network_site_users_created_user
network_user_new_created_user
page_attributes_meta_box_template
post_submitbox_minor_actions
pre_auto_update
register_new_user
rest_api_init
wp_add_nav_menu_item
wp_mail_failed
wp_verify_nonce_failed
New Filters
admin_post_thumbnail_size
comment_excerpt_length
comment_form_fields
content_pagination
customize_loaded_components
dashboard_recent_drafts_query_args
dashboard_secondary_items
default_hidden_columns
document_title_parts
document_title_separator
duplicate_comment_id
embed_html
embed_oembed_discover
embed_site_title_html
embed_template
embed_thumbnail_image_shape
embed_thumbnail_image_size
enclosure_links
expiration_of_site_transient_{$transient}
expiration_of_transient_{$transient}
export_wp_filename
feed_links_show_comments_feed
feed_links_show_posts_feed
found_comments_query
get_header_image_tag
get_page_of_comment
get_page_uri
get_post_status
get_role_list
get_sample_permalink
get_terms_defaults
get_{$adjacent}_post_excluded_terms
hidden_columns
illegal_user_logins
image_get_intermediate_size
insert_user_meta
max_srcset_image_width
mejs_settings
nav_menu_item_args
nav_menu_item_title
navigation_markup_template
network_admin_plugin_action_links
network_admin_plugin_action_links_{$plugin_file}
notify_moderator
notify_post_author
oembed_discovery_links
oembed_endpoint_url
oembed_min_max_width
oembed_response_data
old_slug_redirect_url
plugin_action_links
plugin_action_links_{$plugin_file}
post_edit_category_parent_dropdown_args
post_embed_url
postmeta_form_keys
pre_delete_post
pre_get_document_title
pre_get_lastpostmodified
register_post_type_args
register_taxonomy_args
respond_link
rest_url
rest_url_prefix
screen_options_show_submit
show_network_active_plugins
signup_get_available_languages
subdirectory_reserved_names
submenu_file
taxonomy_labels_{$taxonomy}
the_category_list
the_excerpt_embed
update_right_now_text
user_profile_picture_description
users_list_table_query_args
view_mode_post_types
wp_calculate_image_sizes
wp_calculate_image_srcset
wp_dropdown_users_args
wp_http_ixr_client_headers
wp_post_revision_title_expanded
wp_prepare_revision_for_js
wp_theme_editor_filetypes
xmlrpc_chunk_parsing_size
2015-12-27 19:39:57 +01:00
|
|
|
share/ja-wordpress/wp-includes/class-wp-tax-query.php
|
2019-12-16 17:52:40 +01:00
|
|
|
share/ja-wordpress/wp-includes/class-wp-taxonomy.php
|
|
|
|
share/ja-wordpress/wp-includes/class-wp-term-query.php
|
Update to 4.4
Changelog:
On December 8, 2015, WordPress Version 4.4, named for jazz musician Clifford Brown, was released to the public. For more information on this enhancement and bug-fix release, read the WordPress Blog, and see the Changelog for 4.4.
For Version 4.4, the database version (db_version in wp_options) changed to 35700, and the Trac revision was 35842.
Highlights
twenty-sixteen-white-desktop-1x.png
New Default Theme - Twenty Sixteen
Modern take on the classic blog design
Flexible header and fun color schemes will make your content shine
Mobile-first and responsive
The Finer Points
responsive-devices-desktop-1x.png
Responsive images:
WordPress now takes a smarter approach to displaying appropriate image sizes on any device, ensuring a perfect fit every time. You don’t need to do anything to your theme, it just works.
wp embed preview.png
Embed your WordPress content:
Now you can embed your posts on other sites, even other WordPress sites. Simply drop a post URL into the editor and see an instant embed preview, complete with the title, excerpt, and featured image if you’ve set one. We’ll even include your site icon and links for comments and sharing.
reverbnation embed.png
Even more embed providers:
In addition to post embeds, WordPress 4.4 also adds support for five new oEmbed providers: Cloudup, Reddit Comments, ReverbNation, Speaker Deck, and VideoPress.
For Developers
REST API infrastructure: Infrastructure for the REST API has been integrated into core, the first part of a multi-stage rollout. Inclusion of core endpoints is targeted for an upcoming release. To get a sneak peek of the core endpoints, and for more information on extending the REST API, check out the official WordPress REST API plugin.
Term meta: Terms now support metadata, just like posts. See add_term_meta(), get_term_meta(), and update_term_meta() for more information.
Comment query improvements: Comment queries now have cache handling to improve performance. New arguments in WP_Comment_Query make crafting robust comment queries simpler.
Term, comment, and network objects: New WP_Term, WP_Comment, and WP_Network objects make interacting with terms, comments, and networks more predictable and intuitive in code.
What's New
General
Developer reference - Improvements to inline code documentation.
i18n support - Improvements to translation strings all over the core.
Admin page headings were adjusted from H3 to H2 tags to reinforce page hierarchy
Improvements to how list tables are displayed on all size screens
Posts
The post/page permalink UI was simplified, linking the permalink and removing the "View" button
Media
Comments
The "View Comment" link was relocated from the Status meta box in the comment-editing screen
Many comment functions can now accept a full object instead of 'comment_ID' to reduce cache/db lookups
Orphaned comments now fall back to the 'edit_posts' capability
Appearance
Site icons will now fall back to the 'full' size URL when the 'thumbnail' size doesn't exist
Users
Install Process
Multisite
The language chooser was added to the new site form on wp-signup.php
Sites may no longer be created with the following reserved slugs: wp-admin, wp-content, wp-includes, or wp-json
Accessibility
Under The Hood
General
Unclosed HTML elements in shortcode attributes were disallowed
HTML was removed from all translatable text strings
Rewrite rules are now flushed on theme switch
Most core classes were moved to their own files
Embeds
Add oEmbed support for Cloudup.
Add oEmbed support for Reddit Comments.
Add oEmbed support for ReverbNation.
Add oEmbed support for Speaker Deck.
Add oEmbed support for VideoPress.
Remove oEmbed support for Blip.
JavaScript
Customizer: Ensure persistence of unchanged active state for controls, sections, and panels
Customizer: Fixed logic for determining the container element when focusing on a panel, section, or control
Customizer: Fixed clearing of a color control's setting by using proper empty value
Bug Fixes
Fail gracefully when checking mapped capabilities against unregistered post types
Visibility was restored for the Tags auto-suggest tooltip in Quick Edit
The $public_only parameter was added to count_user_posts()
Cron: Events are now rejected when the provided $timestamp value is not a valid timestamp
Users with no role are now redirected to the home page on login instead of their profile-editing screen
Multisite
A network can now be retrieved by its ID through WP_Network::get_instance()
A network can now be created or completed by passing arguments to WP_Network
Network-level capabilities were clarified and some long-time bugs were fixed
Classes
What's New
WP_Comment
WP_Comment_Query->$found_comments
WP_Comment_Query->$max_num_pages
WP_Comment_Query->$meta_query_clauses
WP_Comment_Query->$sql_clauses
WP_Comment_Query::fill_descendants()
WP_Comment_Query::get_comment_ids()
WP_Customize_Manager->$autofocus
WP_Customize_Manager->$preview_url
WP_Customize_Manager->$return_url
WP_Customize_Manager::customize_pane_settings()
WP_Customize_Manager::get_autofocus()
WP_Customize_Manager::get_document_title_template()
WP_Customize_Manager::get_preview_url()
WP_Customize_Manager::get_return_url()
WP_Customize_Manager::is_ios()
WP_Customize_Manager::set_autofocus()
WP_Customize_Manager::set_preview_url()
WP_Customize_Manager::set_return_url()
WP_Customize_Setting->$is_multidimensional_aggregated
WP_Customize_Setting->$is_previewed
WP_Customize_Setting::$aggregated_multidimensionals
WP_Customize_Setting::_multidimensional_preview_filter()
WP_Customize_Setting::aggregate_multidimensional()
get_root_value/ WP_Customize_Setting::get_root_value()
id_data/ WP_Customize_Setting::id_data()
set_root_value/ WP_Customize_Setting::set_root_value()
WP_Customize_Widgets::get_widget_control_parts()
WP_Customize_Widgets::is_panel_active()
WP_Filesystem_SSH2::sftp_path()
WP_HTTP_Response
WP_List_Table::get_primary_column()
WP_Locale->$start_of_week
WP_MS_Sites_List_Table::column_id()
WP_MS_Users_List_Table::column_id()
WP_Media_List_Table->$comment_pending_count
WP_Network
WP_Posts_List_Table::get_edit_link()
WP_Query->$is_embed
WP_Query->$updated_comment_meta_cache
WP_Query->$updated_term_meta_cache
WP_Query::is_embed()
WP_Query::lazyload_comment_meta()
WP_Query::lazyload_term_meta()
WP_REST_Request
WP_REST_Response
WP_REST_Server
WP_Screen->$_screen_reader_content
WP_Screen::get_screen_reader_content()
WP_Screen::get_screen_reader_text()
WP_Screen::remove_screen_reader_content()
WP_Screen::render_list_table_columns_preferences()
WP_Screen::render_meta_boxes_preferences()
WP_Screen::render_screen_reader_content()
WP_Screeb::render_view_mode()
WP_Screen::set_screen_reader_content()
WP_Term
>$update WP_Theme
WP_User::__unset()
>$request WP_User_Query
WP_User_Query::fill_query_vars()
WP_Users_List_Table::get_role_list()
WP_Widget_Calendar::$instance
WP_Widget_Tag_Cloud::_get_current_taxonomy()
WP_oEmbed_Controller
wpdb->$termmeta
Deprecated
Functions
What's New
_prime_comment_caches()
add_network_option()
add_term_meta()
delete_network_option()
delete_term_meta()
enqueue_embed_scripts()
get_header_image_tag()
get_html_split_regex()
get_network_option()
get_oembed_endpoint_url()
get_oembed_response_data()
get_oembed_response_data_rich()
get_password_reset_key()
get_post_embed_html()
get_post_embed_url()
get_preview_post_link()
get_rest_url()
get_shortcode_atts_regex()
get_subdirectory_reserved_names()
get_term_meta()
get_the_author_posts_link()
get_the_comments_navigation()
get_the_comments_pagination()
get_the_post_thumbnail_url()
is_embed()
is_post_type_viewable()
is_registered_sidebar()
map_deep()
print_embed_comments_button()
print_embed_scripts()
print_embed_sharing_button()
print_embed_sharing_dialog()
print_embed_styles()
register_rest_route()
rest_api_default_filters()
rest_api_init()
rest_api_loaded()
rest_api_register_rewrites()
rest_cookie_check_errors()
rest_cookie_collect_status()
rest_do_request()
rest_ensure_request()
rest_ensure_response()
rest_get_date_with_gmt()
rest_get_url_prefix()
rest_handle_deprecated_argument()
rest_handle_deprecated_function()
rest_handle_options_request()
rest_output_link_header()
rest_output_link_wp_head()
rest_output_rsd()
rest_parse_date()
rest_send_allow_header()
rest_send_cors_headers()
rest_url()
signup_get_available_languages()
strip_fragment_from_url()
stripslashes_from_strings_only()
the_comments_navigation()
the_comments_pagination()
the_excerpt_embed()
the_header_image_tag()
the_post_thumbnail_url()
update_network_option()
update_term_meta()
update_termmeta_cache()
urldecode_deep()
wp_ajax_delete_inactive_widgets()
wp_ajax_generate_password()
wp_ajax_save_wporg_username()
wp_calculate_image_sizes()
wp_calculate_image_srcset()
wp_embed_excerpt_attachment()
wp_embed_excerpt_attachment()
wp_filter_oembed_result()
wp_get_attachment_image_sizes()
wp_get_attachment_image_srcset()
wp_get_attachment_image_url()
wp_get_document_title()
wp_get_server_protocol()
wp_get_users_with_no_role()
wp_handle_comment_submission()
wp_image_add_srcset_and_sizes()
wp_installing()
wp_is_numeric_array()
wp_make_content_images_responsive()
wp_maybe_decline_date()
wp_new_comment_notify_moderator()
wp_new_comment_notify_postauthor()
wp_oembed_add_discovery_links()
wp_oembed_add_host_js()
wp_oembed_ensure_format()
wp_oembed_register_route()
wp_parse_url()
wp_remote_retrieve_cookie()
wp_remote_retrieve_cookie_value()
wp_remote_retrieve_cookies()
wp_removable_query_args()
wp_rest_server_class()
wp_send_new_user_notifications()
wp_term_is_shared()
Deprecated
wp_get_http()
Actions & Filters
New Actions
after_password_reset
after_signup_site
after_signup_user
attachment_updated
before_signup_header
clean_user_cache
customize_post_value_set
customize_post_value_set_{$setting_id}
delete_plugin
delete_widget
deleted_plugin
edit_user_created_user
embed_content
embed_content_meta
embed_footer
embed_head
enqueue_embed_scripts
invite_user
manage_posts_extra_tablenav
ms_network_not_found
network_site_new_created_user
network_site_users_created_user
network_user_new_created_user
page_attributes_meta_box_template
post_submitbox_minor_actions
pre_auto_update
register_new_user
rest_api_init
wp_add_nav_menu_item
wp_mail_failed
wp_verify_nonce_failed
New Filters
admin_post_thumbnail_size
comment_excerpt_length
comment_form_fields
content_pagination
customize_loaded_components
dashboard_recent_drafts_query_args
dashboard_secondary_items
default_hidden_columns
document_title_parts
document_title_separator
duplicate_comment_id
embed_html
embed_oembed_discover
embed_site_title_html
embed_template
embed_thumbnail_image_shape
embed_thumbnail_image_size
enclosure_links
expiration_of_site_transient_{$transient}
expiration_of_transient_{$transient}
export_wp_filename
feed_links_show_comments_feed
feed_links_show_posts_feed
found_comments_query
get_header_image_tag
get_page_of_comment
get_page_uri
get_post_status
get_role_list
get_sample_permalink
get_terms_defaults
get_{$adjacent}_post_excluded_terms
hidden_columns
illegal_user_logins
image_get_intermediate_size
insert_user_meta
max_srcset_image_width
mejs_settings
nav_menu_item_args
nav_menu_item_title
navigation_markup_template
network_admin_plugin_action_links
network_admin_plugin_action_links_{$plugin_file}
notify_moderator
notify_post_author
oembed_discovery_links
oembed_endpoint_url
oembed_min_max_width
oembed_response_data
old_slug_redirect_url
plugin_action_links
plugin_action_links_{$plugin_file}
post_edit_category_parent_dropdown_args
post_embed_url
postmeta_form_keys
pre_delete_post
pre_get_document_title
pre_get_lastpostmodified
register_post_type_args
register_taxonomy_args
respond_link
rest_url
rest_url_prefix
screen_options_show_submit
show_network_active_plugins
signup_get_available_languages
subdirectory_reserved_names
submenu_file
taxonomy_labels_{$taxonomy}
the_category_list
the_excerpt_embed
update_right_now_text
user_profile_picture_description
users_list_table_query_args
view_mode_post_types
wp_calculate_image_sizes
wp_calculate_image_srcset
wp_dropdown_users_args
wp_http_ixr_client_headers
wp_post_revision_title_expanded
wp_prepare_revision_for_js
wp_theme_editor_filetypes
xmlrpc_chunk_parsing_size
2015-12-27 19:39:57 +01:00
|
|
|
share/ja-wordpress/wp-includes/class-wp-term.php
|
2019-12-16 17:52:40 +01:00
|
|
|
share/ja-wordpress/wp-includes/class-wp-text-diff-renderer-inline.php
|
|
|
|
share/ja-wordpress/wp-includes/class-wp-text-diff-renderer-table.php
|
2013-11-10 12:13:08 +01:00
|
|
|
share/ja-wordpress/wp-includes/class-wp-theme.php
|
2019-12-16 17:52:40 +01:00
|
|
|
share/ja-wordpress/wp-includes/class-wp-user-meta-session-tokens.php
|
Update to 4.4
Changelog:
On December 8, 2015, WordPress Version 4.4, named for jazz musician Clifford Brown, was released to the public. For more information on this enhancement and bug-fix release, read the WordPress Blog, and see the Changelog for 4.4.
For Version 4.4, the database version (db_version in wp_options) changed to 35700, and the Trac revision was 35842.
Highlights
twenty-sixteen-white-desktop-1x.png
New Default Theme - Twenty Sixteen
Modern take on the classic blog design
Flexible header and fun color schemes will make your content shine
Mobile-first and responsive
The Finer Points
responsive-devices-desktop-1x.png
Responsive images:
WordPress now takes a smarter approach to displaying appropriate image sizes on any device, ensuring a perfect fit every time. You don’t need to do anything to your theme, it just works.
wp embed preview.png
Embed your WordPress content:
Now you can embed your posts on other sites, even other WordPress sites. Simply drop a post URL into the editor and see an instant embed preview, complete with the title, excerpt, and featured image if you’ve set one. We’ll even include your site icon and links for comments and sharing.
reverbnation embed.png
Even more embed providers:
In addition to post embeds, WordPress 4.4 also adds support for five new oEmbed providers: Cloudup, Reddit Comments, ReverbNation, Speaker Deck, and VideoPress.
For Developers
REST API infrastructure: Infrastructure for the REST API has been integrated into core, the first part of a multi-stage rollout. Inclusion of core endpoints is targeted for an upcoming release. To get a sneak peek of the core endpoints, and for more information on extending the REST API, check out the official WordPress REST API plugin.
Term meta: Terms now support metadata, just like posts. See add_term_meta(), get_term_meta(), and update_term_meta() for more information.
Comment query improvements: Comment queries now have cache handling to improve performance. New arguments in WP_Comment_Query make crafting robust comment queries simpler.
Term, comment, and network objects: New WP_Term, WP_Comment, and WP_Network objects make interacting with terms, comments, and networks more predictable and intuitive in code.
What's New
General
Developer reference - Improvements to inline code documentation.
i18n support - Improvements to translation strings all over the core.
Admin page headings were adjusted from H3 to H2 tags to reinforce page hierarchy
Improvements to how list tables are displayed on all size screens
Posts
The post/page permalink UI was simplified, linking the permalink and removing the "View" button
Media
Comments
The "View Comment" link was relocated from the Status meta box in the comment-editing screen
Many comment functions can now accept a full object instead of 'comment_ID' to reduce cache/db lookups
Orphaned comments now fall back to the 'edit_posts' capability
Appearance
Site icons will now fall back to the 'full' size URL when the 'thumbnail' size doesn't exist
Users
Install Process
Multisite
The language chooser was added to the new site form on wp-signup.php
Sites may no longer be created with the following reserved slugs: wp-admin, wp-content, wp-includes, or wp-json
Accessibility
Under The Hood
General
Unclosed HTML elements in shortcode attributes were disallowed
HTML was removed from all translatable text strings
Rewrite rules are now flushed on theme switch
Most core classes were moved to their own files
Embeds
Add oEmbed support for Cloudup.
Add oEmbed support for Reddit Comments.
Add oEmbed support for ReverbNation.
Add oEmbed support for Speaker Deck.
Add oEmbed support for VideoPress.
Remove oEmbed support for Blip.
JavaScript
Customizer: Ensure persistence of unchanged active state for controls, sections, and panels
Customizer: Fixed logic for determining the container element when focusing on a panel, section, or control
Customizer: Fixed clearing of a color control's setting by using proper empty value
Bug Fixes
Fail gracefully when checking mapped capabilities against unregistered post types
Visibility was restored for the Tags auto-suggest tooltip in Quick Edit
The $public_only parameter was added to count_user_posts()
Cron: Events are now rejected when the provided $timestamp value is not a valid timestamp
Users with no role are now redirected to the home page on login instead of their profile-editing screen
Multisite
A network can now be retrieved by its ID through WP_Network::get_instance()
A network can now be created or completed by passing arguments to WP_Network
Network-level capabilities were clarified and some long-time bugs were fixed
Classes
What's New
WP_Comment
WP_Comment_Query->$found_comments
WP_Comment_Query->$max_num_pages
WP_Comment_Query->$meta_query_clauses
WP_Comment_Query->$sql_clauses
WP_Comment_Query::fill_descendants()
WP_Comment_Query::get_comment_ids()
WP_Customize_Manager->$autofocus
WP_Customize_Manager->$preview_url
WP_Customize_Manager->$return_url
WP_Customize_Manager::customize_pane_settings()
WP_Customize_Manager::get_autofocus()
WP_Customize_Manager::get_document_title_template()
WP_Customize_Manager::get_preview_url()
WP_Customize_Manager::get_return_url()
WP_Customize_Manager::is_ios()
WP_Customize_Manager::set_autofocus()
WP_Customize_Manager::set_preview_url()
WP_Customize_Manager::set_return_url()
WP_Customize_Setting->$is_multidimensional_aggregated
WP_Customize_Setting->$is_previewed
WP_Customize_Setting::$aggregated_multidimensionals
WP_Customize_Setting::_multidimensional_preview_filter()
WP_Customize_Setting::aggregate_multidimensional()
get_root_value/ WP_Customize_Setting::get_root_value()
id_data/ WP_Customize_Setting::id_data()
set_root_value/ WP_Customize_Setting::set_root_value()
WP_Customize_Widgets::get_widget_control_parts()
WP_Customize_Widgets::is_panel_active()
WP_Filesystem_SSH2::sftp_path()
WP_HTTP_Response
WP_List_Table::get_primary_column()
WP_Locale->$start_of_week
WP_MS_Sites_List_Table::column_id()
WP_MS_Users_List_Table::column_id()
WP_Media_List_Table->$comment_pending_count
WP_Network
WP_Posts_List_Table::get_edit_link()
WP_Query->$is_embed
WP_Query->$updated_comment_meta_cache
WP_Query->$updated_term_meta_cache
WP_Query::is_embed()
WP_Query::lazyload_comment_meta()
WP_Query::lazyload_term_meta()
WP_REST_Request
WP_REST_Response
WP_REST_Server
WP_Screen->$_screen_reader_content
WP_Screen::get_screen_reader_content()
WP_Screen::get_screen_reader_text()
WP_Screen::remove_screen_reader_content()
WP_Screen::render_list_table_columns_preferences()
WP_Screen::render_meta_boxes_preferences()
WP_Screen::render_screen_reader_content()
WP_Screeb::render_view_mode()
WP_Screen::set_screen_reader_content()
WP_Term
>$update WP_Theme
WP_User::__unset()
>$request WP_User_Query
WP_User_Query::fill_query_vars()
WP_Users_List_Table::get_role_list()
WP_Widget_Calendar::$instance
WP_Widget_Tag_Cloud::_get_current_taxonomy()
WP_oEmbed_Controller
wpdb->$termmeta
Deprecated
Functions
What's New
_prime_comment_caches()
add_network_option()
add_term_meta()
delete_network_option()
delete_term_meta()
enqueue_embed_scripts()
get_header_image_tag()
get_html_split_regex()
get_network_option()
get_oembed_endpoint_url()
get_oembed_response_data()
get_oembed_response_data_rich()
get_password_reset_key()
get_post_embed_html()
get_post_embed_url()
get_preview_post_link()
get_rest_url()
get_shortcode_atts_regex()
get_subdirectory_reserved_names()
get_term_meta()
get_the_author_posts_link()
get_the_comments_navigation()
get_the_comments_pagination()
get_the_post_thumbnail_url()
is_embed()
is_post_type_viewable()
is_registered_sidebar()
map_deep()
print_embed_comments_button()
print_embed_scripts()
print_embed_sharing_button()
print_embed_sharing_dialog()
print_embed_styles()
register_rest_route()
rest_api_default_filters()
rest_api_init()
rest_api_loaded()
rest_api_register_rewrites()
rest_cookie_check_errors()
rest_cookie_collect_status()
rest_do_request()
rest_ensure_request()
rest_ensure_response()
rest_get_date_with_gmt()
rest_get_url_prefix()
rest_handle_deprecated_argument()
rest_handle_deprecated_function()
rest_handle_options_request()
rest_output_link_header()
rest_output_link_wp_head()
rest_output_rsd()
rest_parse_date()
rest_send_allow_header()
rest_send_cors_headers()
rest_url()
signup_get_available_languages()
strip_fragment_from_url()
stripslashes_from_strings_only()
the_comments_navigation()
the_comments_pagination()
the_excerpt_embed()
the_header_image_tag()
the_post_thumbnail_url()
update_network_option()
update_term_meta()
update_termmeta_cache()
urldecode_deep()
wp_ajax_delete_inactive_widgets()
wp_ajax_generate_password()
wp_ajax_save_wporg_username()
wp_calculate_image_sizes()
wp_calculate_image_srcset()
wp_embed_excerpt_attachment()
wp_embed_excerpt_attachment()
wp_filter_oembed_result()
wp_get_attachment_image_sizes()
wp_get_attachment_image_srcset()
wp_get_attachment_image_url()
wp_get_document_title()
wp_get_server_protocol()
wp_get_users_with_no_role()
wp_handle_comment_submission()
wp_image_add_srcset_and_sizes()
wp_installing()
wp_is_numeric_array()
wp_make_content_images_responsive()
wp_maybe_decline_date()
wp_new_comment_notify_moderator()
wp_new_comment_notify_postauthor()
wp_oembed_add_discovery_links()
wp_oembed_add_host_js()
wp_oembed_ensure_format()
wp_oembed_register_route()
wp_parse_url()
wp_remote_retrieve_cookie()
wp_remote_retrieve_cookie_value()
wp_remote_retrieve_cookies()
wp_removable_query_args()
wp_rest_server_class()
wp_send_new_user_notifications()
wp_term_is_shared()
Deprecated
wp_get_http()
Actions & Filters
New Actions
after_password_reset
after_signup_site
after_signup_user
attachment_updated
before_signup_header
clean_user_cache
customize_post_value_set
customize_post_value_set_{$setting_id}
delete_plugin
delete_widget
deleted_plugin
edit_user_created_user
embed_content
embed_content_meta
embed_footer
embed_head
enqueue_embed_scripts
invite_user
manage_posts_extra_tablenav
ms_network_not_found
network_site_new_created_user
network_site_users_created_user
network_user_new_created_user
page_attributes_meta_box_template
post_submitbox_minor_actions
pre_auto_update
register_new_user
rest_api_init
wp_add_nav_menu_item
wp_mail_failed
wp_verify_nonce_failed
New Filters
admin_post_thumbnail_size
comment_excerpt_length
comment_form_fields
content_pagination
customize_loaded_components
dashboard_recent_drafts_query_args
dashboard_secondary_items
default_hidden_columns
document_title_parts
document_title_separator
duplicate_comment_id
embed_html
embed_oembed_discover
embed_site_title_html
embed_template
embed_thumbnail_image_shape
embed_thumbnail_image_size
enclosure_links
expiration_of_site_transient_{$transient}
expiration_of_transient_{$transient}
export_wp_filename
feed_links_show_comments_feed
feed_links_show_posts_feed
found_comments_query
get_header_image_tag
get_page_of_comment
get_page_uri
get_post_status
get_role_list
get_sample_permalink
get_terms_defaults
get_{$adjacent}_post_excluded_terms
hidden_columns
illegal_user_logins
image_get_intermediate_size
insert_user_meta
max_srcset_image_width
mejs_settings
nav_menu_item_args
nav_menu_item_title
navigation_markup_template
network_admin_plugin_action_links
network_admin_plugin_action_links_{$plugin_file}
notify_moderator
notify_post_author
oembed_discovery_links
oembed_endpoint_url
oembed_min_max_width
oembed_response_data
old_slug_redirect_url
plugin_action_links
plugin_action_links_{$plugin_file}
post_edit_category_parent_dropdown_args
post_embed_url
postmeta_form_keys
pre_delete_post
pre_get_document_title
pre_get_lastpostmodified
register_post_type_args
register_taxonomy_args
respond_link
rest_url
rest_url_prefix
screen_options_show_submit
show_network_active_plugins
signup_get_available_languages
subdirectory_reserved_names
submenu_file
taxonomy_labels_{$taxonomy}
the_category_list
the_excerpt_embed
update_right_now_text
user_profile_picture_description
users_list_table_query_args
view_mode_post_types
wp_calculate_image_sizes
wp_calculate_image_srcset
wp_dropdown_users_args
wp_http_ixr_client_headers
wp_post_revision_title_expanded
wp_prepare_revision_for_js
wp_theme_editor_filetypes
xmlrpc_chunk_parsing_size
2015-12-27 19:39:57 +01:00
|
|
|
share/ja-wordpress/wp-includes/class-wp-user-query.php
|
2019-12-16 17:52:40 +01:00
|
|
|
share/ja-wordpress/wp-includes/class-wp-user-request.php
|
Update to 4.4
Changelog:
On December 8, 2015, WordPress Version 4.4, named for jazz musician Clifford Brown, was released to the public. For more information on this enhancement and bug-fix release, read the WordPress Blog, and see the Changelog for 4.4.
For Version 4.4, the database version (db_version in wp_options) changed to 35700, and the Trac revision was 35842.
Highlights
twenty-sixteen-white-desktop-1x.png
New Default Theme - Twenty Sixteen
Modern take on the classic blog design
Flexible header and fun color schemes will make your content shine
Mobile-first and responsive
The Finer Points
responsive-devices-desktop-1x.png
Responsive images:
WordPress now takes a smarter approach to displaying appropriate image sizes on any device, ensuring a perfect fit every time. You don’t need to do anything to your theme, it just works.
wp embed preview.png
Embed your WordPress content:
Now you can embed your posts on other sites, even other WordPress sites. Simply drop a post URL into the editor and see an instant embed preview, complete with the title, excerpt, and featured image if you’ve set one. We’ll even include your site icon and links for comments and sharing.
reverbnation embed.png
Even more embed providers:
In addition to post embeds, WordPress 4.4 also adds support for five new oEmbed providers: Cloudup, Reddit Comments, ReverbNation, Speaker Deck, and VideoPress.
For Developers
REST API infrastructure: Infrastructure for the REST API has been integrated into core, the first part of a multi-stage rollout. Inclusion of core endpoints is targeted for an upcoming release. To get a sneak peek of the core endpoints, and for more information on extending the REST API, check out the official WordPress REST API plugin.
Term meta: Terms now support metadata, just like posts. See add_term_meta(), get_term_meta(), and update_term_meta() for more information.
Comment query improvements: Comment queries now have cache handling to improve performance. New arguments in WP_Comment_Query make crafting robust comment queries simpler.
Term, comment, and network objects: New WP_Term, WP_Comment, and WP_Network objects make interacting with terms, comments, and networks more predictable and intuitive in code.
What's New
General
Developer reference - Improvements to inline code documentation.
i18n support - Improvements to translation strings all over the core.
Admin page headings were adjusted from H3 to H2 tags to reinforce page hierarchy
Improvements to how list tables are displayed on all size screens
Posts
The post/page permalink UI was simplified, linking the permalink and removing the "View" button
Media
Comments
The "View Comment" link was relocated from the Status meta box in the comment-editing screen
Many comment functions can now accept a full object instead of 'comment_ID' to reduce cache/db lookups
Orphaned comments now fall back to the 'edit_posts' capability
Appearance
Site icons will now fall back to the 'full' size URL when the 'thumbnail' size doesn't exist
Users
Install Process
Multisite
The language chooser was added to the new site form on wp-signup.php
Sites may no longer be created with the following reserved slugs: wp-admin, wp-content, wp-includes, or wp-json
Accessibility
Under The Hood
General
Unclosed HTML elements in shortcode attributes were disallowed
HTML was removed from all translatable text strings
Rewrite rules are now flushed on theme switch
Most core classes were moved to their own files
Embeds
Add oEmbed support for Cloudup.
Add oEmbed support for Reddit Comments.
Add oEmbed support for ReverbNation.
Add oEmbed support for Speaker Deck.
Add oEmbed support for VideoPress.
Remove oEmbed support for Blip.
JavaScript
Customizer: Ensure persistence of unchanged active state for controls, sections, and panels
Customizer: Fixed logic for determining the container element when focusing on a panel, section, or control
Customizer: Fixed clearing of a color control's setting by using proper empty value
Bug Fixes
Fail gracefully when checking mapped capabilities against unregistered post types
Visibility was restored for the Tags auto-suggest tooltip in Quick Edit
The $public_only parameter was added to count_user_posts()
Cron: Events are now rejected when the provided $timestamp value is not a valid timestamp
Users with no role are now redirected to the home page on login instead of their profile-editing screen
Multisite
A network can now be retrieved by its ID through WP_Network::get_instance()
A network can now be created or completed by passing arguments to WP_Network
Network-level capabilities were clarified and some long-time bugs were fixed
Classes
What's New
WP_Comment
WP_Comment_Query->$found_comments
WP_Comment_Query->$max_num_pages
WP_Comment_Query->$meta_query_clauses
WP_Comment_Query->$sql_clauses
WP_Comment_Query::fill_descendants()
WP_Comment_Query::get_comment_ids()
WP_Customize_Manager->$autofocus
WP_Customize_Manager->$preview_url
WP_Customize_Manager->$return_url
WP_Customize_Manager::customize_pane_settings()
WP_Customize_Manager::get_autofocus()
WP_Customize_Manager::get_document_title_template()
WP_Customize_Manager::get_preview_url()
WP_Customize_Manager::get_return_url()
WP_Customize_Manager::is_ios()
WP_Customize_Manager::set_autofocus()
WP_Customize_Manager::set_preview_url()
WP_Customize_Manager::set_return_url()
WP_Customize_Setting->$is_multidimensional_aggregated
WP_Customize_Setting->$is_previewed
WP_Customize_Setting::$aggregated_multidimensionals
WP_Customize_Setting::_multidimensional_preview_filter()
WP_Customize_Setting::aggregate_multidimensional()
get_root_value/ WP_Customize_Setting::get_root_value()
id_data/ WP_Customize_Setting::id_data()
set_root_value/ WP_Customize_Setting::set_root_value()
WP_Customize_Widgets::get_widget_control_parts()
WP_Customize_Widgets::is_panel_active()
WP_Filesystem_SSH2::sftp_path()
WP_HTTP_Response
WP_List_Table::get_primary_column()
WP_Locale->$start_of_week
WP_MS_Sites_List_Table::column_id()
WP_MS_Users_List_Table::column_id()
WP_Media_List_Table->$comment_pending_count
WP_Network
WP_Posts_List_Table::get_edit_link()
WP_Query->$is_embed
WP_Query->$updated_comment_meta_cache
WP_Query->$updated_term_meta_cache
WP_Query::is_embed()
WP_Query::lazyload_comment_meta()
WP_Query::lazyload_term_meta()
WP_REST_Request
WP_REST_Response
WP_REST_Server
WP_Screen->$_screen_reader_content
WP_Screen::get_screen_reader_content()
WP_Screen::get_screen_reader_text()
WP_Screen::remove_screen_reader_content()
WP_Screen::render_list_table_columns_preferences()
WP_Screen::render_meta_boxes_preferences()
WP_Screen::render_screen_reader_content()
WP_Screeb::render_view_mode()
WP_Screen::set_screen_reader_content()
WP_Term
>$update WP_Theme
WP_User::__unset()
>$request WP_User_Query
WP_User_Query::fill_query_vars()
WP_Users_List_Table::get_role_list()
WP_Widget_Calendar::$instance
WP_Widget_Tag_Cloud::_get_current_taxonomy()
WP_oEmbed_Controller
wpdb->$termmeta
Deprecated
Functions
What's New
_prime_comment_caches()
add_network_option()
add_term_meta()
delete_network_option()
delete_term_meta()
enqueue_embed_scripts()
get_header_image_tag()
get_html_split_regex()
get_network_option()
get_oembed_endpoint_url()
get_oembed_response_data()
get_oembed_response_data_rich()
get_password_reset_key()
get_post_embed_html()
get_post_embed_url()
get_preview_post_link()
get_rest_url()
get_shortcode_atts_regex()
get_subdirectory_reserved_names()
get_term_meta()
get_the_author_posts_link()
get_the_comments_navigation()
get_the_comments_pagination()
get_the_post_thumbnail_url()
is_embed()
is_post_type_viewable()
is_registered_sidebar()
map_deep()
print_embed_comments_button()
print_embed_scripts()
print_embed_sharing_button()
print_embed_sharing_dialog()
print_embed_styles()
register_rest_route()
rest_api_default_filters()
rest_api_init()
rest_api_loaded()
rest_api_register_rewrites()
rest_cookie_check_errors()
rest_cookie_collect_status()
rest_do_request()
rest_ensure_request()
rest_ensure_response()
rest_get_date_with_gmt()
rest_get_url_prefix()
rest_handle_deprecated_argument()
rest_handle_deprecated_function()
rest_handle_options_request()
rest_output_link_header()
rest_output_link_wp_head()
rest_output_rsd()
rest_parse_date()
rest_send_allow_header()
rest_send_cors_headers()
rest_url()
signup_get_available_languages()
strip_fragment_from_url()
stripslashes_from_strings_only()
the_comments_navigation()
the_comments_pagination()
the_excerpt_embed()
the_header_image_tag()
the_post_thumbnail_url()
update_network_option()
update_term_meta()
update_termmeta_cache()
urldecode_deep()
wp_ajax_delete_inactive_widgets()
wp_ajax_generate_password()
wp_ajax_save_wporg_username()
wp_calculate_image_sizes()
wp_calculate_image_srcset()
wp_embed_excerpt_attachment()
wp_embed_excerpt_attachment()
wp_filter_oembed_result()
wp_get_attachment_image_sizes()
wp_get_attachment_image_srcset()
wp_get_attachment_image_url()
wp_get_document_title()
wp_get_server_protocol()
wp_get_users_with_no_role()
wp_handle_comment_submission()
wp_image_add_srcset_and_sizes()
wp_installing()
wp_is_numeric_array()
wp_make_content_images_responsive()
wp_maybe_decline_date()
wp_new_comment_notify_moderator()
wp_new_comment_notify_postauthor()
wp_oembed_add_discovery_links()
wp_oembed_add_host_js()
wp_oembed_ensure_format()
wp_oembed_register_route()
wp_parse_url()
wp_remote_retrieve_cookie()
wp_remote_retrieve_cookie_value()
wp_remote_retrieve_cookies()
wp_removable_query_args()
wp_rest_server_class()
wp_send_new_user_notifications()
wp_term_is_shared()
Deprecated
wp_get_http()
Actions & Filters
New Actions
after_password_reset
after_signup_site
after_signup_user
attachment_updated
before_signup_header
clean_user_cache
customize_post_value_set
customize_post_value_set_{$setting_id}
delete_plugin
delete_widget
deleted_plugin
edit_user_created_user
embed_content
embed_content_meta
embed_footer
embed_head
enqueue_embed_scripts
invite_user
manage_posts_extra_tablenav
ms_network_not_found
network_site_new_created_user
network_site_users_created_user
network_user_new_created_user
page_attributes_meta_box_template
post_submitbox_minor_actions
pre_auto_update
register_new_user
rest_api_init
wp_add_nav_menu_item
wp_mail_failed
wp_verify_nonce_failed
New Filters
admin_post_thumbnail_size
comment_excerpt_length
comment_form_fields
content_pagination
customize_loaded_components
dashboard_recent_drafts_query_args
dashboard_secondary_items
default_hidden_columns
document_title_parts
document_title_separator
duplicate_comment_id
embed_html
embed_oembed_discover
embed_site_title_html
embed_template
embed_thumbnail_image_shape
embed_thumbnail_image_size
enclosure_links
expiration_of_site_transient_{$transient}
expiration_of_transient_{$transient}
export_wp_filename
feed_links_show_comments_feed
feed_links_show_posts_feed
found_comments_query
get_header_image_tag
get_page_of_comment
get_page_uri
get_post_status
get_role_list
get_sample_permalink
get_terms_defaults
get_{$adjacent}_post_excluded_terms
hidden_columns
illegal_user_logins
image_get_intermediate_size
insert_user_meta
max_srcset_image_width
mejs_settings
nav_menu_item_args
nav_menu_item_title
navigation_markup_template
network_admin_plugin_action_links
network_admin_plugin_action_links_{$plugin_file}
notify_moderator
notify_post_author
oembed_discovery_links
oembed_endpoint_url
oembed_min_max_width
oembed_response_data
old_slug_redirect_url
plugin_action_links
plugin_action_links_{$plugin_file}
post_edit_category_parent_dropdown_args
post_embed_url
postmeta_form_keys
pre_delete_post
pre_get_document_title
pre_get_lastpostmodified
register_post_type_args
register_taxonomy_args
respond_link
rest_url
rest_url_prefix
screen_options_show_submit
show_network_active_plugins
signup_get_available_languages
subdirectory_reserved_names
submenu_file
taxonomy_labels_{$taxonomy}
the_category_list
the_excerpt_embed
update_right_now_text
user_profile_picture_description
users_list_table_query_args
view_mode_post_types
wp_calculate_image_sizes
wp_calculate_image_srcset
wp_dropdown_users_args
wp_http_ixr_client_headers
wp_post_revision_title_expanded
wp_prepare_revision_for_js
wp_theme_editor_filetypes
xmlrpc_chunk_parsing_size
2015-12-27 19:39:57 +01:00
|
|
|
share/ja-wordpress/wp-includes/class-wp-user.php
|
2013-11-10 12:13:08 +01:00
|
|
|
share/ja-wordpress/wp-includes/class-wp-walker.php
|
Update to 4.4
Changelog:
On December 8, 2015, WordPress Version 4.4, named for jazz musician Clifford Brown, was released to the public. For more information on this enhancement and bug-fix release, read the WordPress Blog, and see the Changelog for 4.4.
For Version 4.4, the database version (db_version in wp_options) changed to 35700, and the Trac revision was 35842.
Highlights
twenty-sixteen-white-desktop-1x.png
New Default Theme - Twenty Sixteen
Modern take on the classic blog design
Flexible header and fun color schemes will make your content shine
Mobile-first and responsive
The Finer Points
responsive-devices-desktop-1x.png
Responsive images:
WordPress now takes a smarter approach to displaying appropriate image sizes on any device, ensuring a perfect fit every time. You don’t need to do anything to your theme, it just works.
wp embed preview.png
Embed your WordPress content:
Now you can embed your posts on other sites, even other WordPress sites. Simply drop a post URL into the editor and see an instant embed preview, complete with the title, excerpt, and featured image if you’ve set one. We’ll even include your site icon and links for comments and sharing.
reverbnation embed.png
Even more embed providers:
In addition to post embeds, WordPress 4.4 also adds support for five new oEmbed providers: Cloudup, Reddit Comments, ReverbNation, Speaker Deck, and VideoPress.
For Developers
REST API infrastructure: Infrastructure for the REST API has been integrated into core, the first part of a multi-stage rollout. Inclusion of core endpoints is targeted for an upcoming release. To get a sneak peek of the core endpoints, and for more information on extending the REST API, check out the official WordPress REST API plugin.
Term meta: Terms now support metadata, just like posts. See add_term_meta(), get_term_meta(), and update_term_meta() for more information.
Comment query improvements: Comment queries now have cache handling to improve performance. New arguments in WP_Comment_Query make crafting robust comment queries simpler.
Term, comment, and network objects: New WP_Term, WP_Comment, and WP_Network objects make interacting with terms, comments, and networks more predictable and intuitive in code.
What's New
General
Developer reference - Improvements to inline code documentation.
i18n support - Improvements to translation strings all over the core.
Admin page headings were adjusted from H3 to H2 tags to reinforce page hierarchy
Improvements to how list tables are displayed on all size screens
Posts
The post/page permalink UI was simplified, linking the permalink and removing the "View" button
Media
Comments
The "View Comment" link was relocated from the Status meta box in the comment-editing screen
Many comment functions can now accept a full object instead of 'comment_ID' to reduce cache/db lookups
Orphaned comments now fall back to the 'edit_posts' capability
Appearance
Site icons will now fall back to the 'full' size URL when the 'thumbnail' size doesn't exist
Users
Install Process
Multisite
The language chooser was added to the new site form on wp-signup.php
Sites may no longer be created with the following reserved slugs: wp-admin, wp-content, wp-includes, or wp-json
Accessibility
Under The Hood
General
Unclosed HTML elements in shortcode attributes were disallowed
HTML was removed from all translatable text strings
Rewrite rules are now flushed on theme switch
Most core classes were moved to their own files
Embeds
Add oEmbed support for Cloudup.
Add oEmbed support for Reddit Comments.
Add oEmbed support for ReverbNation.
Add oEmbed support for Speaker Deck.
Add oEmbed support for VideoPress.
Remove oEmbed support for Blip.
JavaScript
Customizer: Ensure persistence of unchanged active state for controls, sections, and panels
Customizer: Fixed logic for determining the container element when focusing on a panel, section, or control
Customizer: Fixed clearing of a color control's setting by using proper empty value
Bug Fixes
Fail gracefully when checking mapped capabilities against unregistered post types
Visibility was restored for the Tags auto-suggest tooltip in Quick Edit
The $public_only parameter was added to count_user_posts()
Cron: Events are now rejected when the provided $timestamp value is not a valid timestamp
Users with no role are now redirected to the home page on login instead of their profile-editing screen
Multisite
A network can now be retrieved by its ID through WP_Network::get_instance()
A network can now be created or completed by passing arguments to WP_Network
Network-level capabilities were clarified and some long-time bugs were fixed
Classes
What's New
WP_Comment
WP_Comment_Query->$found_comments
WP_Comment_Query->$max_num_pages
WP_Comment_Query->$meta_query_clauses
WP_Comment_Query->$sql_clauses
WP_Comment_Query::fill_descendants()
WP_Comment_Query::get_comment_ids()
WP_Customize_Manager->$autofocus
WP_Customize_Manager->$preview_url
WP_Customize_Manager->$return_url
WP_Customize_Manager::customize_pane_settings()
WP_Customize_Manager::get_autofocus()
WP_Customize_Manager::get_document_title_template()
WP_Customize_Manager::get_preview_url()
WP_Customize_Manager::get_return_url()
WP_Customize_Manager::is_ios()
WP_Customize_Manager::set_autofocus()
WP_Customize_Manager::set_preview_url()
WP_Customize_Manager::set_return_url()
WP_Customize_Setting->$is_multidimensional_aggregated
WP_Customize_Setting->$is_previewed
WP_Customize_Setting::$aggregated_multidimensionals
WP_Customize_Setting::_multidimensional_preview_filter()
WP_Customize_Setting::aggregate_multidimensional()
get_root_value/ WP_Customize_Setting::get_root_value()
id_data/ WP_Customize_Setting::id_data()
set_root_value/ WP_Customize_Setting::set_root_value()
WP_Customize_Widgets::get_widget_control_parts()
WP_Customize_Widgets::is_panel_active()
WP_Filesystem_SSH2::sftp_path()
WP_HTTP_Response
WP_List_Table::get_primary_column()
WP_Locale->$start_of_week
WP_MS_Sites_List_Table::column_id()
WP_MS_Users_List_Table::column_id()
WP_Media_List_Table->$comment_pending_count
WP_Network
WP_Posts_List_Table::get_edit_link()
WP_Query->$is_embed
WP_Query->$updated_comment_meta_cache
WP_Query->$updated_term_meta_cache
WP_Query::is_embed()
WP_Query::lazyload_comment_meta()
WP_Query::lazyload_term_meta()
WP_REST_Request
WP_REST_Response
WP_REST_Server
WP_Screen->$_screen_reader_content
WP_Screen::get_screen_reader_content()
WP_Screen::get_screen_reader_text()
WP_Screen::remove_screen_reader_content()
WP_Screen::render_list_table_columns_preferences()
WP_Screen::render_meta_boxes_preferences()
WP_Screen::render_screen_reader_content()
WP_Screeb::render_view_mode()
WP_Screen::set_screen_reader_content()
WP_Term
>$update WP_Theme
WP_User::__unset()
>$request WP_User_Query
WP_User_Query::fill_query_vars()
WP_Users_List_Table::get_role_list()
WP_Widget_Calendar::$instance
WP_Widget_Tag_Cloud::_get_current_taxonomy()
WP_oEmbed_Controller
wpdb->$termmeta
Deprecated
Functions
What's New
_prime_comment_caches()
add_network_option()
add_term_meta()
delete_network_option()
delete_term_meta()
enqueue_embed_scripts()
get_header_image_tag()
get_html_split_regex()
get_network_option()
get_oembed_endpoint_url()
get_oembed_response_data()
get_oembed_response_data_rich()
get_password_reset_key()
get_post_embed_html()
get_post_embed_url()
get_preview_post_link()
get_rest_url()
get_shortcode_atts_regex()
get_subdirectory_reserved_names()
get_term_meta()
get_the_author_posts_link()
get_the_comments_navigation()
get_the_comments_pagination()
get_the_post_thumbnail_url()
is_embed()
is_post_type_viewable()
is_registered_sidebar()
map_deep()
print_embed_comments_button()
print_embed_scripts()
print_embed_sharing_button()
print_embed_sharing_dialog()
print_embed_styles()
register_rest_route()
rest_api_default_filters()
rest_api_init()
rest_api_loaded()
rest_api_register_rewrites()
rest_cookie_check_errors()
rest_cookie_collect_status()
rest_do_request()
rest_ensure_request()
rest_ensure_response()
rest_get_date_with_gmt()
rest_get_url_prefix()
rest_handle_deprecated_argument()
rest_handle_deprecated_function()
rest_handle_options_request()
rest_output_link_header()
rest_output_link_wp_head()
rest_output_rsd()
rest_parse_date()
rest_send_allow_header()
rest_send_cors_headers()
rest_url()
signup_get_available_languages()
strip_fragment_from_url()
stripslashes_from_strings_only()
the_comments_navigation()
the_comments_pagination()
the_excerpt_embed()
the_header_image_tag()
the_post_thumbnail_url()
update_network_option()
update_term_meta()
update_termmeta_cache()
urldecode_deep()
wp_ajax_delete_inactive_widgets()
wp_ajax_generate_password()
wp_ajax_save_wporg_username()
wp_calculate_image_sizes()
wp_calculate_image_srcset()
wp_embed_excerpt_attachment()
wp_embed_excerpt_attachment()
wp_filter_oembed_result()
wp_get_attachment_image_sizes()
wp_get_attachment_image_srcset()
wp_get_attachment_image_url()
wp_get_document_title()
wp_get_server_protocol()
wp_get_users_with_no_role()
wp_handle_comment_submission()
wp_image_add_srcset_and_sizes()
wp_installing()
wp_is_numeric_array()
wp_make_content_images_responsive()
wp_maybe_decline_date()
wp_new_comment_notify_moderator()
wp_new_comment_notify_postauthor()
wp_oembed_add_discovery_links()
wp_oembed_add_host_js()
wp_oembed_ensure_format()
wp_oembed_register_route()
wp_parse_url()
wp_remote_retrieve_cookie()
wp_remote_retrieve_cookie_value()
wp_remote_retrieve_cookies()
wp_removable_query_args()
wp_rest_server_class()
wp_send_new_user_notifications()
wp_term_is_shared()
Deprecated
wp_get_http()
Actions & Filters
New Actions
after_password_reset
after_signup_site
after_signup_user
attachment_updated
before_signup_header
clean_user_cache
customize_post_value_set
customize_post_value_set_{$setting_id}
delete_plugin
delete_widget
deleted_plugin
edit_user_created_user
embed_content
embed_content_meta
embed_footer
embed_head
enqueue_embed_scripts
invite_user
manage_posts_extra_tablenav
ms_network_not_found
network_site_new_created_user
network_site_users_created_user
network_user_new_created_user
page_attributes_meta_box_template
post_submitbox_minor_actions
pre_auto_update
register_new_user
rest_api_init
wp_add_nav_menu_item
wp_mail_failed
wp_verify_nonce_failed
New Filters
admin_post_thumbnail_size
comment_excerpt_length
comment_form_fields
content_pagination
customize_loaded_components
dashboard_recent_drafts_query_args
dashboard_secondary_items
default_hidden_columns
document_title_parts
document_title_separator
duplicate_comment_id
embed_html
embed_oembed_discover
embed_site_title_html
embed_template
embed_thumbnail_image_shape
embed_thumbnail_image_size
enclosure_links
expiration_of_site_transient_{$transient}
expiration_of_transient_{$transient}
export_wp_filename
feed_links_show_comments_feed
feed_links_show_posts_feed
found_comments_query
get_header_image_tag
get_page_of_comment
get_page_uri
get_post_status
get_role_list
get_sample_permalink
get_terms_defaults
get_{$adjacent}_post_excluded_terms
hidden_columns
illegal_user_logins
image_get_intermediate_size
insert_user_meta
max_srcset_image_width
mejs_settings
nav_menu_item_args
nav_menu_item_title
navigation_markup_template
network_admin_plugin_action_links
network_admin_plugin_action_links_{$plugin_file}
notify_moderator
notify_post_author
oembed_discovery_links
oembed_endpoint_url
oembed_min_max_width
oembed_response_data
old_slug_redirect_url
plugin_action_links
plugin_action_links_{$plugin_file}
post_edit_category_parent_dropdown_args
post_embed_url
postmeta_form_keys
pre_delete_post
pre_get_document_title
pre_get_lastpostmodified
register_post_type_args
register_taxonomy_args
respond_link
rest_url
rest_url_prefix
screen_options_show_submit
show_network_active_plugins
signup_get_available_languages
subdirectory_reserved_names
submenu_file
taxonomy_labels_{$taxonomy}
the_category_list
the_excerpt_embed
update_right_now_text
user_profile_picture_description
users_list_table_query_args
view_mode_post_types
wp_calculate_image_sizes
wp_calculate_image_srcset
wp_dropdown_users_args
wp_http_ixr_client_headers
wp_post_revision_title_expanded
wp_prepare_revision_for_js
wp_theme_editor_filetypes
xmlrpc_chunk_parsing_size
2015-12-27 19:39:57 +01:00
|
|
|
share/ja-wordpress/wp-includes/class-wp-widget-factory.php
|
|
|
|
share/ja-wordpress/wp-includes/class-wp-widget.php
|
2013-11-10 12:13:08 +01:00
|
|
|
share/ja-wordpress/wp-includes/class-wp-xmlrpc-server.php
|
|
|
|
share/ja-wordpress/wp-includes/class-wp.php
|
|
|
|
share/ja-wordpress/wp-includes/class.wp-dependencies.php
|
|
|
|
share/ja-wordpress/wp-includes/class.wp-scripts.php
|
|
|
|
share/ja-wordpress/wp-includes/class.wp-styles.php
|
|
|
|
share/ja-wordpress/wp-includes/comment-template.php
|
|
|
|
share/ja-wordpress/wp-includes/comment.php
|
|
|
|
share/ja-wordpress/wp-includes/compat.php
|
|
|
|
share/ja-wordpress/wp-includes/cron.php
|
|
|
|
share/ja-wordpress/wp-includes/css/admin-bar-rtl.css
|
|
|
|
share/ja-wordpress/wp-includes/css/admin-bar-rtl.min.css
|
|
|
|
share/ja-wordpress/wp-includes/css/admin-bar.css
|
|
|
|
share/ja-wordpress/wp-includes/css/admin-bar.min.css
|
Update to 3.8
Changelog:
For WordPress 3.8 ja
* Update WP Multibyte Patch to 1.9
For WordPress 3.8
Highlights
Introduces a new, modern admin design
A fresh, uncluttered design
Clean typography with Open Sans
Superior contrast and large, comfortable type
Responsive interfaces throughout
Refined, theme management
Smoother, click-to-add widget management
New Default Theme - Twenty Fourteen
Easily create a responsive magazine website with a sleek, modern design.
Feature your favorite homepage content in either a grid or a slider.
Use the three widget areas to customize your website, and change your content's layout with a full-width page template and a contributor page to show off your authors.
For Developers
External Libraries have been updated.
Better RTL support
What's New
General
Replace PNG-based plugins ratings stars with Dashicons for performance gains
Improved help tab text in various screens
Clicking "Check Again" on the Updates screen now provides more immediate feedback
Dashboard
Consolidate several Dashboard widgets to improve readability
Replace the 'Right Now' widget with the new and improved 'At a Glance' widget
Appearance
Introduce 8 new admin color schemes
Improved readability throughout using Open Sans typeface (where supported)
Responsive Toolbar for smaller-screen devices
Leverage Dashicons instead of icon sprites for crisper experience on all resolutions
Big RTL improvements throughout
Make the dashboard more usable on any size device with responsive all the things
Improve the login screen experience for Internet Explorer 8 users
Improve Quick Edit experience for non-English users
Improve the Menus experience for mobile users
Themes
New Default Theme -- Twenty Fourteen
Make it possible to check for any post format assigned to a post with has_post_format()
Better custom background theme support defaults, can now specify 'default-repeat', 'default-position-x', and 'default-attachment' arguments for background images.
Tags for width changed to layout: responsive-layout, fluid-layout, and fixed-layout
New tag: accessibility-ready to denote a theme is aware of accessibility best practices such as color contrast, keyboard navigation, and form/link focus. See WP theme accessibility guidelines.
Theme screenshots' size have increased from 600x450 to 880x 660.
Widgets
New click-to-add interface for adding widgets to sidebars
Improved interface for devices of all resolutions
Better drag-and-drop experience
Accessibility
Make list table row actions keyboard accessible
Improve color contrast throughout the admin
Multisite
Improved performance when deleting users in Multisite
Under The Hood
General
Heartbeat performance and API improvements
A $taxonomy argument was added to each of the adjacent post functions.
Define $is_nginx in vars.php
Apply capital_P_dangit() to the wp_title filter
Make sure ajaxurl is defined in the Customizer
validate_active_plugins() now checks the manage_network_plugins capability instead of is_super_admin()
Allow passing false for the meta_box_cb argument in register_taxonomy() to turn off the meta box display entirely
Make it easier to target video shortcodes by adding a wp-video class to the parent container
Add CSSMin, SASS, CSSJanus, and jsHint to build tools for core development
Bug Fixes
Fix bug where top-level categories were only redirecting if they had no children
Fix bug in wp_get_object_terms() where returned were strings not integers
Fix a bug where passing a null value to meta_query resulted in wonkiness with the comparison operator
Fix "'wp_signups' already exists for query" error after updating a Multisite network
Fix bug in get_bookmarks() caused by missing parentheses
Fix comment_notification_recipients filter behavior so that it is still respected even on comments left by the post author
Fix a date comparison error in dashboard_relative_date()
Fix keyboard accessibility for row actions in list tables.
Fix no-js and accessibility modes in in the Widgets screen
Fix a bug where menus could still be assigned to a non-existent theme location
Silence jQuery Migrate errors in the General settings page
Multisite
Classes
Introduce WP_Screen::remove_option()
Introduce WP_Screen::remove_options()
Introduce WP_Screen::get_options()
Functions
Introduce wp_dashboard_quick_press()
Introduce wp_dashboard_site_activity()
Introduce wp_dashboard_recent_posts()
Introduce wp_dashboard_recent_comments()
Introduce wp_dashboard_primary_output()
Introduce wp_heartbeat_set_suspension()
Introduce wp_star_rating()
Introduce get_theme_update_available()
Introduce wp_prepare_themes_for_js()
Actions & Filters
Actions
Introduce automatic_updates_complete
Filters
Introduce automatic_updates_debug_email
Introduce wp_prepare_themes_for_js
External Libraries
Add a copyright notice to zxcvbn (password strength meter) script
Deprecated
screen_icon()
get_screen_icon()
wp_dashboard_incoming_links_output()
wp_dashboard_secondary_output()
wp_dashboard_incoming_links()
wp_dashboard_incoming_links_control()
wp_dashboard_plugins()
wp_dashboard_primary_control()
wp_dashboard_recent_comments_control()
wp_dashboard_secondary()
wp_dashboard_secondary_control()
no_update_actions()
Miscellaneous
Many unused images were removed from core. See the full list
2013-12-27 23:55:20 +01:00
|
|
|
share/ja-wordpress/wp-includes/css/buttons-rtl.css
|
|
|
|
share/ja-wordpress/wp-includes/css/buttons-rtl.min.css
|
2013-11-10 12:13:08 +01:00
|
|
|
share/ja-wordpress/wp-includes/css/buttons.css
|
|
|
|
share/ja-wordpress/wp-includes/css/buttons.min.css
|
2019-12-16 17:52:40 +01:00
|
|
|
share/ja-wordpress/wp-includes/css/customize-preview-rtl.css
|
|
|
|
share/ja-wordpress/wp-includes/css/customize-preview-rtl.min.css
|
Update to 4.3
Changelog:
Highlights
The Finer Points
Resetting Your Password received attention and 4.3 improves the way that passwords are chosen and changed. You start out with a strong password by default and you are given the option to keep it or choose your own. A password strength meter is available as well as the option to hide your password from prying eyes. You will find the new password interface on the password reset screen and the WordPress install screen. WordPress will no longer send passwords via email and the password reset links will expire in 24 hours. Finally, e-mail notifications will be sent out in the event that an e-mail or password is changed.
Site owners can now manage their site’s favicon on desktop and mobile. Site Icons work out of the box, are theme independent, and do not require theme support.
Multisite Focused Changes
The main change to the Editor is that the content for both Visual and Text editors is prepared/escaped the same (we run the textarea content through the JavaScript wpautop() before initializing TinyMCE).
Comments are now turned off on pages and custom post types by default.
For Developers
Fast previewing changes to Menus in the Customizer
A new theme template has been added to the Template Hierarchy. The singular.php template follows the rules of is_singular and is used for a single post, regardless of post type. It comes in the hierarchy after single.php, page.php, and the variations of each. Themes that used the same code for both of those files (or included one in the other) can now simplify down to the one template.
Changes to Customizer Panels and Sections
New Customizer Media Controls
The Site Icon API is fairly straightforward.
PHP7 is slated for release later this year. One of the changes is that PHP4 style constructors are deprecated. In order to prepare WordPress to support PHP7, these constructors have been deprecated in WordPress core.
Old Distraction Free Writing code has been removed (the code has not been used in the core since 4.1). Plugin authors have had two releases to update their code. If it is essential to your plugin, the files in 4.2 can still be reused and improved.
What's New
General
Posts
Formatting Shortcuts while using visual editor.
Use * or - to start an unordered list.
Use 1. or 1) to start an ordered list.
Use ## for H2 and ### for H3 (etc, through H6).
Use > to transform text into blockquote.
Media
Comments
All new pages that you create will have comments turned off by default.
Appearance
Menus can now be managed with the Customizer, which allows you to see "live" preview changes without changing your site for visitors until you are ready.
Customizer improvements including enhanced accessibility, smoother menu creation and location assignment, and the ability to handle nameless menus.
Take control of another piece of your site with the Site Icon feature. You can now manage your site’s favicon and app icon from the Admin area.
Customize link added in the toolbar to swiftly make changes to your site.
Users
Better Passwords. Password field will be automatically filled with a strong password, while adding new users and resetting the password.
Install Process
Multisite
Accessibility
Under The Hood
General
JavaScript
Bug Fixes
A total of 180 bugs reported against previous versions of WordPress were fixed.
Multisite
Classes
What's New
Customizer API
Introduce WP_Customize_Cropped_Image_Control
Introduce WP_Customize_Manager->$registered_panel_types
Introduce WP_Customize_Manager->$registered_section_types
Introduce WP_Customize_Manager::register_panel_type()
Introduce WP_Customize_Manager::render_panel_templates()
Introduce WP_Customize_Manager::register_section_type()
Introduce WP_Customize_Manager::render_section_templates()
Introduce WP_Customize_Nav_Menu_Auto_Add_Control
Introduce WP_Customize_Nav_Menu_Control
Introduce WP_Customize_Nav_Menu_Item_Control
Introduce WP_Customize_Nav_Menu_Item_Setting
Introduce WP_Customize_Nav_Menu_Location_Control
Introduce WP_Customize_Nav_Menu_Section
Introduce WP_Customize_Nav_Menu_Setting
Introduce WP_Customize_Nav_Menus
Introduce WP_Customize_Nav_Menus_Panel
Introduce WP_Customize_New_Menu_Control
Introduce WP_Customize_New_Menu_Section
Introduce WP_Customize_Panel::print_template()
Introduce WP_Customize_Panel::render_template()
Introduce WP_Customize_Panel::content_template()
Introduce WP_Customize_Section::print_template()
Introduce WP_Customize_Section::render_template()
Introduce WP_Customize_Site_Icon_Control
List Tables
Introduce WP_Links_List_Table::get_default_primary_column_name()
Introduce WP_Links_List_Table::column_cb()
Introduce WP_Links_List_Table::column_name()
Introduce WP_Links_List_Table::column_url()
Introduce WP_Links_List_Table::column_categories()
Introduce WP_Links_List_Table::column_rel()
Introduce WP_Links_List_Table::column_visible()
Introduce WP_Links_List_Table::column_rating()
Introduce WP_Links_List_Table::column_default()
Introduce WP_Links_List_Table::handle_row_actions()
Introduce WP_List_Table::get_default_primary_column_name()
Introduce WP_List_Table::get_primary_column_name()
Introduce WP_List_Table::handle_row_actions()
Introduce WP_Media_List_Table::column_cb()
Introduce WP_Media_List_Table::column_title()
Introduce WP_Media_List_Table::column_author()
Introduce WP_Media_List_Table::column_desc()
Introduce WP_Media_List_Table::column_date()
Introduce WP_Media_List_Table::column_parent()
Introduce WP_Media_List_Table::column_comments()
Introduce WP_Media_List_Table::column_default()
Introduce WP_Media_List_Table::get_default_primary_column_name()
Introduce WP_Media_List_Table::handle_row_actions()
Introduce WP_MS_Sites_List_Table->$status_list
Introduce WP_MS_Sites_List_Table::column_cb()
Introduce WP_MS_Sites_List_Table::column_blogname()
Introduce WP_MS_Sites_List_Table::column_lastupdated()
Introduce WP_MS_Sites_List_Table::column_registered()
Introduce WP_MS_Sites_List_Table::column_users()
Introduce WP_MS_Sites_List_Table::column_plugins()
Introduce WP_MS_Sites_List_Table::column_default()
Introduce WP_MS_Sites_List_Table::get_default_primary_column_name()
Introduce WP_MS_Sites_List_Table::handle_row_actions()
Introduce WP_MS_Themes_List_Table::get_primary_column_name()
Introduce WP_MS_Themes_List_Table::column_cb()
Introduce WP_MS_Themes_List_Table::column_name()
Introduce WP_MS_Themes_List_Table::column_description()
Introduce WP_MS_Themes_List_Table::column_default()
Introduce WP_MS_Themes_List_Table::single_row_columns()
Introduce WP_MS_Users_List_Table::column_cb()
Introduce WP_MS_Users_List_Table::column_username()
Introduce WP_MS_Users_List_Table::column_name()
Introduce WP_MS_Users_List_Table::column_email()
Introduce WP_MS_Users_List_Table::column_registered()
Introduce WP_MS_Users_List_Table::_column_blogs()
Introduce WP_MS_Users_List_Table::column_blogs()
Introduce WP_MS_Users_List_Table::column_default()
Introduce WP_MS_Users_List_Table::get_default_primary_column_name()
Introduce WP_MS_Users_List_Table::handle_row_actions()
Introduce WP_Plugins_List_Table::get_primary_column_name()
Introduce WP_Posts_List_Table->$current_level
Introduce WP_Posts_List_Table::column_cb()
Introduce WP_Posts_List_Table::_column_title()
Introduce WP_Posts_List_Table::column_title()
Introduce WP_Posts_List_Table::column_date()
Introduce WP_Posts_List_Table::column_comments()
Introduce WP_Posts_List_Table::column_author()
Introduce WP_Posts_List_Table::column_default()
Introduce WP_Posts_List_Table::get_default_primary_column_name()
Introduce WP_Posts_List_Table::handle_row_actions()
Introduce WP_Terms_List_Table::get_default_primary_column_name()
Introduce WP_Terms_List_Table::handle_row_actions()
Introduce WP_Users_List_Table::get_default_primary_column_name()
Miscellaneous
Introduce WP_Comments_List_Table::get_default_primary_column_name()
Introduce WP_Comments_List_Table::handle_row_actions()
Introduce WP_Meta_Query->$has_or_relation
Introduce WP_Meta_Query::has_or_relation()
Introduce WP_Site_Icon
Introduce WP_Upgrader::clear_destination()
Introduce WP_User::__call()
Deprecated
Functions
What's New
Introduce wp_ajax_crop_image()
Introduce split_all_shared_terms()
Introduce wp_should_upgrade_global_tables()
Introduce wp_admin_bar_customize_menu()
Introduce wp_roles()
Introduce get_default_comment_status()
Introduce atom_site_icon()
Introduce rss2_site_icon()
Introduce wptexturize_primes()
Introduce convert_invalid_entities()
Introduce format_for_editor()
Introduce _deprecated_constructor()
Introduce get_main_network_id()
Introduce wp_post_preview_js()
Introduce wp_site_icon()
Introduce get_language_attributes()
Introduce wp_resolve_numeric_slug_conflicts()
Introduce get_singular_template()
Deprecated
Actions & Filters
New Actions
Introduce wp_ajax_crop_image_pre_save
Introduce add_user_role
Introduce remove_user_role
Introduce deprecated_constructor_run
New Filters
Introduce edit_comment_misc_actions
Introduce wp_ajax_cropped_attachment_metadata
Introduce wp_ajax_cropped_attachment_id
Introduce list_table_primary_column
Introduce upgrader_package_options
Introduce nav_menu_items_{$post_type_name}_recent
Introduce get_the_author_{$field}
Introduce wp_generate_tag_cloud_data
Introduce style_loader_tag
Introduce get_default_comment_status
Introduce format_for_editor
Introduce deprecated_constructor_trigger_error
Introduce get_main_network_id
Introduce site_icon_meta_tags
Introduce wp_get_attachment_image_src
Introduce wp_get_nav_menu_object
Introduce has_nav_menu
Introduce wp_safe_redirect_fallback
Introduce wp_unique_term_slug_is_bad_slug
Introduce wp_unique_term_slug
Introduce editor_stylesheets
Introduce send_password_change_email
Introduce send_email_change_email
Introduce password_change_email
Introduce email_change_email
Introduce password_reset_expiration
2015-08-30 03:20:45 +02:00
|
|
|
share/ja-wordpress/wp-includes/css/customize-preview.css
|
|
|
|
share/ja-wordpress/wp-includes/css/customize-preview.min.css
|
Update to 3.8
Changelog:
For WordPress 3.8 ja
* Update WP Multibyte Patch to 1.9
For WordPress 3.8
Highlights
Introduces a new, modern admin design
A fresh, uncluttered design
Clean typography with Open Sans
Superior contrast and large, comfortable type
Responsive interfaces throughout
Refined, theme management
Smoother, click-to-add widget management
New Default Theme - Twenty Fourteen
Easily create a responsive magazine website with a sleek, modern design.
Feature your favorite homepage content in either a grid or a slider.
Use the three widget areas to customize your website, and change your content's layout with a full-width page template and a contributor page to show off your authors.
For Developers
External Libraries have been updated.
Better RTL support
What's New
General
Replace PNG-based plugins ratings stars with Dashicons for performance gains
Improved help tab text in various screens
Clicking "Check Again" on the Updates screen now provides more immediate feedback
Dashboard
Consolidate several Dashboard widgets to improve readability
Replace the 'Right Now' widget with the new and improved 'At a Glance' widget
Appearance
Introduce 8 new admin color schemes
Improved readability throughout using Open Sans typeface (where supported)
Responsive Toolbar for smaller-screen devices
Leverage Dashicons instead of icon sprites for crisper experience on all resolutions
Big RTL improvements throughout
Make the dashboard more usable on any size device with responsive all the things
Improve the login screen experience for Internet Explorer 8 users
Improve Quick Edit experience for non-English users
Improve the Menus experience for mobile users
Themes
New Default Theme -- Twenty Fourteen
Make it possible to check for any post format assigned to a post with has_post_format()
Better custom background theme support defaults, can now specify 'default-repeat', 'default-position-x', and 'default-attachment' arguments for background images.
Tags for width changed to layout: responsive-layout, fluid-layout, and fixed-layout
New tag: accessibility-ready to denote a theme is aware of accessibility best practices such as color contrast, keyboard navigation, and form/link focus. See WP theme accessibility guidelines.
Theme screenshots' size have increased from 600x450 to 880x 660.
Widgets
New click-to-add interface for adding widgets to sidebars
Improved interface for devices of all resolutions
Better drag-and-drop experience
Accessibility
Make list table row actions keyboard accessible
Improve color contrast throughout the admin
Multisite
Improved performance when deleting users in Multisite
Under The Hood
General
Heartbeat performance and API improvements
A $taxonomy argument was added to each of the adjacent post functions.
Define $is_nginx in vars.php
Apply capital_P_dangit() to the wp_title filter
Make sure ajaxurl is defined in the Customizer
validate_active_plugins() now checks the manage_network_plugins capability instead of is_super_admin()
Allow passing false for the meta_box_cb argument in register_taxonomy() to turn off the meta box display entirely
Make it easier to target video shortcodes by adding a wp-video class to the parent container
Add CSSMin, SASS, CSSJanus, and jsHint to build tools for core development
Bug Fixes
Fix bug where top-level categories were only redirecting if they had no children
Fix bug in wp_get_object_terms() where returned were strings not integers
Fix a bug where passing a null value to meta_query resulted in wonkiness with the comparison operator
Fix "'wp_signups' already exists for query" error after updating a Multisite network
Fix bug in get_bookmarks() caused by missing parentheses
Fix comment_notification_recipients filter behavior so that it is still respected even on comments left by the post author
Fix a date comparison error in dashboard_relative_date()
Fix keyboard accessibility for row actions in list tables.
Fix no-js and accessibility modes in in the Widgets screen
Fix a bug where menus could still be assigned to a non-existent theme location
Silence jQuery Migrate errors in the General settings page
Multisite
Classes
Introduce WP_Screen::remove_option()
Introduce WP_Screen::remove_options()
Introduce WP_Screen::get_options()
Functions
Introduce wp_dashboard_quick_press()
Introduce wp_dashboard_site_activity()
Introduce wp_dashboard_recent_posts()
Introduce wp_dashboard_recent_comments()
Introduce wp_dashboard_primary_output()
Introduce wp_heartbeat_set_suspension()
Introduce wp_star_rating()
Introduce get_theme_update_available()
Introduce wp_prepare_themes_for_js()
Actions & Filters
Actions
Introduce automatic_updates_complete
Filters
Introduce automatic_updates_debug_email
Introduce wp_prepare_themes_for_js
External Libraries
Add a copyright notice to zxcvbn (password strength meter) script
Deprecated
screen_icon()
get_screen_icon()
wp_dashboard_incoming_links_output()
wp_dashboard_secondary_output()
wp_dashboard_incoming_links()
wp_dashboard_incoming_links_control()
wp_dashboard_plugins()
wp_dashboard_primary_control()
wp_dashboard_recent_comments_control()
wp_dashboard_secondary()
wp_dashboard_secondary_control()
no_update_actions()
Miscellaneous
Many unused images were removed from core. See the full list
2013-12-27 23:55:20 +01:00
|
|
|
share/ja-wordpress/wp-includes/css/dashicons.css
|
|
|
|
share/ja-wordpress/wp-includes/css/dashicons.min.css
|
2020-06-21 18:42:55 +02:00
|
|
|
share/ja-wordpress/wp-includes/css/dist/block-directory/style-rtl.css
|
|
|
|
share/ja-wordpress/wp-includes/css/dist/block-directory/style-rtl.min.css
|
|
|
|
share/ja-wordpress/wp-includes/css/dist/block-directory/style.css
|
|
|
|
share/ja-wordpress/wp-includes/css/dist/block-directory/style.min.css
|
2019-12-16 17:52:40 +01:00
|
|
|
share/ja-wordpress/wp-includes/css/dist/block-editor/style-rtl.css
|
|
|
|
share/ja-wordpress/wp-includes/css/dist/block-editor/style-rtl.min.css
|
|
|
|
share/ja-wordpress/wp-includes/css/dist/block-editor/style.css
|
|
|
|
share/ja-wordpress/wp-includes/css/dist/block-editor/style.min.css
|
|
|
|
share/ja-wordpress/wp-includes/css/dist/block-library/editor-rtl.css
|
|
|
|
share/ja-wordpress/wp-includes/css/dist/block-library/editor-rtl.min.css
|
|
|
|
share/ja-wordpress/wp-includes/css/dist/block-library/editor.css
|
|
|
|
share/ja-wordpress/wp-includes/css/dist/block-library/editor.min.css
|
|
|
|
share/ja-wordpress/wp-includes/css/dist/block-library/style-rtl.css
|
|
|
|
share/ja-wordpress/wp-includes/css/dist/block-library/style-rtl.min.css
|
|
|
|
share/ja-wordpress/wp-includes/css/dist/block-library/style.css
|
|
|
|
share/ja-wordpress/wp-includes/css/dist/block-library/style.min.css
|
|
|
|
share/ja-wordpress/wp-includes/css/dist/block-library/theme-rtl.css
|
|
|
|
share/ja-wordpress/wp-includes/css/dist/block-library/theme-rtl.min.css
|
|
|
|
share/ja-wordpress/wp-includes/css/dist/block-library/theme.css
|
|
|
|
share/ja-wordpress/wp-includes/css/dist/block-library/theme.min.css
|
|
|
|
share/ja-wordpress/wp-includes/css/dist/components/style-rtl.css
|
|
|
|
share/ja-wordpress/wp-includes/css/dist/components/style-rtl.min.css
|
|
|
|
share/ja-wordpress/wp-includes/css/dist/components/style.css
|
|
|
|
share/ja-wordpress/wp-includes/css/dist/components/style.min.css
|
|
|
|
share/ja-wordpress/wp-includes/css/dist/edit-post/style-rtl.css
|
|
|
|
share/ja-wordpress/wp-includes/css/dist/edit-post/style-rtl.min.css
|
|
|
|
share/ja-wordpress/wp-includes/css/dist/edit-post/style.css
|
|
|
|
share/ja-wordpress/wp-includes/css/dist/edit-post/style.min.css
|
|
|
|
share/ja-wordpress/wp-includes/css/dist/editor/editor-styles-rtl.css
|
|
|
|
share/ja-wordpress/wp-includes/css/dist/editor/editor-styles-rtl.min.css
|
|
|
|
share/ja-wordpress/wp-includes/css/dist/editor/editor-styles.css
|
|
|
|
share/ja-wordpress/wp-includes/css/dist/editor/editor-styles.min.css
|
|
|
|
share/ja-wordpress/wp-includes/css/dist/editor/style-rtl.css
|
|
|
|
share/ja-wordpress/wp-includes/css/dist/editor/style-rtl.min.css
|
|
|
|
share/ja-wordpress/wp-includes/css/dist/editor/style.css
|
|
|
|
share/ja-wordpress/wp-includes/css/dist/editor/style.min.css
|
|
|
|
share/ja-wordpress/wp-includes/css/dist/format-library/style-rtl.css
|
|
|
|
share/ja-wordpress/wp-includes/css/dist/format-library/style-rtl.min.css
|
|
|
|
share/ja-wordpress/wp-includes/css/dist/format-library/style.css
|
|
|
|
share/ja-wordpress/wp-includes/css/dist/format-library/style.min.css
|
|
|
|
share/ja-wordpress/wp-includes/css/dist/list-reusable-blocks/style-rtl.css
|
|
|
|
share/ja-wordpress/wp-includes/css/dist/list-reusable-blocks/style-rtl.min.css
|
|
|
|
share/ja-wordpress/wp-includes/css/dist/list-reusable-blocks/style.css
|
|
|
|
share/ja-wordpress/wp-includes/css/dist/list-reusable-blocks/style.min.css
|
|
|
|
share/ja-wordpress/wp-includes/css/dist/nux/style-rtl.css
|
|
|
|
share/ja-wordpress/wp-includes/css/dist/nux/style-rtl.min.css
|
|
|
|
share/ja-wordpress/wp-includes/css/dist/nux/style.css
|
|
|
|
share/ja-wordpress/wp-includes/css/dist/nux/style.min.css
|
Update to 3.8
Changelog:
For WordPress 3.8 ja
* Update WP Multibyte Patch to 1.9
For WordPress 3.8
Highlights
Introduces a new, modern admin design
A fresh, uncluttered design
Clean typography with Open Sans
Superior contrast and large, comfortable type
Responsive interfaces throughout
Refined, theme management
Smoother, click-to-add widget management
New Default Theme - Twenty Fourteen
Easily create a responsive magazine website with a sleek, modern design.
Feature your favorite homepage content in either a grid or a slider.
Use the three widget areas to customize your website, and change your content's layout with a full-width page template and a contributor page to show off your authors.
For Developers
External Libraries have been updated.
Better RTL support
What's New
General
Replace PNG-based plugins ratings stars with Dashicons for performance gains
Improved help tab text in various screens
Clicking "Check Again" on the Updates screen now provides more immediate feedback
Dashboard
Consolidate several Dashboard widgets to improve readability
Replace the 'Right Now' widget with the new and improved 'At a Glance' widget
Appearance
Introduce 8 new admin color schemes
Improved readability throughout using Open Sans typeface (where supported)
Responsive Toolbar for smaller-screen devices
Leverage Dashicons instead of icon sprites for crisper experience on all resolutions
Big RTL improvements throughout
Make the dashboard more usable on any size device with responsive all the things
Improve the login screen experience for Internet Explorer 8 users
Improve Quick Edit experience for non-English users
Improve the Menus experience for mobile users
Themes
New Default Theme -- Twenty Fourteen
Make it possible to check for any post format assigned to a post with has_post_format()
Better custom background theme support defaults, can now specify 'default-repeat', 'default-position-x', and 'default-attachment' arguments for background images.
Tags for width changed to layout: responsive-layout, fluid-layout, and fixed-layout
New tag: accessibility-ready to denote a theme is aware of accessibility best practices such as color contrast, keyboard navigation, and form/link focus. See WP theme accessibility guidelines.
Theme screenshots' size have increased from 600x450 to 880x 660.
Widgets
New click-to-add interface for adding widgets to sidebars
Improved interface for devices of all resolutions
Better drag-and-drop experience
Accessibility
Make list table row actions keyboard accessible
Improve color contrast throughout the admin
Multisite
Improved performance when deleting users in Multisite
Under The Hood
General
Heartbeat performance and API improvements
A $taxonomy argument was added to each of the adjacent post functions.
Define $is_nginx in vars.php
Apply capital_P_dangit() to the wp_title filter
Make sure ajaxurl is defined in the Customizer
validate_active_plugins() now checks the manage_network_plugins capability instead of is_super_admin()
Allow passing false for the meta_box_cb argument in register_taxonomy() to turn off the meta box display entirely
Make it easier to target video shortcodes by adding a wp-video class to the parent container
Add CSSMin, SASS, CSSJanus, and jsHint to build tools for core development
Bug Fixes
Fix bug where top-level categories were only redirecting if they had no children
Fix bug in wp_get_object_terms() where returned were strings not integers
Fix a bug where passing a null value to meta_query resulted in wonkiness with the comparison operator
Fix "'wp_signups' already exists for query" error after updating a Multisite network
Fix bug in get_bookmarks() caused by missing parentheses
Fix comment_notification_recipients filter behavior so that it is still respected even on comments left by the post author
Fix a date comparison error in dashboard_relative_date()
Fix keyboard accessibility for row actions in list tables.
Fix no-js and accessibility modes in in the Widgets screen
Fix a bug where menus could still be assigned to a non-existent theme location
Silence jQuery Migrate errors in the General settings page
Multisite
Classes
Introduce WP_Screen::remove_option()
Introduce WP_Screen::remove_options()
Introduce WP_Screen::get_options()
Functions
Introduce wp_dashboard_quick_press()
Introduce wp_dashboard_site_activity()
Introduce wp_dashboard_recent_posts()
Introduce wp_dashboard_recent_comments()
Introduce wp_dashboard_primary_output()
Introduce wp_heartbeat_set_suspension()
Introduce wp_star_rating()
Introduce get_theme_update_available()
Introduce wp_prepare_themes_for_js()
Actions & Filters
Actions
Introduce automatic_updates_complete
Filters
Introduce automatic_updates_debug_email
Introduce wp_prepare_themes_for_js
External Libraries
Add a copyright notice to zxcvbn (password strength meter) script
Deprecated
screen_icon()
get_screen_icon()
wp_dashboard_incoming_links_output()
wp_dashboard_secondary_output()
wp_dashboard_incoming_links()
wp_dashboard_incoming_links_control()
wp_dashboard_plugins()
wp_dashboard_primary_control()
wp_dashboard_recent_comments_control()
wp_dashboard_secondary()
wp_dashboard_secondary_control()
no_update_actions()
Miscellaneous
Many unused images were removed from core. See the full list
2013-12-27 23:55:20 +01:00
|
|
|
share/ja-wordpress/wp-includes/css/editor-rtl.css
|
|
|
|
share/ja-wordpress/wp-includes/css/editor-rtl.min.css
|
2013-11-10 12:13:08 +01:00
|
|
|
share/ja-wordpress/wp-includes/css/editor.css
|
|
|
|
share/ja-wordpress/wp-includes/css/editor.min.css
|
Update to 3.8
Changelog:
For WordPress 3.8 ja
* Update WP Multibyte Patch to 1.9
For WordPress 3.8
Highlights
Introduces a new, modern admin design
A fresh, uncluttered design
Clean typography with Open Sans
Superior contrast and large, comfortable type
Responsive interfaces throughout
Refined, theme management
Smoother, click-to-add widget management
New Default Theme - Twenty Fourteen
Easily create a responsive magazine website with a sleek, modern design.
Feature your favorite homepage content in either a grid or a slider.
Use the three widget areas to customize your website, and change your content's layout with a full-width page template and a contributor page to show off your authors.
For Developers
External Libraries have been updated.
Better RTL support
What's New
General
Replace PNG-based plugins ratings stars with Dashicons for performance gains
Improved help tab text in various screens
Clicking "Check Again" on the Updates screen now provides more immediate feedback
Dashboard
Consolidate several Dashboard widgets to improve readability
Replace the 'Right Now' widget with the new and improved 'At a Glance' widget
Appearance
Introduce 8 new admin color schemes
Improved readability throughout using Open Sans typeface (where supported)
Responsive Toolbar for smaller-screen devices
Leverage Dashicons instead of icon sprites for crisper experience on all resolutions
Big RTL improvements throughout
Make the dashboard more usable on any size device with responsive all the things
Improve the login screen experience for Internet Explorer 8 users
Improve Quick Edit experience for non-English users
Improve the Menus experience for mobile users
Themes
New Default Theme -- Twenty Fourteen
Make it possible to check for any post format assigned to a post with has_post_format()
Better custom background theme support defaults, can now specify 'default-repeat', 'default-position-x', and 'default-attachment' arguments for background images.
Tags for width changed to layout: responsive-layout, fluid-layout, and fixed-layout
New tag: accessibility-ready to denote a theme is aware of accessibility best practices such as color contrast, keyboard navigation, and form/link focus. See WP theme accessibility guidelines.
Theme screenshots' size have increased from 600x450 to 880x 660.
Widgets
New click-to-add interface for adding widgets to sidebars
Improved interface for devices of all resolutions
Better drag-and-drop experience
Accessibility
Make list table row actions keyboard accessible
Improve color contrast throughout the admin
Multisite
Improved performance when deleting users in Multisite
Under The Hood
General
Heartbeat performance and API improvements
A $taxonomy argument was added to each of the adjacent post functions.
Define $is_nginx in vars.php
Apply capital_P_dangit() to the wp_title filter
Make sure ajaxurl is defined in the Customizer
validate_active_plugins() now checks the manage_network_plugins capability instead of is_super_admin()
Allow passing false for the meta_box_cb argument in register_taxonomy() to turn off the meta box display entirely
Make it easier to target video shortcodes by adding a wp-video class to the parent container
Add CSSMin, SASS, CSSJanus, and jsHint to build tools for core development
Bug Fixes
Fix bug where top-level categories were only redirecting if they had no children
Fix bug in wp_get_object_terms() where returned were strings not integers
Fix a bug where passing a null value to meta_query resulted in wonkiness with the comparison operator
Fix "'wp_signups' already exists for query" error after updating a Multisite network
Fix bug in get_bookmarks() caused by missing parentheses
Fix comment_notification_recipients filter behavior so that it is still respected even on comments left by the post author
Fix a date comparison error in dashboard_relative_date()
Fix keyboard accessibility for row actions in list tables.
Fix no-js and accessibility modes in in the Widgets screen
Fix a bug where menus could still be assigned to a non-existent theme location
Silence jQuery Migrate errors in the General settings page
Multisite
Classes
Introduce WP_Screen::remove_option()
Introduce WP_Screen::remove_options()
Introduce WP_Screen::get_options()
Functions
Introduce wp_dashboard_quick_press()
Introduce wp_dashboard_site_activity()
Introduce wp_dashboard_recent_posts()
Introduce wp_dashboard_recent_comments()
Introduce wp_dashboard_primary_output()
Introduce wp_heartbeat_set_suspension()
Introduce wp_star_rating()
Introduce get_theme_update_available()
Introduce wp_prepare_themes_for_js()
Actions & Filters
Actions
Introduce automatic_updates_complete
Filters
Introduce automatic_updates_debug_email
Introduce wp_prepare_themes_for_js
External Libraries
Add a copyright notice to zxcvbn (password strength meter) script
Deprecated
screen_icon()
get_screen_icon()
wp_dashboard_incoming_links_output()
wp_dashboard_secondary_output()
wp_dashboard_incoming_links()
wp_dashboard_incoming_links_control()
wp_dashboard_plugins()
wp_dashboard_primary_control()
wp_dashboard_recent_comments_control()
wp_dashboard_secondary()
wp_dashboard_secondary_control()
no_update_actions()
Miscellaneous
Many unused images were removed from core. See the full list
2013-12-27 23:55:20 +01:00
|
|
|
share/ja-wordpress/wp-includes/css/jquery-ui-dialog-rtl.css
|
|
|
|
share/ja-wordpress/wp-includes/css/jquery-ui-dialog-rtl.min.css
|
2013-11-10 12:13:08 +01:00
|
|
|
share/ja-wordpress/wp-includes/css/jquery-ui-dialog.css
|
|
|
|
share/ja-wordpress/wp-includes/css/jquery-ui-dialog.min.css
|
|
|
|
share/ja-wordpress/wp-includes/css/media-views-rtl.css
|
|
|
|
share/ja-wordpress/wp-includes/css/media-views-rtl.min.css
|
|
|
|
share/ja-wordpress/wp-includes/css/media-views.css
|
|
|
|
share/ja-wordpress/wp-includes/css/media-views.min.css
|
Update to 3.8
Changelog:
For WordPress 3.8 ja
* Update WP Multibyte Patch to 1.9
For WordPress 3.8
Highlights
Introduces a new, modern admin design
A fresh, uncluttered design
Clean typography with Open Sans
Superior contrast and large, comfortable type
Responsive interfaces throughout
Refined, theme management
Smoother, click-to-add widget management
New Default Theme - Twenty Fourteen
Easily create a responsive magazine website with a sleek, modern design.
Feature your favorite homepage content in either a grid or a slider.
Use the three widget areas to customize your website, and change your content's layout with a full-width page template and a contributor page to show off your authors.
For Developers
External Libraries have been updated.
Better RTL support
What's New
General
Replace PNG-based plugins ratings stars with Dashicons for performance gains
Improved help tab text in various screens
Clicking "Check Again" on the Updates screen now provides more immediate feedback
Dashboard
Consolidate several Dashboard widgets to improve readability
Replace the 'Right Now' widget with the new and improved 'At a Glance' widget
Appearance
Introduce 8 new admin color schemes
Improved readability throughout using Open Sans typeface (where supported)
Responsive Toolbar for smaller-screen devices
Leverage Dashicons instead of icon sprites for crisper experience on all resolutions
Big RTL improvements throughout
Make the dashboard more usable on any size device with responsive all the things
Improve the login screen experience for Internet Explorer 8 users
Improve Quick Edit experience for non-English users
Improve the Menus experience for mobile users
Themes
New Default Theme -- Twenty Fourteen
Make it possible to check for any post format assigned to a post with has_post_format()
Better custom background theme support defaults, can now specify 'default-repeat', 'default-position-x', and 'default-attachment' arguments for background images.
Tags for width changed to layout: responsive-layout, fluid-layout, and fixed-layout
New tag: accessibility-ready to denote a theme is aware of accessibility best practices such as color contrast, keyboard navigation, and form/link focus. See WP theme accessibility guidelines.
Theme screenshots' size have increased from 600x450 to 880x 660.
Widgets
New click-to-add interface for adding widgets to sidebars
Improved interface for devices of all resolutions
Better drag-and-drop experience
Accessibility
Make list table row actions keyboard accessible
Improve color contrast throughout the admin
Multisite
Improved performance when deleting users in Multisite
Under The Hood
General
Heartbeat performance and API improvements
A $taxonomy argument was added to each of the adjacent post functions.
Define $is_nginx in vars.php
Apply capital_P_dangit() to the wp_title filter
Make sure ajaxurl is defined in the Customizer
validate_active_plugins() now checks the manage_network_plugins capability instead of is_super_admin()
Allow passing false for the meta_box_cb argument in register_taxonomy() to turn off the meta box display entirely
Make it easier to target video shortcodes by adding a wp-video class to the parent container
Add CSSMin, SASS, CSSJanus, and jsHint to build tools for core development
Bug Fixes
Fix bug where top-level categories were only redirecting if they had no children
Fix bug in wp_get_object_terms() where returned were strings not integers
Fix a bug where passing a null value to meta_query resulted in wonkiness with the comparison operator
Fix "'wp_signups' already exists for query" error after updating a Multisite network
Fix bug in get_bookmarks() caused by missing parentheses
Fix comment_notification_recipients filter behavior so that it is still respected even on comments left by the post author
Fix a date comparison error in dashboard_relative_date()
Fix keyboard accessibility for row actions in list tables.
Fix no-js and accessibility modes in in the Widgets screen
Fix a bug where menus could still be assigned to a non-existent theme location
Silence jQuery Migrate errors in the General settings page
Multisite
Classes
Introduce WP_Screen::remove_option()
Introduce WP_Screen::remove_options()
Introduce WP_Screen::get_options()
Functions
Introduce wp_dashboard_quick_press()
Introduce wp_dashboard_site_activity()
Introduce wp_dashboard_recent_posts()
Introduce wp_dashboard_recent_comments()
Introduce wp_dashboard_primary_output()
Introduce wp_heartbeat_set_suspension()
Introduce wp_star_rating()
Introduce get_theme_update_available()
Introduce wp_prepare_themes_for_js()
Actions & Filters
Actions
Introduce automatic_updates_complete
Filters
Introduce automatic_updates_debug_email
Introduce wp_prepare_themes_for_js
External Libraries
Add a copyright notice to zxcvbn (password strength meter) script
Deprecated
screen_icon()
get_screen_icon()
wp_dashboard_incoming_links_output()
wp_dashboard_secondary_output()
wp_dashboard_incoming_links()
wp_dashboard_incoming_links_control()
wp_dashboard_plugins()
wp_dashboard_primary_control()
wp_dashboard_recent_comments_control()
wp_dashboard_secondary()
wp_dashboard_secondary_control()
no_update_actions()
Miscellaneous
Many unused images were removed from core. See the full list
2013-12-27 23:55:20 +01:00
|
|
|
share/ja-wordpress/wp-includes/css/wp-auth-check-rtl.css
|
|
|
|
share/ja-wordpress/wp-includes/css/wp-auth-check-rtl.min.css
|
2013-11-10 12:13:08 +01:00
|
|
|
share/ja-wordpress/wp-includes/css/wp-auth-check.css
|
|
|
|
share/ja-wordpress/wp-includes/css/wp-auth-check.min.css
|
Update to 4.4
Changelog:
On December 8, 2015, WordPress Version 4.4, named for jazz musician Clifford Brown, was released to the public. For more information on this enhancement and bug-fix release, read the WordPress Blog, and see the Changelog for 4.4.
For Version 4.4, the database version (db_version in wp_options) changed to 35700, and the Trac revision was 35842.
Highlights
twenty-sixteen-white-desktop-1x.png
New Default Theme - Twenty Sixteen
Modern take on the classic blog design
Flexible header and fun color schemes will make your content shine
Mobile-first and responsive
The Finer Points
responsive-devices-desktop-1x.png
Responsive images:
WordPress now takes a smarter approach to displaying appropriate image sizes on any device, ensuring a perfect fit every time. You don’t need to do anything to your theme, it just works.
wp embed preview.png
Embed your WordPress content:
Now you can embed your posts on other sites, even other WordPress sites. Simply drop a post URL into the editor and see an instant embed preview, complete with the title, excerpt, and featured image if you’ve set one. We’ll even include your site icon and links for comments and sharing.
reverbnation embed.png
Even more embed providers:
In addition to post embeds, WordPress 4.4 also adds support for five new oEmbed providers: Cloudup, Reddit Comments, ReverbNation, Speaker Deck, and VideoPress.
For Developers
REST API infrastructure: Infrastructure for the REST API has been integrated into core, the first part of a multi-stage rollout. Inclusion of core endpoints is targeted for an upcoming release. To get a sneak peek of the core endpoints, and for more information on extending the REST API, check out the official WordPress REST API plugin.
Term meta: Terms now support metadata, just like posts. See add_term_meta(), get_term_meta(), and update_term_meta() for more information.
Comment query improvements: Comment queries now have cache handling to improve performance. New arguments in WP_Comment_Query make crafting robust comment queries simpler.
Term, comment, and network objects: New WP_Term, WP_Comment, and WP_Network objects make interacting with terms, comments, and networks more predictable and intuitive in code.
What's New
General
Developer reference - Improvements to inline code documentation.
i18n support - Improvements to translation strings all over the core.
Admin page headings were adjusted from H3 to H2 tags to reinforce page hierarchy
Improvements to how list tables are displayed on all size screens
Posts
The post/page permalink UI was simplified, linking the permalink and removing the "View" button
Media
Comments
The "View Comment" link was relocated from the Status meta box in the comment-editing screen
Many comment functions can now accept a full object instead of 'comment_ID' to reduce cache/db lookups
Orphaned comments now fall back to the 'edit_posts' capability
Appearance
Site icons will now fall back to the 'full' size URL when the 'thumbnail' size doesn't exist
Users
Install Process
Multisite
The language chooser was added to the new site form on wp-signup.php
Sites may no longer be created with the following reserved slugs: wp-admin, wp-content, wp-includes, or wp-json
Accessibility
Under The Hood
General
Unclosed HTML elements in shortcode attributes were disallowed
HTML was removed from all translatable text strings
Rewrite rules are now flushed on theme switch
Most core classes were moved to their own files
Embeds
Add oEmbed support for Cloudup.
Add oEmbed support for Reddit Comments.
Add oEmbed support for ReverbNation.
Add oEmbed support for Speaker Deck.
Add oEmbed support for VideoPress.
Remove oEmbed support for Blip.
JavaScript
Customizer: Ensure persistence of unchanged active state for controls, sections, and panels
Customizer: Fixed logic for determining the container element when focusing on a panel, section, or control
Customizer: Fixed clearing of a color control's setting by using proper empty value
Bug Fixes
Fail gracefully when checking mapped capabilities against unregistered post types
Visibility was restored for the Tags auto-suggest tooltip in Quick Edit
The $public_only parameter was added to count_user_posts()
Cron: Events are now rejected when the provided $timestamp value is not a valid timestamp
Users with no role are now redirected to the home page on login instead of their profile-editing screen
Multisite
A network can now be retrieved by its ID through WP_Network::get_instance()
A network can now be created or completed by passing arguments to WP_Network
Network-level capabilities were clarified and some long-time bugs were fixed
Classes
What's New
WP_Comment
WP_Comment_Query->$found_comments
WP_Comment_Query->$max_num_pages
WP_Comment_Query->$meta_query_clauses
WP_Comment_Query->$sql_clauses
WP_Comment_Query::fill_descendants()
WP_Comment_Query::get_comment_ids()
WP_Customize_Manager->$autofocus
WP_Customize_Manager->$preview_url
WP_Customize_Manager->$return_url
WP_Customize_Manager::customize_pane_settings()
WP_Customize_Manager::get_autofocus()
WP_Customize_Manager::get_document_title_template()
WP_Customize_Manager::get_preview_url()
WP_Customize_Manager::get_return_url()
WP_Customize_Manager::is_ios()
WP_Customize_Manager::set_autofocus()
WP_Customize_Manager::set_preview_url()
WP_Customize_Manager::set_return_url()
WP_Customize_Setting->$is_multidimensional_aggregated
WP_Customize_Setting->$is_previewed
WP_Customize_Setting::$aggregated_multidimensionals
WP_Customize_Setting::_multidimensional_preview_filter()
WP_Customize_Setting::aggregate_multidimensional()
get_root_value/ WP_Customize_Setting::get_root_value()
id_data/ WP_Customize_Setting::id_data()
set_root_value/ WP_Customize_Setting::set_root_value()
WP_Customize_Widgets::get_widget_control_parts()
WP_Customize_Widgets::is_panel_active()
WP_Filesystem_SSH2::sftp_path()
WP_HTTP_Response
WP_List_Table::get_primary_column()
WP_Locale->$start_of_week
WP_MS_Sites_List_Table::column_id()
WP_MS_Users_List_Table::column_id()
WP_Media_List_Table->$comment_pending_count
WP_Network
WP_Posts_List_Table::get_edit_link()
WP_Query->$is_embed
WP_Query->$updated_comment_meta_cache
WP_Query->$updated_term_meta_cache
WP_Query::is_embed()
WP_Query::lazyload_comment_meta()
WP_Query::lazyload_term_meta()
WP_REST_Request
WP_REST_Response
WP_REST_Server
WP_Screen->$_screen_reader_content
WP_Screen::get_screen_reader_content()
WP_Screen::get_screen_reader_text()
WP_Screen::remove_screen_reader_content()
WP_Screen::render_list_table_columns_preferences()
WP_Screen::render_meta_boxes_preferences()
WP_Screen::render_screen_reader_content()
WP_Screeb::render_view_mode()
WP_Screen::set_screen_reader_content()
WP_Term
>$update WP_Theme
WP_User::__unset()
>$request WP_User_Query
WP_User_Query::fill_query_vars()
WP_Users_List_Table::get_role_list()
WP_Widget_Calendar::$instance
WP_Widget_Tag_Cloud::_get_current_taxonomy()
WP_oEmbed_Controller
wpdb->$termmeta
Deprecated
Functions
What's New
_prime_comment_caches()
add_network_option()
add_term_meta()
delete_network_option()
delete_term_meta()
enqueue_embed_scripts()
get_header_image_tag()
get_html_split_regex()
get_network_option()
get_oembed_endpoint_url()
get_oembed_response_data()
get_oembed_response_data_rich()
get_password_reset_key()
get_post_embed_html()
get_post_embed_url()
get_preview_post_link()
get_rest_url()
get_shortcode_atts_regex()
get_subdirectory_reserved_names()
get_term_meta()
get_the_author_posts_link()
get_the_comments_navigation()
get_the_comments_pagination()
get_the_post_thumbnail_url()
is_embed()
is_post_type_viewable()
is_registered_sidebar()
map_deep()
print_embed_comments_button()
print_embed_scripts()
print_embed_sharing_button()
print_embed_sharing_dialog()
print_embed_styles()
register_rest_route()
rest_api_default_filters()
rest_api_init()
rest_api_loaded()
rest_api_register_rewrites()
rest_cookie_check_errors()
rest_cookie_collect_status()
rest_do_request()
rest_ensure_request()
rest_ensure_response()
rest_get_date_with_gmt()
rest_get_url_prefix()
rest_handle_deprecated_argument()
rest_handle_deprecated_function()
rest_handle_options_request()
rest_output_link_header()
rest_output_link_wp_head()
rest_output_rsd()
rest_parse_date()
rest_send_allow_header()
rest_send_cors_headers()
rest_url()
signup_get_available_languages()
strip_fragment_from_url()
stripslashes_from_strings_only()
the_comments_navigation()
the_comments_pagination()
the_excerpt_embed()
the_header_image_tag()
the_post_thumbnail_url()
update_network_option()
update_term_meta()
update_termmeta_cache()
urldecode_deep()
wp_ajax_delete_inactive_widgets()
wp_ajax_generate_password()
wp_ajax_save_wporg_username()
wp_calculate_image_sizes()
wp_calculate_image_srcset()
wp_embed_excerpt_attachment()
wp_embed_excerpt_attachment()
wp_filter_oembed_result()
wp_get_attachment_image_sizes()
wp_get_attachment_image_srcset()
wp_get_attachment_image_url()
wp_get_document_title()
wp_get_server_protocol()
wp_get_users_with_no_role()
wp_handle_comment_submission()
wp_image_add_srcset_and_sizes()
wp_installing()
wp_is_numeric_array()
wp_make_content_images_responsive()
wp_maybe_decline_date()
wp_new_comment_notify_moderator()
wp_new_comment_notify_postauthor()
wp_oembed_add_discovery_links()
wp_oembed_add_host_js()
wp_oembed_ensure_format()
wp_oembed_register_route()
wp_parse_url()
wp_remote_retrieve_cookie()
wp_remote_retrieve_cookie_value()
wp_remote_retrieve_cookies()
wp_removable_query_args()
wp_rest_server_class()
wp_send_new_user_notifications()
wp_term_is_shared()
Deprecated
wp_get_http()
Actions & Filters
New Actions
after_password_reset
after_signup_site
after_signup_user
attachment_updated
before_signup_header
clean_user_cache
customize_post_value_set
customize_post_value_set_{$setting_id}
delete_plugin
delete_widget
deleted_plugin
edit_user_created_user
embed_content
embed_content_meta
embed_footer
embed_head
enqueue_embed_scripts
invite_user
manage_posts_extra_tablenav
ms_network_not_found
network_site_new_created_user
network_site_users_created_user
network_user_new_created_user
page_attributes_meta_box_template
post_submitbox_minor_actions
pre_auto_update
register_new_user
rest_api_init
wp_add_nav_menu_item
wp_mail_failed
wp_verify_nonce_failed
New Filters
admin_post_thumbnail_size
comment_excerpt_length
comment_form_fields
content_pagination
customize_loaded_components
dashboard_recent_drafts_query_args
dashboard_secondary_items
default_hidden_columns
document_title_parts
document_title_separator
duplicate_comment_id
embed_html
embed_oembed_discover
embed_site_title_html
embed_template
embed_thumbnail_image_shape
embed_thumbnail_image_size
enclosure_links
expiration_of_site_transient_{$transient}
expiration_of_transient_{$transient}
export_wp_filename
feed_links_show_comments_feed
feed_links_show_posts_feed
found_comments_query
get_header_image_tag
get_page_of_comment
get_page_uri
get_post_status
get_role_list
get_sample_permalink
get_terms_defaults
get_{$adjacent}_post_excluded_terms
hidden_columns
illegal_user_logins
image_get_intermediate_size
insert_user_meta
max_srcset_image_width
mejs_settings
nav_menu_item_args
nav_menu_item_title
navigation_markup_template
network_admin_plugin_action_links
network_admin_plugin_action_links_{$plugin_file}
notify_moderator
notify_post_author
oembed_discovery_links
oembed_endpoint_url
oembed_min_max_width
oembed_response_data
old_slug_redirect_url
plugin_action_links
plugin_action_links_{$plugin_file}
post_edit_category_parent_dropdown_args
post_embed_url
postmeta_form_keys
pre_delete_post
pre_get_document_title
pre_get_lastpostmodified
register_post_type_args
register_taxonomy_args
respond_link
rest_url
rest_url_prefix
screen_options_show_submit
show_network_active_plugins
signup_get_available_languages
subdirectory_reserved_names
submenu_file
taxonomy_labels_{$taxonomy}
the_category_list
the_excerpt_embed
update_right_now_text
user_profile_picture_description
users_list_table_query_args
view_mode_post_types
wp_calculate_image_sizes
wp_calculate_image_srcset
wp_dropdown_users_args
wp_http_ixr_client_headers
wp_post_revision_title_expanded
wp_prepare_revision_for_js
wp_theme_editor_filetypes
xmlrpc_chunk_parsing_size
2015-12-27 19:39:57 +01:00
|
|
|
share/ja-wordpress/wp-includes/css/wp-embed-template-ie.css
|
|
|
|
share/ja-wordpress/wp-includes/css/wp-embed-template-ie.min.css
|
|
|
|
share/ja-wordpress/wp-includes/css/wp-embed-template.css
|
|
|
|
share/ja-wordpress/wp-includes/css/wp-embed-template.min.css
|
Update to 3.8
Changelog:
For WordPress 3.8 ja
* Update WP Multibyte Patch to 1.9
For WordPress 3.8
Highlights
Introduces a new, modern admin design
A fresh, uncluttered design
Clean typography with Open Sans
Superior contrast and large, comfortable type
Responsive interfaces throughout
Refined, theme management
Smoother, click-to-add widget management
New Default Theme - Twenty Fourteen
Easily create a responsive magazine website with a sleek, modern design.
Feature your favorite homepage content in either a grid or a slider.
Use the three widget areas to customize your website, and change your content's layout with a full-width page template and a contributor page to show off your authors.
For Developers
External Libraries have been updated.
Better RTL support
What's New
General
Replace PNG-based plugins ratings stars with Dashicons for performance gains
Improved help tab text in various screens
Clicking "Check Again" on the Updates screen now provides more immediate feedback
Dashboard
Consolidate several Dashboard widgets to improve readability
Replace the 'Right Now' widget with the new and improved 'At a Glance' widget
Appearance
Introduce 8 new admin color schemes
Improved readability throughout using Open Sans typeface (where supported)
Responsive Toolbar for smaller-screen devices
Leverage Dashicons instead of icon sprites for crisper experience on all resolutions
Big RTL improvements throughout
Make the dashboard more usable on any size device with responsive all the things
Improve the login screen experience for Internet Explorer 8 users
Improve Quick Edit experience for non-English users
Improve the Menus experience for mobile users
Themes
New Default Theme -- Twenty Fourteen
Make it possible to check for any post format assigned to a post with has_post_format()
Better custom background theme support defaults, can now specify 'default-repeat', 'default-position-x', and 'default-attachment' arguments for background images.
Tags for width changed to layout: responsive-layout, fluid-layout, and fixed-layout
New tag: accessibility-ready to denote a theme is aware of accessibility best practices such as color contrast, keyboard navigation, and form/link focus. See WP theme accessibility guidelines.
Theme screenshots' size have increased from 600x450 to 880x 660.
Widgets
New click-to-add interface for adding widgets to sidebars
Improved interface for devices of all resolutions
Better drag-and-drop experience
Accessibility
Make list table row actions keyboard accessible
Improve color contrast throughout the admin
Multisite
Improved performance when deleting users in Multisite
Under The Hood
General
Heartbeat performance and API improvements
A $taxonomy argument was added to each of the adjacent post functions.
Define $is_nginx in vars.php
Apply capital_P_dangit() to the wp_title filter
Make sure ajaxurl is defined in the Customizer
validate_active_plugins() now checks the manage_network_plugins capability instead of is_super_admin()
Allow passing false for the meta_box_cb argument in register_taxonomy() to turn off the meta box display entirely
Make it easier to target video shortcodes by adding a wp-video class to the parent container
Add CSSMin, SASS, CSSJanus, and jsHint to build tools for core development
Bug Fixes
Fix bug where top-level categories were only redirecting if they had no children
Fix bug in wp_get_object_terms() where returned were strings not integers
Fix a bug where passing a null value to meta_query resulted in wonkiness with the comparison operator
Fix "'wp_signups' already exists for query" error after updating a Multisite network
Fix bug in get_bookmarks() caused by missing parentheses
Fix comment_notification_recipients filter behavior so that it is still respected even on comments left by the post author
Fix a date comparison error in dashboard_relative_date()
Fix keyboard accessibility for row actions in list tables.
Fix no-js and accessibility modes in in the Widgets screen
Fix a bug where menus could still be assigned to a non-existent theme location
Silence jQuery Migrate errors in the General settings page
Multisite
Classes
Introduce WP_Screen::remove_option()
Introduce WP_Screen::remove_options()
Introduce WP_Screen::get_options()
Functions
Introduce wp_dashboard_quick_press()
Introduce wp_dashboard_site_activity()
Introduce wp_dashboard_recent_posts()
Introduce wp_dashboard_recent_comments()
Introduce wp_dashboard_primary_output()
Introduce wp_heartbeat_set_suspension()
Introduce wp_star_rating()
Introduce get_theme_update_available()
Introduce wp_prepare_themes_for_js()
Actions & Filters
Actions
Introduce automatic_updates_complete
Filters
Introduce automatic_updates_debug_email
Introduce wp_prepare_themes_for_js
External Libraries
Add a copyright notice to zxcvbn (password strength meter) script
Deprecated
screen_icon()
get_screen_icon()
wp_dashboard_incoming_links_output()
wp_dashboard_secondary_output()
wp_dashboard_incoming_links()
wp_dashboard_incoming_links_control()
wp_dashboard_plugins()
wp_dashboard_primary_control()
wp_dashboard_recent_comments_control()
wp_dashboard_secondary()
wp_dashboard_secondary_control()
no_update_actions()
Miscellaneous
Many unused images were removed from core. See the full list
2013-12-27 23:55:20 +01:00
|
|
|
share/ja-wordpress/wp-includes/css/wp-pointer-rtl.css
|
|
|
|
share/ja-wordpress/wp-includes/css/wp-pointer-rtl.min.css
|
2013-11-10 12:13:08 +01:00
|
|
|
share/ja-wordpress/wp-includes/css/wp-pointer.css
|
|
|
|
share/ja-wordpress/wp-includes/css/wp-pointer.min.css
|
Update to 4.4
Changelog:
On December 8, 2015, WordPress Version 4.4, named for jazz musician Clifford Brown, was released to the public. For more information on this enhancement and bug-fix release, read the WordPress Blog, and see the Changelog for 4.4.
For Version 4.4, the database version (db_version in wp_options) changed to 35700, and the Trac revision was 35842.
Highlights
twenty-sixteen-white-desktop-1x.png
New Default Theme - Twenty Sixteen
Modern take on the classic blog design
Flexible header and fun color schemes will make your content shine
Mobile-first and responsive
The Finer Points
responsive-devices-desktop-1x.png
Responsive images:
WordPress now takes a smarter approach to displaying appropriate image sizes on any device, ensuring a perfect fit every time. You don’t need to do anything to your theme, it just works.
wp embed preview.png
Embed your WordPress content:
Now you can embed your posts on other sites, even other WordPress sites. Simply drop a post URL into the editor and see an instant embed preview, complete with the title, excerpt, and featured image if you’ve set one. We’ll even include your site icon and links for comments and sharing.
reverbnation embed.png
Even more embed providers:
In addition to post embeds, WordPress 4.4 also adds support for five new oEmbed providers: Cloudup, Reddit Comments, ReverbNation, Speaker Deck, and VideoPress.
For Developers
REST API infrastructure: Infrastructure for the REST API has been integrated into core, the first part of a multi-stage rollout. Inclusion of core endpoints is targeted for an upcoming release. To get a sneak peek of the core endpoints, and for more information on extending the REST API, check out the official WordPress REST API plugin.
Term meta: Terms now support metadata, just like posts. See add_term_meta(), get_term_meta(), and update_term_meta() for more information.
Comment query improvements: Comment queries now have cache handling to improve performance. New arguments in WP_Comment_Query make crafting robust comment queries simpler.
Term, comment, and network objects: New WP_Term, WP_Comment, and WP_Network objects make interacting with terms, comments, and networks more predictable and intuitive in code.
What's New
General
Developer reference - Improvements to inline code documentation.
i18n support - Improvements to translation strings all over the core.
Admin page headings were adjusted from H3 to H2 tags to reinforce page hierarchy
Improvements to how list tables are displayed on all size screens
Posts
The post/page permalink UI was simplified, linking the permalink and removing the "View" button
Media
Comments
The "View Comment" link was relocated from the Status meta box in the comment-editing screen
Many comment functions can now accept a full object instead of 'comment_ID' to reduce cache/db lookups
Orphaned comments now fall back to the 'edit_posts' capability
Appearance
Site icons will now fall back to the 'full' size URL when the 'thumbnail' size doesn't exist
Users
Install Process
Multisite
The language chooser was added to the new site form on wp-signup.php
Sites may no longer be created with the following reserved slugs: wp-admin, wp-content, wp-includes, or wp-json
Accessibility
Under The Hood
General
Unclosed HTML elements in shortcode attributes were disallowed
HTML was removed from all translatable text strings
Rewrite rules are now flushed on theme switch
Most core classes were moved to their own files
Embeds
Add oEmbed support for Cloudup.
Add oEmbed support for Reddit Comments.
Add oEmbed support for ReverbNation.
Add oEmbed support for Speaker Deck.
Add oEmbed support for VideoPress.
Remove oEmbed support for Blip.
JavaScript
Customizer: Ensure persistence of unchanged active state for controls, sections, and panels
Customizer: Fixed logic for determining the container element when focusing on a panel, section, or control
Customizer: Fixed clearing of a color control's setting by using proper empty value
Bug Fixes
Fail gracefully when checking mapped capabilities against unregistered post types
Visibility was restored for the Tags auto-suggest tooltip in Quick Edit
The $public_only parameter was added to count_user_posts()
Cron: Events are now rejected when the provided $timestamp value is not a valid timestamp
Users with no role are now redirected to the home page on login instead of their profile-editing screen
Multisite
A network can now be retrieved by its ID through WP_Network::get_instance()
A network can now be created or completed by passing arguments to WP_Network
Network-level capabilities were clarified and some long-time bugs were fixed
Classes
What's New
WP_Comment
WP_Comment_Query->$found_comments
WP_Comment_Query->$max_num_pages
WP_Comment_Query->$meta_query_clauses
WP_Comment_Query->$sql_clauses
WP_Comment_Query::fill_descendants()
WP_Comment_Query::get_comment_ids()
WP_Customize_Manager->$autofocus
WP_Customize_Manager->$preview_url
WP_Customize_Manager->$return_url
WP_Customize_Manager::customize_pane_settings()
WP_Customize_Manager::get_autofocus()
WP_Customize_Manager::get_document_title_template()
WP_Customize_Manager::get_preview_url()
WP_Customize_Manager::get_return_url()
WP_Customize_Manager::is_ios()
WP_Customize_Manager::set_autofocus()
WP_Customize_Manager::set_preview_url()
WP_Customize_Manager::set_return_url()
WP_Customize_Setting->$is_multidimensional_aggregated
WP_Customize_Setting->$is_previewed
WP_Customize_Setting::$aggregated_multidimensionals
WP_Customize_Setting::_multidimensional_preview_filter()
WP_Customize_Setting::aggregate_multidimensional()
get_root_value/ WP_Customize_Setting::get_root_value()
id_data/ WP_Customize_Setting::id_data()
set_root_value/ WP_Customize_Setting::set_root_value()
WP_Customize_Widgets::get_widget_control_parts()
WP_Customize_Widgets::is_panel_active()
WP_Filesystem_SSH2::sftp_path()
WP_HTTP_Response
WP_List_Table::get_primary_column()
WP_Locale->$start_of_week
WP_MS_Sites_List_Table::column_id()
WP_MS_Users_List_Table::column_id()
WP_Media_List_Table->$comment_pending_count
WP_Network
WP_Posts_List_Table::get_edit_link()
WP_Query->$is_embed
WP_Query->$updated_comment_meta_cache
WP_Query->$updated_term_meta_cache
WP_Query::is_embed()
WP_Query::lazyload_comment_meta()
WP_Query::lazyload_term_meta()
WP_REST_Request
WP_REST_Response
WP_REST_Server
WP_Screen->$_screen_reader_content
WP_Screen::get_screen_reader_content()
WP_Screen::get_screen_reader_text()
WP_Screen::remove_screen_reader_content()
WP_Screen::render_list_table_columns_preferences()
WP_Screen::render_meta_boxes_preferences()
WP_Screen::render_screen_reader_content()
WP_Screeb::render_view_mode()
WP_Screen::set_screen_reader_content()
WP_Term
>$update WP_Theme
WP_User::__unset()
>$request WP_User_Query
WP_User_Query::fill_query_vars()
WP_Users_List_Table::get_role_list()
WP_Widget_Calendar::$instance
WP_Widget_Tag_Cloud::_get_current_taxonomy()
WP_oEmbed_Controller
wpdb->$termmeta
Deprecated
Functions
What's New
_prime_comment_caches()
add_network_option()
add_term_meta()
delete_network_option()
delete_term_meta()
enqueue_embed_scripts()
get_header_image_tag()
get_html_split_regex()
get_network_option()
get_oembed_endpoint_url()
get_oembed_response_data()
get_oembed_response_data_rich()
get_password_reset_key()
get_post_embed_html()
get_post_embed_url()
get_preview_post_link()
get_rest_url()
get_shortcode_atts_regex()
get_subdirectory_reserved_names()
get_term_meta()
get_the_author_posts_link()
get_the_comments_navigation()
get_the_comments_pagination()
get_the_post_thumbnail_url()
is_embed()
is_post_type_viewable()
is_registered_sidebar()
map_deep()
print_embed_comments_button()
print_embed_scripts()
print_embed_sharing_button()
print_embed_sharing_dialog()
print_embed_styles()
register_rest_route()
rest_api_default_filters()
rest_api_init()
rest_api_loaded()
rest_api_register_rewrites()
rest_cookie_check_errors()
rest_cookie_collect_status()
rest_do_request()
rest_ensure_request()
rest_ensure_response()
rest_get_date_with_gmt()
rest_get_url_prefix()
rest_handle_deprecated_argument()
rest_handle_deprecated_function()
rest_handle_options_request()
rest_output_link_header()
rest_output_link_wp_head()
rest_output_rsd()
rest_parse_date()
rest_send_allow_header()
rest_send_cors_headers()
rest_url()
signup_get_available_languages()
strip_fragment_from_url()
stripslashes_from_strings_only()
the_comments_navigation()
the_comments_pagination()
the_excerpt_embed()
the_header_image_tag()
the_post_thumbnail_url()
update_network_option()
update_term_meta()
update_termmeta_cache()
urldecode_deep()
wp_ajax_delete_inactive_widgets()
wp_ajax_generate_password()
wp_ajax_save_wporg_username()
wp_calculate_image_sizes()
wp_calculate_image_srcset()
wp_embed_excerpt_attachment()
wp_embed_excerpt_attachment()
wp_filter_oembed_result()
wp_get_attachment_image_sizes()
wp_get_attachment_image_srcset()
wp_get_attachment_image_url()
wp_get_document_title()
wp_get_server_protocol()
wp_get_users_with_no_role()
wp_handle_comment_submission()
wp_image_add_srcset_and_sizes()
wp_installing()
wp_is_numeric_array()
wp_make_content_images_responsive()
wp_maybe_decline_date()
wp_new_comment_notify_moderator()
wp_new_comment_notify_postauthor()
wp_oembed_add_discovery_links()
wp_oembed_add_host_js()
wp_oembed_ensure_format()
wp_oembed_register_route()
wp_parse_url()
wp_remote_retrieve_cookie()
wp_remote_retrieve_cookie_value()
wp_remote_retrieve_cookies()
wp_removable_query_args()
wp_rest_server_class()
wp_send_new_user_notifications()
wp_term_is_shared()
Deprecated
wp_get_http()
Actions & Filters
New Actions
after_password_reset
after_signup_site
after_signup_user
attachment_updated
before_signup_header
clean_user_cache
customize_post_value_set
customize_post_value_set_{$setting_id}
delete_plugin
delete_widget
deleted_plugin
edit_user_created_user
embed_content
embed_content_meta
embed_footer
embed_head
enqueue_embed_scripts
invite_user
manage_posts_extra_tablenav
ms_network_not_found
network_site_new_created_user
network_site_users_created_user
network_user_new_created_user
page_attributes_meta_box_template
post_submitbox_minor_actions
pre_auto_update
register_new_user
rest_api_init
wp_add_nav_menu_item
wp_mail_failed
wp_verify_nonce_failed
New Filters
admin_post_thumbnail_size
comment_excerpt_length
comment_form_fields
content_pagination
customize_loaded_components
dashboard_recent_drafts_query_args
dashboard_secondary_items
default_hidden_columns
document_title_parts
document_title_separator
duplicate_comment_id
embed_html
embed_oembed_discover
embed_site_title_html
embed_template
embed_thumbnail_image_shape
embed_thumbnail_image_size
enclosure_links
expiration_of_site_transient_{$transient}
expiration_of_transient_{$transient}
export_wp_filename
feed_links_show_comments_feed
feed_links_show_posts_feed
found_comments_query
get_header_image_tag
get_page_of_comment
get_page_uri
get_post_status
get_role_list
get_sample_permalink
get_terms_defaults
get_{$adjacent}_post_excluded_terms
hidden_columns
illegal_user_logins
image_get_intermediate_size
insert_user_meta
max_srcset_image_width
mejs_settings
nav_menu_item_args
nav_menu_item_title
navigation_markup_template
network_admin_plugin_action_links
network_admin_plugin_action_links_{$plugin_file}
notify_moderator
notify_post_author
oembed_discovery_links
oembed_endpoint_url
oembed_min_max_width
oembed_response_data
old_slug_redirect_url
plugin_action_links
plugin_action_links_{$plugin_file}
post_edit_category_parent_dropdown_args
post_embed_url
postmeta_form_keys
pre_delete_post
pre_get_document_title
pre_get_lastpostmodified
register_post_type_args
register_taxonomy_args
respond_link
rest_url
rest_url_prefix
screen_options_show_submit
show_network_active_plugins
signup_get_available_languages
subdirectory_reserved_names
submenu_file
taxonomy_labels_{$taxonomy}
the_category_list
the_excerpt_embed
update_right_now_text
user_profile_picture_description
users_list_table_query_args
view_mode_post_types
wp_calculate_image_sizes
wp_calculate_image_srcset
wp_dropdown_users_args
wp_http_ixr_client_headers
wp_post_revision_title_expanded
wp_prepare_revision_for_js
wp_theme_editor_filetypes
xmlrpc_chunk_parsing_size
2015-12-27 19:39:57 +01:00
|
|
|
share/ja-wordpress/wp-includes/customize/class-wp-customize-background-image-control.php
|
|
|
|
share/ja-wordpress/wp-includes/customize/class-wp-customize-background-image-setting.php
|
2019-12-16 17:52:40 +01:00
|
|
|
share/ja-wordpress/wp-includes/customize/class-wp-customize-background-position-control.php
|
|
|
|
share/ja-wordpress/wp-includes/customize/class-wp-customize-code-editor-control.php
|
Update to 4.4
Changelog:
On December 8, 2015, WordPress Version 4.4, named for jazz musician Clifford Brown, was released to the public. For more information on this enhancement and bug-fix release, read the WordPress Blog, and see the Changelog for 4.4.
For Version 4.4, the database version (db_version in wp_options) changed to 35700, and the Trac revision was 35842.
Highlights
twenty-sixteen-white-desktop-1x.png
New Default Theme - Twenty Sixteen
Modern take on the classic blog design
Flexible header and fun color schemes will make your content shine
Mobile-first and responsive
The Finer Points
responsive-devices-desktop-1x.png
Responsive images:
WordPress now takes a smarter approach to displaying appropriate image sizes on any device, ensuring a perfect fit every time. You don’t need to do anything to your theme, it just works.
wp embed preview.png
Embed your WordPress content:
Now you can embed your posts on other sites, even other WordPress sites. Simply drop a post URL into the editor and see an instant embed preview, complete with the title, excerpt, and featured image if you’ve set one. We’ll even include your site icon and links for comments and sharing.
reverbnation embed.png
Even more embed providers:
In addition to post embeds, WordPress 4.4 also adds support for five new oEmbed providers: Cloudup, Reddit Comments, ReverbNation, Speaker Deck, and VideoPress.
For Developers
REST API infrastructure: Infrastructure for the REST API has been integrated into core, the first part of a multi-stage rollout. Inclusion of core endpoints is targeted for an upcoming release. To get a sneak peek of the core endpoints, and for more information on extending the REST API, check out the official WordPress REST API plugin.
Term meta: Terms now support metadata, just like posts. See add_term_meta(), get_term_meta(), and update_term_meta() for more information.
Comment query improvements: Comment queries now have cache handling to improve performance. New arguments in WP_Comment_Query make crafting robust comment queries simpler.
Term, comment, and network objects: New WP_Term, WP_Comment, and WP_Network objects make interacting with terms, comments, and networks more predictable and intuitive in code.
What's New
General
Developer reference - Improvements to inline code documentation.
i18n support - Improvements to translation strings all over the core.
Admin page headings were adjusted from H3 to H2 tags to reinforce page hierarchy
Improvements to how list tables are displayed on all size screens
Posts
The post/page permalink UI was simplified, linking the permalink and removing the "View" button
Media
Comments
The "View Comment" link was relocated from the Status meta box in the comment-editing screen
Many comment functions can now accept a full object instead of 'comment_ID' to reduce cache/db lookups
Orphaned comments now fall back to the 'edit_posts' capability
Appearance
Site icons will now fall back to the 'full' size URL when the 'thumbnail' size doesn't exist
Users
Install Process
Multisite
The language chooser was added to the new site form on wp-signup.php
Sites may no longer be created with the following reserved slugs: wp-admin, wp-content, wp-includes, or wp-json
Accessibility
Under The Hood
General
Unclosed HTML elements in shortcode attributes were disallowed
HTML was removed from all translatable text strings
Rewrite rules are now flushed on theme switch
Most core classes were moved to their own files
Embeds
Add oEmbed support for Cloudup.
Add oEmbed support for Reddit Comments.
Add oEmbed support for ReverbNation.
Add oEmbed support for Speaker Deck.
Add oEmbed support for VideoPress.
Remove oEmbed support for Blip.
JavaScript
Customizer: Ensure persistence of unchanged active state for controls, sections, and panels
Customizer: Fixed logic for determining the container element when focusing on a panel, section, or control
Customizer: Fixed clearing of a color control's setting by using proper empty value
Bug Fixes
Fail gracefully when checking mapped capabilities against unregistered post types
Visibility was restored for the Tags auto-suggest tooltip in Quick Edit
The $public_only parameter was added to count_user_posts()
Cron: Events are now rejected when the provided $timestamp value is not a valid timestamp
Users with no role are now redirected to the home page on login instead of their profile-editing screen
Multisite
A network can now be retrieved by its ID through WP_Network::get_instance()
A network can now be created or completed by passing arguments to WP_Network
Network-level capabilities were clarified and some long-time bugs were fixed
Classes
What's New
WP_Comment
WP_Comment_Query->$found_comments
WP_Comment_Query->$max_num_pages
WP_Comment_Query->$meta_query_clauses
WP_Comment_Query->$sql_clauses
WP_Comment_Query::fill_descendants()
WP_Comment_Query::get_comment_ids()
WP_Customize_Manager->$autofocus
WP_Customize_Manager->$preview_url
WP_Customize_Manager->$return_url
WP_Customize_Manager::customize_pane_settings()
WP_Customize_Manager::get_autofocus()
WP_Customize_Manager::get_document_title_template()
WP_Customize_Manager::get_preview_url()
WP_Customize_Manager::get_return_url()
WP_Customize_Manager::is_ios()
WP_Customize_Manager::set_autofocus()
WP_Customize_Manager::set_preview_url()
WP_Customize_Manager::set_return_url()
WP_Customize_Setting->$is_multidimensional_aggregated
WP_Customize_Setting->$is_previewed
WP_Customize_Setting::$aggregated_multidimensionals
WP_Customize_Setting::_multidimensional_preview_filter()
WP_Customize_Setting::aggregate_multidimensional()
get_root_value/ WP_Customize_Setting::get_root_value()
id_data/ WP_Customize_Setting::id_data()
set_root_value/ WP_Customize_Setting::set_root_value()
WP_Customize_Widgets::get_widget_control_parts()
WP_Customize_Widgets::is_panel_active()
WP_Filesystem_SSH2::sftp_path()
WP_HTTP_Response
WP_List_Table::get_primary_column()
WP_Locale->$start_of_week
WP_MS_Sites_List_Table::column_id()
WP_MS_Users_List_Table::column_id()
WP_Media_List_Table->$comment_pending_count
WP_Network
WP_Posts_List_Table::get_edit_link()
WP_Query->$is_embed
WP_Query->$updated_comment_meta_cache
WP_Query->$updated_term_meta_cache
WP_Query::is_embed()
WP_Query::lazyload_comment_meta()
WP_Query::lazyload_term_meta()
WP_REST_Request
WP_REST_Response
WP_REST_Server
WP_Screen->$_screen_reader_content
WP_Screen::get_screen_reader_content()
WP_Screen::get_screen_reader_text()
WP_Screen::remove_screen_reader_content()
WP_Screen::render_list_table_columns_preferences()
WP_Screen::render_meta_boxes_preferences()
WP_Screen::render_screen_reader_content()
WP_Screeb::render_view_mode()
WP_Screen::set_screen_reader_content()
WP_Term
>$update WP_Theme
WP_User::__unset()
>$request WP_User_Query
WP_User_Query::fill_query_vars()
WP_Users_List_Table::get_role_list()
WP_Widget_Calendar::$instance
WP_Widget_Tag_Cloud::_get_current_taxonomy()
WP_oEmbed_Controller
wpdb->$termmeta
Deprecated
Functions
What's New
_prime_comment_caches()
add_network_option()
add_term_meta()
delete_network_option()
delete_term_meta()
enqueue_embed_scripts()
get_header_image_tag()
get_html_split_regex()
get_network_option()
get_oembed_endpoint_url()
get_oembed_response_data()
get_oembed_response_data_rich()
get_password_reset_key()
get_post_embed_html()
get_post_embed_url()
get_preview_post_link()
get_rest_url()
get_shortcode_atts_regex()
get_subdirectory_reserved_names()
get_term_meta()
get_the_author_posts_link()
get_the_comments_navigation()
get_the_comments_pagination()
get_the_post_thumbnail_url()
is_embed()
is_post_type_viewable()
is_registered_sidebar()
map_deep()
print_embed_comments_button()
print_embed_scripts()
print_embed_sharing_button()
print_embed_sharing_dialog()
print_embed_styles()
register_rest_route()
rest_api_default_filters()
rest_api_init()
rest_api_loaded()
rest_api_register_rewrites()
rest_cookie_check_errors()
rest_cookie_collect_status()
rest_do_request()
rest_ensure_request()
rest_ensure_response()
rest_get_date_with_gmt()
rest_get_url_prefix()
rest_handle_deprecated_argument()
rest_handle_deprecated_function()
rest_handle_options_request()
rest_output_link_header()
rest_output_link_wp_head()
rest_output_rsd()
rest_parse_date()
rest_send_allow_header()
rest_send_cors_headers()
rest_url()
signup_get_available_languages()
strip_fragment_from_url()
stripslashes_from_strings_only()
the_comments_navigation()
the_comments_pagination()
the_excerpt_embed()
the_header_image_tag()
the_post_thumbnail_url()
update_network_option()
update_term_meta()
update_termmeta_cache()
urldecode_deep()
wp_ajax_delete_inactive_widgets()
wp_ajax_generate_password()
wp_ajax_save_wporg_username()
wp_calculate_image_sizes()
wp_calculate_image_srcset()
wp_embed_excerpt_attachment()
wp_embed_excerpt_attachment()
wp_filter_oembed_result()
wp_get_attachment_image_sizes()
wp_get_attachment_image_srcset()
wp_get_attachment_image_url()
wp_get_document_title()
wp_get_server_protocol()
wp_get_users_with_no_role()
wp_handle_comment_submission()
wp_image_add_srcset_and_sizes()
wp_installing()
wp_is_numeric_array()
wp_make_content_images_responsive()
wp_maybe_decline_date()
wp_new_comment_notify_moderator()
wp_new_comment_notify_postauthor()
wp_oembed_add_discovery_links()
wp_oembed_add_host_js()
wp_oembed_ensure_format()
wp_oembed_register_route()
wp_parse_url()
wp_remote_retrieve_cookie()
wp_remote_retrieve_cookie_value()
wp_remote_retrieve_cookies()
wp_removable_query_args()
wp_rest_server_class()
wp_send_new_user_notifications()
wp_term_is_shared()
Deprecated
wp_get_http()
Actions & Filters
New Actions
after_password_reset
after_signup_site
after_signup_user
attachment_updated
before_signup_header
clean_user_cache
customize_post_value_set
customize_post_value_set_{$setting_id}
delete_plugin
delete_widget
deleted_plugin
edit_user_created_user
embed_content
embed_content_meta
embed_footer
embed_head
enqueue_embed_scripts
invite_user
manage_posts_extra_tablenav
ms_network_not_found
network_site_new_created_user
network_site_users_created_user
network_user_new_created_user
page_attributes_meta_box_template
post_submitbox_minor_actions
pre_auto_update
register_new_user
rest_api_init
wp_add_nav_menu_item
wp_mail_failed
wp_verify_nonce_failed
New Filters
admin_post_thumbnail_size
comment_excerpt_length
comment_form_fields
content_pagination
customize_loaded_components
dashboard_recent_drafts_query_args
dashboard_secondary_items
default_hidden_columns
document_title_parts
document_title_separator
duplicate_comment_id
embed_html
embed_oembed_discover
embed_site_title_html
embed_template
embed_thumbnail_image_shape
embed_thumbnail_image_size
enclosure_links
expiration_of_site_transient_{$transient}
expiration_of_transient_{$transient}
export_wp_filename
feed_links_show_comments_feed
feed_links_show_posts_feed
found_comments_query
get_header_image_tag
get_page_of_comment
get_page_uri
get_post_status
get_role_list
get_sample_permalink
get_terms_defaults
get_{$adjacent}_post_excluded_terms
hidden_columns
illegal_user_logins
image_get_intermediate_size
insert_user_meta
max_srcset_image_width
mejs_settings
nav_menu_item_args
nav_menu_item_title
navigation_markup_template
network_admin_plugin_action_links
network_admin_plugin_action_links_{$plugin_file}
notify_moderator
notify_post_author
oembed_discovery_links
oembed_endpoint_url
oembed_min_max_width
oembed_response_data
old_slug_redirect_url
plugin_action_links
plugin_action_links_{$plugin_file}
post_edit_category_parent_dropdown_args
post_embed_url
postmeta_form_keys
pre_delete_post
pre_get_document_title
pre_get_lastpostmodified
register_post_type_args
register_taxonomy_args
respond_link
rest_url
rest_url_prefix
screen_options_show_submit
show_network_active_plugins
signup_get_available_languages
subdirectory_reserved_names
submenu_file
taxonomy_labels_{$taxonomy}
the_category_list
the_excerpt_embed
update_right_now_text
user_profile_picture_description
users_list_table_query_args
view_mode_post_types
wp_calculate_image_sizes
wp_calculate_image_srcset
wp_dropdown_users_args
wp_http_ixr_client_headers
wp_post_revision_title_expanded
wp_prepare_revision_for_js
wp_theme_editor_filetypes
xmlrpc_chunk_parsing_size
2015-12-27 19:39:57 +01:00
|
|
|
share/ja-wordpress/wp-includes/customize/class-wp-customize-color-control.php
|
|
|
|
share/ja-wordpress/wp-includes/customize/class-wp-customize-cropped-image-control.php
|
2019-12-16 17:52:40 +01:00
|
|
|
share/ja-wordpress/wp-includes/customize/class-wp-customize-custom-css-setting.php
|
|
|
|
share/ja-wordpress/wp-includes/customize/class-wp-customize-date-time-control.php
|
Update to 4.4
Changelog:
On December 8, 2015, WordPress Version 4.4, named for jazz musician Clifford Brown, was released to the public. For more information on this enhancement and bug-fix release, read the WordPress Blog, and see the Changelog for 4.4.
For Version 4.4, the database version (db_version in wp_options) changed to 35700, and the Trac revision was 35842.
Highlights
twenty-sixteen-white-desktop-1x.png
New Default Theme - Twenty Sixteen
Modern take on the classic blog design
Flexible header and fun color schemes will make your content shine
Mobile-first and responsive
The Finer Points
responsive-devices-desktop-1x.png
Responsive images:
WordPress now takes a smarter approach to displaying appropriate image sizes on any device, ensuring a perfect fit every time. You don’t need to do anything to your theme, it just works.
wp embed preview.png
Embed your WordPress content:
Now you can embed your posts on other sites, even other WordPress sites. Simply drop a post URL into the editor and see an instant embed preview, complete with the title, excerpt, and featured image if you’ve set one. We’ll even include your site icon and links for comments and sharing.
reverbnation embed.png
Even more embed providers:
In addition to post embeds, WordPress 4.4 also adds support for five new oEmbed providers: Cloudup, Reddit Comments, ReverbNation, Speaker Deck, and VideoPress.
For Developers
REST API infrastructure: Infrastructure for the REST API has been integrated into core, the first part of a multi-stage rollout. Inclusion of core endpoints is targeted for an upcoming release. To get a sneak peek of the core endpoints, and for more information on extending the REST API, check out the official WordPress REST API plugin.
Term meta: Terms now support metadata, just like posts. See add_term_meta(), get_term_meta(), and update_term_meta() for more information.
Comment query improvements: Comment queries now have cache handling to improve performance. New arguments in WP_Comment_Query make crafting robust comment queries simpler.
Term, comment, and network objects: New WP_Term, WP_Comment, and WP_Network objects make interacting with terms, comments, and networks more predictable and intuitive in code.
What's New
General
Developer reference - Improvements to inline code documentation.
i18n support - Improvements to translation strings all over the core.
Admin page headings were adjusted from H3 to H2 tags to reinforce page hierarchy
Improvements to how list tables are displayed on all size screens
Posts
The post/page permalink UI was simplified, linking the permalink and removing the "View" button
Media
Comments
The "View Comment" link was relocated from the Status meta box in the comment-editing screen
Many comment functions can now accept a full object instead of 'comment_ID' to reduce cache/db lookups
Orphaned comments now fall back to the 'edit_posts' capability
Appearance
Site icons will now fall back to the 'full' size URL when the 'thumbnail' size doesn't exist
Users
Install Process
Multisite
The language chooser was added to the new site form on wp-signup.php
Sites may no longer be created with the following reserved slugs: wp-admin, wp-content, wp-includes, or wp-json
Accessibility
Under The Hood
General
Unclosed HTML elements in shortcode attributes were disallowed
HTML was removed from all translatable text strings
Rewrite rules are now flushed on theme switch
Most core classes were moved to their own files
Embeds
Add oEmbed support for Cloudup.
Add oEmbed support for Reddit Comments.
Add oEmbed support for ReverbNation.
Add oEmbed support for Speaker Deck.
Add oEmbed support for VideoPress.
Remove oEmbed support for Blip.
JavaScript
Customizer: Ensure persistence of unchanged active state for controls, sections, and panels
Customizer: Fixed logic for determining the container element when focusing on a panel, section, or control
Customizer: Fixed clearing of a color control's setting by using proper empty value
Bug Fixes
Fail gracefully when checking mapped capabilities against unregistered post types
Visibility was restored for the Tags auto-suggest tooltip in Quick Edit
The $public_only parameter was added to count_user_posts()
Cron: Events are now rejected when the provided $timestamp value is not a valid timestamp
Users with no role are now redirected to the home page on login instead of their profile-editing screen
Multisite
A network can now be retrieved by its ID through WP_Network::get_instance()
A network can now be created or completed by passing arguments to WP_Network
Network-level capabilities were clarified and some long-time bugs were fixed
Classes
What's New
WP_Comment
WP_Comment_Query->$found_comments
WP_Comment_Query->$max_num_pages
WP_Comment_Query->$meta_query_clauses
WP_Comment_Query->$sql_clauses
WP_Comment_Query::fill_descendants()
WP_Comment_Query::get_comment_ids()
WP_Customize_Manager->$autofocus
WP_Customize_Manager->$preview_url
WP_Customize_Manager->$return_url
WP_Customize_Manager::customize_pane_settings()
WP_Customize_Manager::get_autofocus()
WP_Customize_Manager::get_document_title_template()
WP_Customize_Manager::get_preview_url()
WP_Customize_Manager::get_return_url()
WP_Customize_Manager::is_ios()
WP_Customize_Manager::set_autofocus()
WP_Customize_Manager::set_preview_url()
WP_Customize_Manager::set_return_url()
WP_Customize_Setting->$is_multidimensional_aggregated
WP_Customize_Setting->$is_previewed
WP_Customize_Setting::$aggregated_multidimensionals
WP_Customize_Setting::_multidimensional_preview_filter()
WP_Customize_Setting::aggregate_multidimensional()
get_root_value/ WP_Customize_Setting::get_root_value()
id_data/ WP_Customize_Setting::id_data()
set_root_value/ WP_Customize_Setting::set_root_value()
WP_Customize_Widgets::get_widget_control_parts()
WP_Customize_Widgets::is_panel_active()
WP_Filesystem_SSH2::sftp_path()
WP_HTTP_Response
WP_List_Table::get_primary_column()
WP_Locale->$start_of_week
WP_MS_Sites_List_Table::column_id()
WP_MS_Users_List_Table::column_id()
WP_Media_List_Table->$comment_pending_count
WP_Network
WP_Posts_List_Table::get_edit_link()
WP_Query->$is_embed
WP_Query->$updated_comment_meta_cache
WP_Query->$updated_term_meta_cache
WP_Query::is_embed()
WP_Query::lazyload_comment_meta()
WP_Query::lazyload_term_meta()
WP_REST_Request
WP_REST_Response
WP_REST_Server
WP_Screen->$_screen_reader_content
WP_Screen::get_screen_reader_content()
WP_Screen::get_screen_reader_text()
WP_Screen::remove_screen_reader_content()
WP_Screen::render_list_table_columns_preferences()
WP_Screen::render_meta_boxes_preferences()
WP_Screen::render_screen_reader_content()
WP_Screeb::render_view_mode()
WP_Screen::set_screen_reader_content()
WP_Term
>$update WP_Theme
WP_User::__unset()
>$request WP_User_Query
WP_User_Query::fill_query_vars()
WP_Users_List_Table::get_role_list()
WP_Widget_Calendar::$instance
WP_Widget_Tag_Cloud::_get_current_taxonomy()
WP_oEmbed_Controller
wpdb->$termmeta
Deprecated
Functions
What's New
_prime_comment_caches()
add_network_option()
add_term_meta()
delete_network_option()
delete_term_meta()
enqueue_embed_scripts()
get_header_image_tag()
get_html_split_regex()
get_network_option()
get_oembed_endpoint_url()
get_oembed_response_data()
get_oembed_response_data_rich()
get_password_reset_key()
get_post_embed_html()
get_post_embed_url()
get_preview_post_link()
get_rest_url()
get_shortcode_atts_regex()
get_subdirectory_reserved_names()
get_term_meta()
get_the_author_posts_link()
get_the_comments_navigation()
get_the_comments_pagination()
get_the_post_thumbnail_url()
is_embed()
is_post_type_viewable()
is_registered_sidebar()
map_deep()
print_embed_comments_button()
print_embed_scripts()
print_embed_sharing_button()
print_embed_sharing_dialog()
print_embed_styles()
register_rest_route()
rest_api_default_filters()
rest_api_init()
rest_api_loaded()
rest_api_register_rewrites()
rest_cookie_check_errors()
rest_cookie_collect_status()
rest_do_request()
rest_ensure_request()
rest_ensure_response()
rest_get_date_with_gmt()
rest_get_url_prefix()
rest_handle_deprecated_argument()
rest_handle_deprecated_function()
rest_handle_options_request()
rest_output_link_header()
rest_output_link_wp_head()
rest_output_rsd()
rest_parse_date()
rest_send_allow_header()
rest_send_cors_headers()
rest_url()
signup_get_available_languages()
strip_fragment_from_url()
stripslashes_from_strings_only()
the_comments_navigation()
the_comments_pagination()
the_excerpt_embed()
the_header_image_tag()
the_post_thumbnail_url()
update_network_option()
update_term_meta()
update_termmeta_cache()
urldecode_deep()
wp_ajax_delete_inactive_widgets()
wp_ajax_generate_password()
wp_ajax_save_wporg_username()
wp_calculate_image_sizes()
wp_calculate_image_srcset()
wp_embed_excerpt_attachment()
wp_embed_excerpt_attachment()
wp_filter_oembed_result()
wp_get_attachment_image_sizes()
wp_get_attachment_image_srcset()
wp_get_attachment_image_url()
wp_get_document_title()
wp_get_server_protocol()
wp_get_users_with_no_role()
wp_handle_comment_submission()
wp_image_add_srcset_and_sizes()
wp_installing()
wp_is_numeric_array()
wp_make_content_images_responsive()
wp_maybe_decline_date()
wp_new_comment_notify_moderator()
wp_new_comment_notify_postauthor()
wp_oembed_add_discovery_links()
wp_oembed_add_host_js()
wp_oembed_ensure_format()
wp_oembed_register_route()
wp_parse_url()
wp_remote_retrieve_cookie()
wp_remote_retrieve_cookie_value()
wp_remote_retrieve_cookies()
wp_removable_query_args()
wp_rest_server_class()
wp_send_new_user_notifications()
wp_term_is_shared()
Deprecated
wp_get_http()
Actions & Filters
New Actions
after_password_reset
after_signup_site
after_signup_user
attachment_updated
before_signup_header
clean_user_cache
customize_post_value_set
customize_post_value_set_{$setting_id}
delete_plugin
delete_widget
deleted_plugin
edit_user_created_user
embed_content
embed_content_meta
embed_footer
embed_head
enqueue_embed_scripts
invite_user
manage_posts_extra_tablenav
ms_network_not_found
network_site_new_created_user
network_site_users_created_user
network_user_new_created_user
page_attributes_meta_box_template
post_submitbox_minor_actions
pre_auto_update
register_new_user
rest_api_init
wp_add_nav_menu_item
wp_mail_failed
wp_verify_nonce_failed
New Filters
admin_post_thumbnail_size
comment_excerpt_length
comment_form_fields
content_pagination
customize_loaded_components
dashboard_recent_drafts_query_args
dashboard_secondary_items
default_hidden_columns
document_title_parts
document_title_separator
duplicate_comment_id
embed_html
embed_oembed_discover
embed_site_title_html
embed_template
embed_thumbnail_image_shape
embed_thumbnail_image_size
enclosure_links
expiration_of_site_transient_{$transient}
expiration_of_transient_{$transient}
export_wp_filename
feed_links_show_comments_feed
feed_links_show_posts_feed
found_comments_query
get_header_image_tag
get_page_of_comment
get_page_uri
get_post_status
get_role_list
get_sample_permalink
get_terms_defaults
get_{$adjacent}_post_excluded_terms
hidden_columns
illegal_user_logins
image_get_intermediate_size
insert_user_meta
max_srcset_image_width
mejs_settings
nav_menu_item_args
nav_menu_item_title
navigation_markup_template
network_admin_plugin_action_links
network_admin_plugin_action_links_{$plugin_file}
notify_moderator
notify_post_author
oembed_discovery_links
oembed_endpoint_url
oembed_min_max_width
oembed_response_data
old_slug_redirect_url
plugin_action_links
plugin_action_links_{$plugin_file}
post_edit_category_parent_dropdown_args
post_embed_url
postmeta_form_keys
pre_delete_post
pre_get_document_title
pre_get_lastpostmodified
register_post_type_args
register_taxonomy_args
respond_link
rest_url
rest_url_prefix
screen_options_show_submit
show_network_active_plugins
signup_get_available_languages
subdirectory_reserved_names
submenu_file
taxonomy_labels_{$taxonomy}
the_category_list
the_excerpt_embed
update_right_now_text
user_profile_picture_description
users_list_table_query_args
view_mode_post_types
wp_calculate_image_sizes
wp_calculate_image_srcset
wp_dropdown_users_args
wp_http_ixr_client_headers
wp_post_revision_title_expanded
wp_prepare_revision_for_js
wp_theme_editor_filetypes
xmlrpc_chunk_parsing_size
2015-12-27 19:39:57 +01:00
|
|
|
share/ja-wordpress/wp-includes/customize/class-wp-customize-filter-setting.php
|
|
|
|
share/ja-wordpress/wp-includes/customize/class-wp-customize-header-image-control.php
|
|
|
|
share/ja-wordpress/wp-includes/customize/class-wp-customize-header-image-setting.php
|
|
|
|
share/ja-wordpress/wp-includes/customize/class-wp-customize-image-control.php
|
|
|
|
share/ja-wordpress/wp-includes/customize/class-wp-customize-media-control.php
|
|
|
|
share/ja-wordpress/wp-includes/customize/class-wp-customize-nav-menu-auto-add-control.php
|
|
|
|
share/ja-wordpress/wp-includes/customize/class-wp-customize-nav-menu-control.php
|
|
|
|
share/ja-wordpress/wp-includes/customize/class-wp-customize-nav-menu-item-control.php
|
|
|
|
share/ja-wordpress/wp-includes/customize/class-wp-customize-nav-menu-item-setting.php
|
|
|
|
share/ja-wordpress/wp-includes/customize/class-wp-customize-nav-menu-location-control.php
|
2019-12-16 17:52:40 +01:00
|
|
|
share/ja-wordpress/wp-includes/customize/class-wp-customize-nav-menu-locations-control.php
|
Update to 4.4
Changelog:
On December 8, 2015, WordPress Version 4.4, named for jazz musician Clifford Brown, was released to the public. For more information on this enhancement and bug-fix release, read the WordPress Blog, and see the Changelog for 4.4.
For Version 4.4, the database version (db_version in wp_options) changed to 35700, and the Trac revision was 35842.
Highlights
twenty-sixteen-white-desktop-1x.png
New Default Theme - Twenty Sixteen
Modern take on the classic blog design
Flexible header and fun color schemes will make your content shine
Mobile-first and responsive
The Finer Points
responsive-devices-desktop-1x.png
Responsive images:
WordPress now takes a smarter approach to displaying appropriate image sizes on any device, ensuring a perfect fit every time. You don’t need to do anything to your theme, it just works.
wp embed preview.png
Embed your WordPress content:
Now you can embed your posts on other sites, even other WordPress sites. Simply drop a post URL into the editor and see an instant embed preview, complete with the title, excerpt, and featured image if you’ve set one. We’ll even include your site icon and links for comments and sharing.
reverbnation embed.png
Even more embed providers:
In addition to post embeds, WordPress 4.4 also adds support for five new oEmbed providers: Cloudup, Reddit Comments, ReverbNation, Speaker Deck, and VideoPress.
For Developers
REST API infrastructure: Infrastructure for the REST API has been integrated into core, the first part of a multi-stage rollout. Inclusion of core endpoints is targeted for an upcoming release. To get a sneak peek of the core endpoints, and for more information on extending the REST API, check out the official WordPress REST API plugin.
Term meta: Terms now support metadata, just like posts. See add_term_meta(), get_term_meta(), and update_term_meta() for more information.
Comment query improvements: Comment queries now have cache handling to improve performance. New arguments in WP_Comment_Query make crafting robust comment queries simpler.
Term, comment, and network objects: New WP_Term, WP_Comment, and WP_Network objects make interacting with terms, comments, and networks more predictable and intuitive in code.
What's New
General
Developer reference - Improvements to inline code documentation.
i18n support - Improvements to translation strings all over the core.
Admin page headings were adjusted from H3 to H2 tags to reinforce page hierarchy
Improvements to how list tables are displayed on all size screens
Posts
The post/page permalink UI was simplified, linking the permalink and removing the "View" button
Media
Comments
The "View Comment" link was relocated from the Status meta box in the comment-editing screen
Many comment functions can now accept a full object instead of 'comment_ID' to reduce cache/db lookups
Orphaned comments now fall back to the 'edit_posts' capability
Appearance
Site icons will now fall back to the 'full' size URL when the 'thumbnail' size doesn't exist
Users
Install Process
Multisite
The language chooser was added to the new site form on wp-signup.php
Sites may no longer be created with the following reserved slugs: wp-admin, wp-content, wp-includes, or wp-json
Accessibility
Under The Hood
General
Unclosed HTML elements in shortcode attributes were disallowed
HTML was removed from all translatable text strings
Rewrite rules are now flushed on theme switch
Most core classes were moved to their own files
Embeds
Add oEmbed support for Cloudup.
Add oEmbed support for Reddit Comments.
Add oEmbed support for ReverbNation.
Add oEmbed support for Speaker Deck.
Add oEmbed support for VideoPress.
Remove oEmbed support for Blip.
JavaScript
Customizer: Ensure persistence of unchanged active state for controls, sections, and panels
Customizer: Fixed logic for determining the container element when focusing on a panel, section, or control
Customizer: Fixed clearing of a color control's setting by using proper empty value
Bug Fixes
Fail gracefully when checking mapped capabilities against unregistered post types
Visibility was restored for the Tags auto-suggest tooltip in Quick Edit
The $public_only parameter was added to count_user_posts()
Cron: Events are now rejected when the provided $timestamp value is not a valid timestamp
Users with no role are now redirected to the home page on login instead of their profile-editing screen
Multisite
A network can now be retrieved by its ID through WP_Network::get_instance()
A network can now be created or completed by passing arguments to WP_Network
Network-level capabilities were clarified and some long-time bugs were fixed
Classes
What's New
WP_Comment
WP_Comment_Query->$found_comments
WP_Comment_Query->$max_num_pages
WP_Comment_Query->$meta_query_clauses
WP_Comment_Query->$sql_clauses
WP_Comment_Query::fill_descendants()
WP_Comment_Query::get_comment_ids()
WP_Customize_Manager->$autofocus
WP_Customize_Manager->$preview_url
WP_Customize_Manager->$return_url
WP_Customize_Manager::customize_pane_settings()
WP_Customize_Manager::get_autofocus()
WP_Customize_Manager::get_document_title_template()
WP_Customize_Manager::get_preview_url()
WP_Customize_Manager::get_return_url()
WP_Customize_Manager::is_ios()
WP_Customize_Manager::set_autofocus()
WP_Customize_Manager::set_preview_url()
WP_Customize_Manager::set_return_url()
WP_Customize_Setting->$is_multidimensional_aggregated
WP_Customize_Setting->$is_previewed
WP_Customize_Setting::$aggregated_multidimensionals
WP_Customize_Setting::_multidimensional_preview_filter()
WP_Customize_Setting::aggregate_multidimensional()
get_root_value/ WP_Customize_Setting::get_root_value()
id_data/ WP_Customize_Setting::id_data()
set_root_value/ WP_Customize_Setting::set_root_value()
WP_Customize_Widgets::get_widget_control_parts()
WP_Customize_Widgets::is_panel_active()
WP_Filesystem_SSH2::sftp_path()
WP_HTTP_Response
WP_List_Table::get_primary_column()
WP_Locale->$start_of_week
WP_MS_Sites_List_Table::column_id()
WP_MS_Users_List_Table::column_id()
WP_Media_List_Table->$comment_pending_count
WP_Network
WP_Posts_List_Table::get_edit_link()
WP_Query->$is_embed
WP_Query->$updated_comment_meta_cache
WP_Query->$updated_term_meta_cache
WP_Query::is_embed()
WP_Query::lazyload_comment_meta()
WP_Query::lazyload_term_meta()
WP_REST_Request
WP_REST_Response
WP_REST_Server
WP_Screen->$_screen_reader_content
WP_Screen::get_screen_reader_content()
WP_Screen::get_screen_reader_text()
WP_Screen::remove_screen_reader_content()
WP_Screen::render_list_table_columns_preferences()
WP_Screen::render_meta_boxes_preferences()
WP_Screen::render_screen_reader_content()
WP_Screeb::render_view_mode()
WP_Screen::set_screen_reader_content()
WP_Term
>$update WP_Theme
WP_User::__unset()
>$request WP_User_Query
WP_User_Query::fill_query_vars()
WP_Users_List_Table::get_role_list()
WP_Widget_Calendar::$instance
WP_Widget_Tag_Cloud::_get_current_taxonomy()
WP_oEmbed_Controller
wpdb->$termmeta
Deprecated
Functions
What's New
_prime_comment_caches()
add_network_option()
add_term_meta()
delete_network_option()
delete_term_meta()
enqueue_embed_scripts()
get_header_image_tag()
get_html_split_regex()
get_network_option()
get_oembed_endpoint_url()
get_oembed_response_data()
get_oembed_response_data_rich()
get_password_reset_key()
get_post_embed_html()
get_post_embed_url()
get_preview_post_link()
get_rest_url()
get_shortcode_atts_regex()
get_subdirectory_reserved_names()
get_term_meta()
get_the_author_posts_link()
get_the_comments_navigation()
get_the_comments_pagination()
get_the_post_thumbnail_url()
is_embed()
is_post_type_viewable()
is_registered_sidebar()
map_deep()
print_embed_comments_button()
print_embed_scripts()
print_embed_sharing_button()
print_embed_sharing_dialog()
print_embed_styles()
register_rest_route()
rest_api_default_filters()
rest_api_init()
rest_api_loaded()
rest_api_register_rewrites()
rest_cookie_check_errors()
rest_cookie_collect_status()
rest_do_request()
rest_ensure_request()
rest_ensure_response()
rest_get_date_with_gmt()
rest_get_url_prefix()
rest_handle_deprecated_argument()
rest_handle_deprecated_function()
rest_handle_options_request()
rest_output_link_header()
rest_output_link_wp_head()
rest_output_rsd()
rest_parse_date()
rest_send_allow_header()
rest_send_cors_headers()
rest_url()
signup_get_available_languages()
strip_fragment_from_url()
stripslashes_from_strings_only()
the_comments_navigation()
the_comments_pagination()
the_excerpt_embed()
the_header_image_tag()
the_post_thumbnail_url()
update_network_option()
update_term_meta()
update_termmeta_cache()
urldecode_deep()
wp_ajax_delete_inactive_widgets()
wp_ajax_generate_password()
wp_ajax_save_wporg_username()
wp_calculate_image_sizes()
wp_calculate_image_srcset()
wp_embed_excerpt_attachment()
wp_embed_excerpt_attachment()
wp_filter_oembed_result()
wp_get_attachment_image_sizes()
wp_get_attachment_image_srcset()
wp_get_attachment_image_url()
wp_get_document_title()
wp_get_server_protocol()
wp_get_users_with_no_role()
wp_handle_comment_submission()
wp_image_add_srcset_and_sizes()
wp_installing()
wp_is_numeric_array()
wp_make_content_images_responsive()
wp_maybe_decline_date()
wp_new_comment_notify_moderator()
wp_new_comment_notify_postauthor()
wp_oembed_add_discovery_links()
wp_oembed_add_host_js()
wp_oembed_ensure_format()
wp_oembed_register_route()
wp_parse_url()
wp_remote_retrieve_cookie()
wp_remote_retrieve_cookie_value()
wp_remote_retrieve_cookies()
wp_removable_query_args()
wp_rest_server_class()
wp_send_new_user_notifications()
wp_term_is_shared()
Deprecated
wp_get_http()
Actions & Filters
New Actions
after_password_reset
after_signup_site
after_signup_user
attachment_updated
before_signup_header
clean_user_cache
customize_post_value_set
customize_post_value_set_{$setting_id}
delete_plugin
delete_widget
deleted_plugin
edit_user_created_user
embed_content
embed_content_meta
embed_footer
embed_head
enqueue_embed_scripts
invite_user
manage_posts_extra_tablenav
ms_network_not_found
network_site_new_created_user
network_site_users_created_user
network_user_new_created_user
page_attributes_meta_box_template
post_submitbox_minor_actions
pre_auto_update
register_new_user
rest_api_init
wp_add_nav_menu_item
wp_mail_failed
wp_verify_nonce_failed
New Filters
admin_post_thumbnail_size
comment_excerpt_length
comment_form_fields
content_pagination
customize_loaded_components
dashboard_recent_drafts_query_args
dashboard_secondary_items
default_hidden_columns
document_title_parts
document_title_separator
duplicate_comment_id
embed_html
embed_oembed_discover
embed_site_title_html
embed_template
embed_thumbnail_image_shape
embed_thumbnail_image_size
enclosure_links
expiration_of_site_transient_{$transient}
expiration_of_transient_{$transient}
export_wp_filename
feed_links_show_comments_feed
feed_links_show_posts_feed
found_comments_query
get_header_image_tag
get_page_of_comment
get_page_uri
get_post_status
get_role_list
get_sample_permalink
get_terms_defaults
get_{$adjacent}_post_excluded_terms
hidden_columns
illegal_user_logins
image_get_intermediate_size
insert_user_meta
max_srcset_image_width
mejs_settings
nav_menu_item_args
nav_menu_item_title
navigation_markup_template
network_admin_plugin_action_links
network_admin_plugin_action_links_{$plugin_file}
notify_moderator
notify_post_author
oembed_discovery_links
oembed_endpoint_url
oembed_min_max_width
oembed_response_data
old_slug_redirect_url
plugin_action_links
plugin_action_links_{$plugin_file}
post_edit_category_parent_dropdown_args
post_embed_url
postmeta_form_keys
pre_delete_post
pre_get_document_title
pre_get_lastpostmodified
register_post_type_args
register_taxonomy_args
respond_link
rest_url
rest_url_prefix
screen_options_show_submit
show_network_active_plugins
signup_get_available_languages
subdirectory_reserved_names
submenu_file
taxonomy_labels_{$taxonomy}
the_category_list
the_excerpt_embed
update_right_now_text
user_profile_picture_description
users_list_table_query_args
view_mode_post_types
wp_calculate_image_sizes
wp_calculate_image_srcset
wp_dropdown_users_args
wp_http_ixr_client_headers
wp_post_revision_title_expanded
wp_prepare_revision_for_js
wp_theme_editor_filetypes
xmlrpc_chunk_parsing_size
2015-12-27 19:39:57 +01:00
|
|
|
share/ja-wordpress/wp-includes/customize/class-wp-customize-nav-menu-name-control.php
|
|
|
|
share/ja-wordpress/wp-includes/customize/class-wp-customize-nav-menu-section.php
|
|
|
|
share/ja-wordpress/wp-includes/customize/class-wp-customize-nav-menu-setting.php
|
|
|
|
share/ja-wordpress/wp-includes/customize/class-wp-customize-nav-menus-panel.php
|
|
|
|
share/ja-wordpress/wp-includes/customize/class-wp-customize-new-menu-control.php
|
|
|
|
share/ja-wordpress/wp-includes/customize/class-wp-customize-new-menu-section.php
|
2016-04-30 02:16:58 +02:00
|
|
|
share/ja-wordpress/wp-includes/customize/class-wp-customize-partial.php
|
|
|
|
share/ja-wordpress/wp-includes/customize/class-wp-customize-selective-refresh.php
|
Update to 4.4
Changelog:
On December 8, 2015, WordPress Version 4.4, named for jazz musician Clifford Brown, was released to the public. For more information on this enhancement and bug-fix release, read the WordPress Blog, and see the Changelog for 4.4.
For Version 4.4, the database version (db_version in wp_options) changed to 35700, and the Trac revision was 35842.
Highlights
twenty-sixteen-white-desktop-1x.png
New Default Theme - Twenty Sixteen
Modern take on the classic blog design
Flexible header and fun color schemes will make your content shine
Mobile-first and responsive
The Finer Points
responsive-devices-desktop-1x.png
Responsive images:
WordPress now takes a smarter approach to displaying appropriate image sizes on any device, ensuring a perfect fit every time. You don’t need to do anything to your theme, it just works.
wp embed preview.png
Embed your WordPress content:
Now you can embed your posts on other sites, even other WordPress sites. Simply drop a post URL into the editor and see an instant embed preview, complete with the title, excerpt, and featured image if you’ve set one. We’ll even include your site icon and links for comments and sharing.
reverbnation embed.png
Even more embed providers:
In addition to post embeds, WordPress 4.4 also adds support for five new oEmbed providers: Cloudup, Reddit Comments, ReverbNation, Speaker Deck, and VideoPress.
For Developers
REST API infrastructure: Infrastructure for the REST API has been integrated into core, the first part of a multi-stage rollout. Inclusion of core endpoints is targeted for an upcoming release. To get a sneak peek of the core endpoints, and for more information on extending the REST API, check out the official WordPress REST API plugin.
Term meta: Terms now support metadata, just like posts. See add_term_meta(), get_term_meta(), and update_term_meta() for more information.
Comment query improvements: Comment queries now have cache handling to improve performance. New arguments in WP_Comment_Query make crafting robust comment queries simpler.
Term, comment, and network objects: New WP_Term, WP_Comment, and WP_Network objects make interacting with terms, comments, and networks more predictable and intuitive in code.
What's New
General
Developer reference - Improvements to inline code documentation.
i18n support - Improvements to translation strings all over the core.
Admin page headings were adjusted from H3 to H2 tags to reinforce page hierarchy
Improvements to how list tables are displayed on all size screens
Posts
The post/page permalink UI was simplified, linking the permalink and removing the "View" button
Media
Comments
The "View Comment" link was relocated from the Status meta box in the comment-editing screen
Many comment functions can now accept a full object instead of 'comment_ID' to reduce cache/db lookups
Orphaned comments now fall back to the 'edit_posts' capability
Appearance
Site icons will now fall back to the 'full' size URL when the 'thumbnail' size doesn't exist
Users
Install Process
Multisite
The language chooser was added to the new site form on wp-signup.php
Sites may no longer be created with the following reserved slugs: wp-admin, wp-content, wp-includes, or wp-json
Accessibility
Under The Hood
General
Unclosed HTML elements in shortcode attributes were disallowed
HTML was removed from all translatable text strings
Rewrite rules are now flushed on theme switch
Most core classes were moved to their own files
Embeds
Add oEmbed support for Cloudup.
Add oEmbed support for Reddit Comments.
Add oEmbed support for ReverbNation.
Add oEmbed support for Speaker Deck.
Add oEmbed support for VideoPress.
Remove oEmbed support for Blip.
JavaScript
Customizer: Ensure persistence of unchanged active state for controls, sections, and panels
Customizer: Fixed logic for determining the container element when focusing on a panel, section, or control
Customizer: Fixed clearing of a color control's setting by using proper empty value
Bug Fixes
Fail gracefully when checking mapped capabilities against unregistered post types
Visibility was restored for the Tags auto-suggest tooltip in Quick Edit
The $public_only parameter was added to count_user_posts()
Cron: Events are now rejected when the provided $timestamp value is not a valid timestamp
Users with no role are now redirected to the home page on login instead of their profile-editing screen
Multisite
A network can now be retrieved by its ID through WP_Network::get_instance()
A network can now be created or completed by passing arguments to WP_Network
Network-level capabilities were clarified and some long-time bugs were fixed
Classes
What's New
WP_Comment
WP_Comment_Query->$found_comments
WP_Comment_Query->$max_num_pages
WP_Comment_Query->$meta_query_clauses
WP_Comment_Query->$sql_clauses
WP_Comment_Query::fill_descendants()
WP_Comment_Query::get_comment_ids()
WP_Customize_Manager->$autofocus
WP_Customize_Manager->$preview_url
WP_Customize_Manager->$return_url
WP_Customize_Manager::customize_pane_settings()
WP_Customize_Manager::get_autofocus()
WP_Customize_Manager::get_document_title_template()
WP_Customize_Manager::get_preview_url()
WP_Customize_Manager::get_return_url()
WP_Customize_Manager::is_ios()
WP_Customize_Manager::set_autofocus()
WP_Customize_Manager::set_preview_url()
WP_Customize_Manager::set_return_url()
WP_Customize_Setting->$is_multidimensional_aggregated
WP_Customize_Setting->$is_previewed
WP_Customize_Setting::$aggregated_multidimensionals
WP_Customize_Setting::_multidimensional_preview_filter()
WP_Customize_Setting::aggregate_multidimensional()
get_root_value/ WP_Customize_Setting::get_root_value()
id_data/ WP_Customize_Setting::id_data()
set_root_value/ WP_Customize_Setting::set_root_value()
WP_Customize_Widgets::get_widget_control_parts()
WP_Customize_Widgets::is_panel_active()
WP_Filesystem_SSH2::sftp_path()
WP_HTTP_Response
WP_List_Table::get_primary_column()
WP_Locale->$start_of_week
WP_MS_Sites_List_Table::column_id()
WP_MS_Users_List_Table::column_id()
WP_Media_List_Table->$comment_pending_count
WP_Network
WP_Posts_List_Table::get_edit_link()
WP_Query->$is_embed
WP_Query->$updated_comment_meta_cache
WP_Query->$updated_term_meta_cache
WP_Query::is_embed()
WP_Query::lazyload_comment_meta()
WP_Query::lazyload_term_meta()
WP_REST_Request
WP_REST_Response
WP_REST_Server
WP_Screen->$_screen_reader_content
WP_Screen::get_screen_reader_content()
WP_Screen::get_screen_reader_text()
WP_Screen::remove_screen_reader_content()
WP_Screen::render_list_table_columns_preferences()
WP_Screen::render_meta_boxes_preferences()
WP_Screen::render_screen_reader_content()
WP_Screeb::render_view_mode()
WP_Screen::set_screen_reader_content()
WP_Term
>$update WP_Theme
WP_User::__unset()
>$request WP_User_Query
WP_User_Query::fill_query_vars()
WP_Users_List_Table::get_role_list()
WP_Widget_Calendar::$instance
WP_Widget_Tag_Cloud::_get_current_taxonomy()
WP_oEmbed_Controller
wpdb->$termmeta
Deprecated
Functions
What's New
_prime_comment_caches()
add_network_option()
add_term_meta()
delete_network_option()
delete_term_meta()
enqueue_embed_scripts()
get_header_image_tag()
get_html_split_regex()
get_network_option()
get_oembed_endpoint_url()
get_oembed_response_data()
get_oembed_response_data_rich()
get_password_reset_key()
get_post_embed_html()
get_post_embed_url()
get_preview_post_link()
get_rest_url()
get_shortcode_atts_regex()
get_subdirectory_reserved_names()
get_term_meta()
get_the_author_posts_link()
get_the_comments_navigation()
get_the_comments_pagination()
get_the_post_thumbnail_url()
is_embed()
is_post_type_viewable()
is_registered_sidebar()
map_deep()
print_embed_comments_button()
print_embed_scripts()
print_embed_sharing_button()
print_embed_sharing_dialog()
print_embed_styles()
register_rest_route()
rest_api_default_filters()
rest_api_init()
rest_api_loaded()
rest_api_register_rewrites()
rest_cookie_check_errors()
rest_cookie_collect_status()
rest_do_request()
rest_ensure_request()
rest_ensure_response()
rest_get_date_with_gmt()
rest_get_url_prefix()
rest_handle_deprecated_argument()
rest_handle_deprecated_function()
rest_handle_options_request()
rest_output_link_header()
rest_output_link_wp_head()
rest_output_rsd()
rest_parse_date()
rest_send_allow_header()
rest_send_cors_headers()
rest_url()
signup_get_available_languages()
strip_fragment_from_url()
stripslashes_from_strings_only()
the_comments_navigation()
the_comments_pagination()
the_excerpt_embed()
the_header_image_tag()
the_post_thumbnail_url()
update_network_option()
update_term_meta()
update_termmeta_cache()
urldecode_deep()
wp_ajax_delete_inactive_widgets()
wp_ajax_generate_password()
wp_ajax_save_wporg_username()
wp_calculate_image_sizes()
wp_calculate_image_srcset()
wp_embed_excerpt_attachment()
wp_embed_excerpt_attachment()
wp_filter_oembed_result()
wp_get_attachment_image_sizes()
wp_get_attachment_image_srcset()
wp_get_attachment_image_url()
wp_get_document_title()
wp_get_server_protocol()
wp_get_users_with_no_role()
wp_handle_comment_submission()
wp_image_add_srcset_and_sizes()
wp_installing()
wp_is_numeric_array()
wp_make_content_images_responsive()
wp_maybe_decline_date()
wp_new_comment_notify_moderator()
wp_new_comment_notify_postauthor()
wp_oembed_add_discovery_links()
wp_oembed_add_host_js()
wp_oembed_ensure_format()
wp_oembed_register_route()
wp_parse_url()
wp_remote_retrieve_cookie()
wp_remote_retrieve_cookie_value()
wp_remote_retrieve_cookies()
wp_removable_query_args()
wp_rest_server_class()
wp_send_new_user_notifications()
wp_term_is_shared()
Deprecated
wp_get_http()
Actions & Filters
New Actions
after_password_reset
after_signup_site
after_signup_user
attachment_updated
before_signup_header
clean_user_cache
customize_post_value_set
customize_post_value_set_{$setting_id}
delete_plugin
delete_widget
deleted_plugin
edit_user_created_user
embed_content
embed_content_meta
embed_footer
embed_head
enqueue_embed_scripts
invite_user
manage_posts_extra_tablenav
ms_network_not_found
network_site_new_created_user
network_site_users_created_user
network_user_new_created_user
page_attributes_meta_box_template
post_submitbox_minor_actions
pre_auto_update
register_new_user
rest_api_init
wp_add_nav_menu_item
wp_mail_failed
wp_verify_nonce_failed
New Filters
admin_post_thumbnail_size
comment_excerpt_length
comment_form_fields
content_pagination
customize_loaded_components
dashboard_recent_drafts_query_args
dashboard_secondary_items
default_hidden_columns
document_title_parts
document_title_separator
duplicate_comment_id
embed_html
embed_oembed_discover
embed_site_title_html
embed_template
embed_thumbnail_image_shape
embed_thumbnail_image_size
enclosure_links
expiration_of_site_transient_{$transient}
expiration_of_transient_{$transient}
export_wp_filename
feed_links_show_comments_feed
feed_links_show_posts_feed
found_comments_query
get_header_image_tag
get_page_of_comment
get_page_uri
get_post_status
get_role_list
get_sample_permalink
get_terms_defaults
get_{$adjacent}_post_excluded_terms
hidden_columns
illegal_user_logins
image_get_intermediate_size
insert_user_meta
max_srcset_image_width
mejs_settings
nav_menu_item_args
nav_menu_item_title
navigation_markup_template
network_admin_plugin_action_links
network_admin_plugin_action_links_{$plugin_file}
notify_moderator
notify_post_author
oembed_discovery_links
oembed_endpoint_url
oembed_min_max_width
oembed_response_data
old_slug_redirect_url
plugin_action_links
plugin_action_links_{$plugin_file}
post_edit_category_parent_dropdown_args
post_embed_url
postmeta_form_keys
pre_delete_post
pre_get_document_title
pre_get_lastpostmodified
register_post_type_args
register_taxonomy_args
respond_link
rest_url
rest_url_prefix
screen_options_show_submit
show_network_active_plugins
signup_get_available_languages
subdirectory_reserved_names
submenu_file
taxonomy_labels_{$taxonomy}
the_category_list
the_excerpt_embed
update_right_now_text
user_profile_picture_description
users_list_table_query_args
view_mode_post_types
wp_calculate_image_sizes
wp_calculate_image_srcset
wp_dropdown_users_args
wp_http_ixr_client_headers
wp_post_revision_title_expanded
wp_prepare_revision_for_js
wp_theme_editor_filetypes
xmlrpc_chunk_parsing_size
2015-12-27 19:39:57 +01:00
|
|
|
share/ja-wordpress/wp-includes/customize/class-wp-customize-sidebar-section.php
|
|
|
|
share/ja-wordpress/wp-includes/customize/class-wp-customize-site-icon-control.php
|
|
|
|
share/ja-wordpress/wp-includes/customize/class-wp-customize-theme-control.php
|
2019-12-16 17:52:40 +01:00
|
|
|
share/ja-wordpress/wp-includes/customize/class-wp-customize-themes-panel.php
|
Update to 4.4
Changelog:
On December 8, 2015, WordPress Version 4.4, named for jazz musician Clifford Brown, was released to the public. For more information on this enhancement and bug-fix release, read the WordPress Blog, and see the Changelog for 4.4.
For Version 4.4, the database version (db_version in wp_options) changed to 35700, and the Trac revision was 35842.
Highlights
twenty-sixteen-white-desktop-1x.png
New Default Theme - Twenty Sixteen
Modern take on the classic blog design
Flexible header and fun color schemes will make your content shine
Mobile-first and responsive
The Finer Points
responsive-devices-desktop-1x.png
Responsive images:
WordPress now takes a smarter approach to displaying appropriate image sizes on any device, ensuring a perfect fit every time. You don’t need to do anything to your theme, it just works.
wp embed preview.png
Embed your WordPress content:
Now you can embed your posts on other sites, even other WordPress sites. Simply drop a post URL into the editor and see an instant embed preview, complete with the title, excerpt, and featured image if you’ve set one. We’ll even include your site icon and links for comments and sharing.
reverbnation embed.png
Even more embed providers:
In addition to post embeds, WordPress 4.4 also adds support for five new oEmbed providers: Cloudup, Reddit Comments, ReverbNation, Speaker Deck, and VideoPress.
For Developers
REST API infrastructure: Infrastructure for the REST API has been integrated into core, the first part of a multi-stage rollout. Inclusion of core endpoints is targeted for an upcoming release. To get a sneak peek of the core endpoints, and for more information on extending the REST API, check out the official WordPress REST API plugin.
Term meta: Terms now support metadata, just like posts. See add_term_meta(), get_term_meta(), and update_term_meta() for more information.
Comment query improvements: Comment queries now have cache handling to improve performance. New arguments in WP_Comment_Query make crafting robust comment queries simpler.
Term, comment, and network objects: New WP_Term, WP_Comment, and WP_Network objects make interacting with terms, comments, and networks more predictable and intuitive in code.
What's New
General
Developer reference - Improvements to inline code documentation.
i18n support - Improvements to translation strings all over the core.
Admin page headings were adjusted from H3 to H2 tags to reinforce page hierarchy
Improvements to how list tables are displayed on all size screens
Posts
The post/page permalink UI was simplified, linking the permalink and removing the "View" button
Media
Comments
The "View Comment" link was relocated from the Status meta box in the comment-editing screen
Many comment functions can now accept a full object instead of 'comment_ID' to reduce cache/db lookups
Orphaned comments now fall back to the 'edit_posts' capability
Appearance
Site icons will now fall back to the 'full' size URL when the 'thumbnail' size doesn't exist
Users
Install Process
Multisite
The language chooser was added to the new site form on wp-signup.php
Sites may no longer be created with the following reserved slugs: wp-admin, wp-content, wp-includes, or wp-json
Accessibility
Under The Hood
General
Unclosed HTML elements in shortcode attributes were disallowed
HTML was removed from all translatable text strings
Rewrite rules are now flushed on theme switch
Most core classes were moved to their own files
Embeds
Add oEmbed support for Cloudup.
Add oEmbed support for Reddit Comments.
Add oEmbed support for ReverbNation.
Add oEmbed support for Speaker Deck.
Add oEmbed support for VideoPress.
Remove oEmbed support for Blip.
JavaScript
Customizer: Ensure persistence of unchanged active state for controls, sections, and panels
Customizer: Fixed logic for determining the container element when focusing on a panel, section, or control
Customizer: Fixed clearing of a color control's setting by using proper empty value
Bug Fixes
Fail gracefully when checking mapped capabilities against unregistered post types
Visibility was restored for the Tags auto-suggest tooltip in Quick Edit
The $public_only parameter was added to count_user_posts()
Cron: Events are now rejected when the provided $timestamp value is not a valid timestamp
Users with no role are now redirected to the home page on login instead of their profile-editing screen
Multisite
A network can now be retrieved by its ID through WP_Network::get_instance()
A network can now be created or completed by passing arguments to WP_Network
Network-level capabilities were clarified and some long-time bugs were fixed
Classes
What's New
WP_Comment
WP_Comment_Query->$found_comments
WP_Comment_Query->$max_num_pages
WP_Comment_Query->$meta_query_clauses
WP_Comment_Query->$sql_clauses
WP_Comment_Query::fill_descendants()
WP_Comment_Query::get_comment_ids()
WP_Customize_Manager->$autofocus
WP_Customize_Manager->$preview_url
WP_Customize_Manager->$return_url
WP_Customize_Manager::customize_pane_settings()
WP_Customize_Manager::get_autofocus()
WP_Customize_Manager::get_document_title_template()
WP_Customize_Manager::get_preview_url()
WP_Customize_Manager::get_return_url()
WP_Customize_Manager::is_ios()
WP_Customize_Manager::set_autofocus()
WP_Customize_Manager::set_preview_url()
WP_Customize_Manager::set_return_url()
WP_Customize_Setting->$is_multidimensional_aggregated
WP_Customize_Setting->$is_previewed
WP_Customize_Setting::$aggregated_multidimensionals
WP_Customize_Setting::_multidimensional_preview_filter()
WP_Customize_Setting::aggregate_multidimensional()
get_root_value/ WP_Customize_Setting::get_root_value()
id_data/ WP_Customize_Setting::id_data()
set_root_value/ WP_Customize_Setting::set_root_value()
WP_Customize_Widgets::get_widget_control_parts()
WP_Customize_Widgets::is_panel_active()
WP_Filesystem_SSH2::sftp_path()
WP_HTTP_Response
WP_List_Table::get_primary_column()
WP_Locale->$start_of_week
WP_MS_Sites_List_Table::column_id()
WP_MS_Users_List_Table::column_id()
WP_Media_List_Table->$comment_pending_count
WP_Network
WP_Posts_List_Table::get_edit_link()
WP_Query->$is_embed
WP_Query->$updated_comment_meta_cache
WP_Query->$updated_term_meta_cache
WP_Query::is_embed()
WP_Query::lazyload_comment_meta()
WP_Query::lazyload_term_meta()
WP_REST_Request
WP_REST_Response
WP_REST_Server
WP_Screen->$_screen_reader_content
WP_Screen::get_screen_reader_content()
WP_Screen::get_screen_reader_text()
WP_Screen::remove_screen_reader_content()
WP_Screen::render_list_table_columns_preferences()
WP_Screen::render_meta_boxes_preferences()
WP_Screen::render_screen_reader_content()
WP_Screeb::render_view_mode()
WP_Screen::set_screen_reader_content()
WP_Term
>$update WP_Theme
WP_User::__unset()
>$request WP_User_Query
WP_User_Query::fill_query_vars()
WP_Users_List_Table::get_role_list()
WP_Widget_Calendar::$instance
WP_Widget_Tag_Cloud::_get_current_taxonomy()
WP_oEmbed_Controller
wpdb->$termmeta
Deprecated
Functions
What's New
_prime_comment_caches()
add_network_option()
add_term_meta()
delete_network_option()
delete_term_meta()
enqueue_embed_scripts()
get_header_image_tag()
get_html_split_regex()
get_network_option()
get_oembed_endpoint_url()
get_oembed_response_data()
get_oembed_response_data_rich()
get_password_reset_key()
get_post_embed_html()
get_post_embed_url()
get_preview_post_link()
get_rest_url()
get_shortcode_atts_regex()
get_subdirectory_reserved_names()
get_term_meta()
get_the_author_posts_link()
get_the_comments_navigation()
get_the_comments_pagination()
get_the_post_thumbnail_url()
is_embed()
is_post_type_viewable()
is_registered_sidebar()
map_deep()
print_embed_comments_button()
print_embed_scripts()
print_embed_sharing_button()
print_embed_sharing_dialog()
print_embed_styles()
register_rest_route()
rest_api_default_filters()
rest_api_init()
rest_api_loaded()
rest_api_register_rewrites()
rest_cookie_check_errors()
rest_cookie_collect_status()
rest_do_request()
rest_ensure_request()
rest_ensure_response()
rest_get_date_with_gmt()
rest_get_url_prefix()
rest_handle_deprecated_argument()
rest_handle_deprecated_function()
rest_handle_options_request()
rest_output_link_header()
rest_output_link_wp_head()
rest_output_rsd()
rest_parse_date()
rest_send_allow_header()
rest_send_cors_headers()
rest_url()
signup_get_available_languages()
strip_fragment_from_url()
stripslashes_from_strings_only()
the_comments_navigation()
the_comments_pagination()
the_excerpt_embed()
the_header_image_tag()
the_post_thumbnail_url()
update_network_option()
update_term_meta()
update_termmeta_cache()
urldecode_deep()
wp_ajax_delete_inactive_widgets()
wp_ajax_generate_password()
wp_ajax_save_wporg_username()
wp_calculate_image_sizes()
wp_calculate_image_srcset()
wp_embed_excerpt_attachment()
wp_embed_excerpt_attachment()
wp_filter_oembed_result()
wp_get_attachment_image_sizes()
wp_get_attachment_image_srcset()
wp_get_attachment_image_url()
wp_get_document_title()
wp_get_server_protocol()
wp_get_users_with_no_role()
wp_handle_comment_submission()
wp_image_add_srcset_and_sizes()
wp_installing()
wp_is_numeric_array()
wp_make_content_images_responsive()
wp_maybe_decline_date()
wp_new_comment_notify_moderator()
wp_new_comment_notify_postauthor()
wp_oembed_add_discovery_links()
wp_oembed_add_host_js()
wp_oembed_ensure_format()
wp_oembed_register_route()
wp_parse_url()
wp_remote_retrieve_cookie()
wp_remote_retrieve_cookie_value()
wp_remote_retrieve_cookies()
wp_removable_query_args()
wp_rest_server_class()
wp_send_new_user_notifications()
wp_term_is_shared()
Deprecated
wp_get_http()
Actions & Filters
New Actions
after_password_reset
after_signup_site
after_signup_user
attachment_updated
before_signup_header
clean_user_cache
customize_post_value_set
customize_post_value_set_{$setting_id}
delete_plugin
delete_widget
deleted_plugin
edit_user_created_user
embed_content
embed_content_meta
embed_footer
embed_head
enqueue_embed_scripts
invite_user
manage_posts_extra_tablenav
ms_network_not_found
network_site_new_created_user
network_site_users_created_user
network_user_new_created_user
page_attributes_meta_box_template
post_submitbox_minor_actions
pre_auto_update
register_new_user
rest_api_init
wp_add_nav_menu_item
wp_mail_failed
wp_verify_nonce_failed
New Filters
admin_post_thumbnail_size
comment_excerpt_length
comment_form_fields
content_pagination
customize_loaded_components
dashboard_recent_drafts_query_args
dashboard_secondary_items
default_hidden_columns
document_title_parts
document_title_separator
duplicate_comment_id
embed_html
embed_oembed_discover
embed_site_title_html
embed_template
embed_thumbnail_image_shape
embed_thumbnail_image_size
enclosure_links
expiration_of_site_transient_{$transient}
expiration_of_transient_{$transient}
export_wp_filename
feed_links_show_comments_feed
feed_links_show_posts_feed
found_comments_query
get_header_image_tag
get_page_of_comment
get_page_uri
get_post_status
get_role_list
get_sample_permalink
get_terms_defaults
get_{$adjacent}_post_excluded_terms
hidden_columns
illegal_user_logins
image_get_intermediate_size
insert_user_meta
max_srcset_image_width
mejs_settings
nav_menu_item_args
nav_menu_item_title
navigation_markup_template
network_admin_plugin_action_links
network_admin_plugin_action_links_{$plugin_file}
notify_moderator
notify_post_author
oembed_discovery_links
oembed_endpoint_url
oembed_min_max_width
oembed_response_data
old_slug_redirect_url
plugin_action_links
plugin_action_links_{$plugin_file}
post_edit_category_parent_dropdown_args
post_embed_url
postmeta_form_keys
pre_delete_post
pre_get_document_title
pre_get_lastpostmodified
register_post_type_args
register_taxonomy_args
respond_link
rest_url
rest_url_prefix
screen_options_show_submit
show_network_active_plugins
signup_get_available_languages
subdirectory_reserved_names
submenu_file
taxonomy_labels_{$taxonomy}
the_category_list
the_excerpt_embed
update_right_now_text
user_profile_picture_description
users_list_table_query_args
view_mode_post_types
wp_calculate_image_sizes
wp_calculate_image_srcset
wp_dropdown_users_args
wp_http_ixr_client_headers
wp_post_revision_title_expanded
wp_prepare_revision_for_js
wp_theme_editor_filetypes
xmlrpc_chunk_parsing_size
2015-12-27 19:39:57 +01:00
|
|
|
share/ja-wordpress/wp-includes/customize/class-wp-customize-themes-section.php
|
|
|
|
share/ja-wordpress/wp-includes/customize/class-wp-customize-upload-control.php
|
|
|
|
share/ja-wordpress/wp-includes/customize/class-wp-widget-area-customize-control.php
|
|
|
|
share/ja-wordpress/wp-includes/customize/class-wp-widget-form-customize-control.php
|
2013-11-10 12:13:08 +01:00
|
|
|
share/ja-wordpress/wp-includes/date.php
|
|
|
|
share/ja-wordpress/wp-includes/default-constants.php
|
|
|
|
share/ja-wordpress/wp-includes/default-filters.php
|
|
|
|
share/ja-wordpress/wp-includes/default-widgets.php
|
|
|
|
share/ja-wordpress/wp-includes/deprecated.php
|
Update to 4.4
Changelog:
On December 8, 2015, WordPress Version 4.4, named for jazz musician Clifford Brown, was released to the public. For more information on this enhancement and bug-fix release, read the WordPress Blog, and see the Changelog for 4.4.
For Version 4.4, the database version (db_version in wp_options) changed to 35700, and the Trac revision was 35842.
Highlights
twenty-sixteen-white-desktop-1x.png
New Default Theme - Twenty Sixteen
Modern take on the classic blog design
Flexible header and fun color schemes will make your content shine
Mobile-first and responsive
The Finer Points
responsive-devices-desktop-1x.png
Responsive images:
WordPress now takes a smarter approach to displaying appropriate image sizes on any device, ensuring a perfect fit every time. You don’t need to do anything to your theme, it just works.
wp embed preview.png
Embed your WordPress content:
Now you can embed your posts on other sites, even other WordPress sites. Simply drop a post URL into the editor and see an instant embed preview, complete with the title, excerpt, and featured image if you’ve set one. We’ll even include your site icon and links for comments and sharing.
reverbnation embed.png
Even more embed providers:
In addition to post embeds, WordPress 4.4 also adds support for five new oEmbed providers: Cloudup, Reddit Comments, ReverbNation, Speaker Deck, and VideoPress.
For Developers
REST API infrastructure: Infrastructure for the REST API has been integrated into core, the first part of a multi-stage rollout. Inclusion of core endpoints is targeted for an upcoming release. To get a sneak peek of the core endpoints, and for more information on extending the REST API, check out the official WordPress REST API plugin.
Term meta: Terms now support metadata, just like posts. See add_term_meta(), get_term_meta(), and update_term_meta() for more information.
Comment query improvements: Comment queries now have cache handling to improve performance. New arguments in WP_Comment_Query make crafting robust comment queries simpler.
Term, comment, and network objects: New WP_Term, WP_Comment, and WP_Network objects make interacting with terms, comments, and networks more predictable and intuitive in code.
What's New
General
Developer reference - Improvements to inline code documentation.
i18n support - Improvements to translation strings all over the core.
Admin page headings were adjusted from H3 to H2 tags to reinforce page hierarchy
Improvements to how list tables are displayed on all size screens
Posts
The post/page permalink UI was simplified, linking the permalink and removing the "View" button
Media
Comments
The "View Comment" link was relocated from the Status meta box in the comment-editing screen
Many comment functions can now accept a full object instead of 'comment_ID' to reduce cache/db lookups
Orphaned comments now fall back to the 'edit_posts' capability
Appearance
Site icons will now fall back to the 'full' size URL when the 'thumbnail' size doesn't exist
Users
Install Process
Multisite
The language chooser was added to the new site form on wp-signup.php
Sites may no longer be created with the following reserved slugs: wp-admin, wp-content, wp-includes, or wp-json
Accessibility
Under The Hood
General
Unclosed HTML elements in shortcode attributes were disallowed
HTML was removed from all translatable text strings
Rewrite rules are now flushed on theme switch
Most core classes were moved to their own files
Embeds
Add oEmbed support for Cloudup.
Add oEmbed support for Reddit Comments.
Add oEmbed support for ReverbNation.
Add oEmbed support for Speaker Deck.
Add oEmbed support for VideoPress.
Remove oEmbed support for Blip.
JavaScript
Customizer: Ensure persistence of unchanged active state for controls, sections, and panels
Customizer: Fixed logic for determining the container element when focusing on a panel, section, or control
Customizer: Fixed clearing of a color control's setting by using proper empty value
Bug Fixes
Fail gracefully when checking mapped capabilities against unregistered post types
Visibility was restored for the Tags auto-suggest tooltip in Quick Edit
The $public_only parameter was added to count_user_posts()
Cron: Events are now rejected when the provided $timestamp value is not a valid timestamp
Users with no role are now redirected to the home page on login instead of their profile-editing screen
Multisite
A network can now be retrieved by its ID through WP_Network::get_instance()
A network can now be created or completed by passing arguments to WP_Network
Network-level capabilities were clarified and some long-time bugs were fixed
Classes
What's New
WP_Comment
WP_Comment_Query->$found_comments
WP_Comment_Query->$max_num_pages
WP_Comment_Query->$meta_query_clauses
WP_Comment_Query->$sql_clauses
WP_Comment_Query::fill_descendants()
WP_Comment_Query::get_comment_ids()
WP_Customize_Manager->$autofocus
WP_Customize_Manager->$preview_url
WP_Customize_Manager->$return_url
WP_Customize_Manager::customize_pane_settings()
WP_Customize_Manager::get_autofocus()
WP_Customize_Manager::get_document_title_template()
WP_Customize_Manager::get_preview_url()
WP_Customize_Manager::get_return_url()
WP_Customize_Manager::is_ios()
WP_Customize_Manager::set_autofocus()
WP_Customize_Manager::set_preview_url()
WP_Customize_Manager::set_return_url()
WP_Customize_Setting->$is_multidimensional_aggregated
WP_Customize_Setting->$is_previewed
WP_Customize_Setting::$aggregated_multidimensionals
WP_Customize_Setting::_multidimensional_preview_filter()
WP_Customize_Setting::aggregate_multidimensional()
get_root_value/ WP_Customize_Setting::get_root_value()
id_data/ WP_Customize_Setting::id_data()
set_root_value/ WP_Customize_Setting::set_root_value()
WP_Customize_Widgets::get_widget_control_parts()
WP_Customize_Widgets::is_panel_active()
WP_Filesystem_SSH2::sftp_path()
WP_HTTP_Response
WP_List_Table::get_primary_column()
WP_Locale->$start_of_week
WP_MS_Sites_List_Table::column_id()
WP_MS_Users_List_Table::column_id()
WP_Media_List_Table->$comment_pending_count
WP_Network
WP_Posts_List_Table::get_edit_link()
WP_Query->$is_embed
WP_Query->$updated_comment_meta_cache
WP_Query->$updated_term_meta_cache
WP_Query::is_embed()
WP_Query::lazyload_comment_meta()
WP_Query::lazyload_term_meta()
WP_REST_Request
WP_REST_Response
WP_REST_Server
WP_Screen->$_screen_reader_content
WP_Screen::get_screen_reader_content()
WP_Screen::get_screen_reader_text()
WP_Screen::remove_screen_reader_content()
WP_Screen::render_list_table_columns_preferences()
WP_Screen::render_meta_boxes_preferences()
WP_Screen::render_screen_reader_content()
WP_Screeb::render_view_mode()
WP_Screen::set_screen_reader_content()
WP_Term
>$update WP_Theme
WP_User::__unset()
>$request WP_User_Query
WP_User_Query::fill_query_vars()
WP_Users_List_Table::get_role_list()
WP_Widget_Calendar::$instance
WP_Widget_Tag_Cloud::_get_current_taxonomy()
WP_oEmbed_Controller
wpdb->$termmeta
Deprecated
Functions
What's New
_prime_comment_caches()
add_network_option()
add_term_meta()
delete_network_option()
delete_term_meta()
enqueue_embed_scripts()
get_header_image_tag()
get_html_split_regex()
get_network_option()
get_oembed_endpoint_url()
get_oembed_response_data()
get_oembed_response_data_rich()
get_password_reset_key()
get_post_embed_html()
get_post_embed_url()
get_preview_post_link()
get_rest_url()
get_shortcode_atts_regex()
get_subdirectory_reserved_names()
get_term_meta()
get_the_author_posts_link()
get_the_comments_navigation()
get_the_comments_pagination()
get_the_post_thumbnail_url()
is_embed()
is_post_type_viewable()
is_registered_sidebar()
map_deep()
print_embed_comments_button()
print_embed_scripts()
print_embed_sharing_button()
print_embed_sharing_dialog()
print_embed_styles()
register_rest_route()
rest_api_default_filters()
rest_api_init()
rest_api_loaded()
rest_api_register_rewrites()
rest_cookie_check_errors()
rest_cookie_collect_status()
rest_do_request()
rest_ensure_request()
rest_ensure_response()
rest_get_date_with_gmt()
rest_get_url_prefix()
rest_handle_deprecated_argument()
rest_handle_deprecated_function()
rest_handle_options_request()
rest_output_link_header()
rest_output_link_wp_head()
rest_output_rsd()
rest_parse_date()
rest_send_allow_header()
rest_send_cors_headers()
rest_url()
signup_get_available_languages()
strip_fragment_from_url()
stripslashes_from_strings_only()
the_comments_navigation()
the_comments_pagination()
the_excerpt_embed()
the_header_image_tag()
the_post_thumbnail_url()
update_network_option()
update_term_meta()
update_termmeta_cache()
urldecode_deep()
wp_ajax_delete_inactive_widgets()
wp_ajax_generate_password()
wp_ajax_save_wporg_username()
wp_calculate_image_sizes()
wp_calculate_image_srcset()
wp_embed_excerpt_attachment()
wp_embed_excerpt_attachment()
wp_filter_oembed_result()
wp_get_attachment_image_sizes()
wp_get_attachment_image_srcset()
wp_get_attachment_image_url()
wp_get_document_title()
wp_get_server_protocol()
wp_get_users_with_no_role()
wp_handle_comment_submission()
wp_image_add_srcset_and_sizes()
wp_installing()
wp_is_numeric_array()
wp_make_content_images_responsive()
wp_maybe_decline_date()
wp_new_comment_notify_moderator()
wp_new_comment_notify_postauthor()
wp_oembed_add_discovery_links()
wp_oembed_add_host_js()
wp_oembed_ensure_format()
wp_oembed_register_route()
wp_parse_url()
wp_remote_retrieve_cookie()
wp_remote_retrieve_cookie_value()
wp_remote_retrieve_cookies()
wp_removable_query_args()
wp_rest_server_class()
wp_send_new_user_notifications()
wp_term_is_shared()
Deprecated
wp_get_http()
Actions & Filters
New Actions
after_password_reset
after_signup_site
after_signup_user
attachment_updated
before_signup_header
clean_user_cache
customize_post_value_set
customize_post_value_set_{$setting_id}
delete_plugin
delete_widget
deleted_plugin
edit_user_created_user
embed_content
embed_content_meta
embed_footer
embed_head
enqueue_embed_scripts
invite_user
manage_posts_extra_tablenav
ms_network_not_found
network_site_new_created_user
network_site_users_created_user
network_user_new_created_user
page_attributes_meta_box_template
post_submitbox_minor_actions
pre_auto_update
register_new_user
rest_api_init
wp_add_nav_menu_item
wp_mail_failed
wp_verify_nonce_failed
New Filters
admin_post_thumbnail_size
comment_excerpt_length
comment_form_fields
content_pagination
customize_loaded_components
dashboard_recent_drafts_query_args
dashboard_secondary_items
default_hidden_columns
document_title_parts
document_title_separator
duplicate_comment_id
embed_html
embed_oembed_discover
embed_site_title_html
embed_template
embed_thumbnail_image_shape
embed_thumbnail_image_size
enclosure_links
expiration_of_site_transient_{$transient}
expiration_of_transient_{$transient}
export_wp_filename
feed_links_show_comments_feed
feed_links_show_posts_feed
found_comments_query
get_header_image_tag
get_page_of_comment
get_page_uri
get_post_status
get_role_list
get_sample_permalink
get_terms_defaults
get_{$adjacent}_post_excluded_terms
hidden_columns
illegal_user_logins
image_get_intermediate_size
insert_user_meta
max_srcset_image_width
mejs_settings
nav_menu_item_args
nav_menu_item_title
navigation_markup_template
network_admin_plugin_action_links
network_admin_plugin_action_links_{$plugin_file}
notify_moderator
notify_post_author
oembed_discovery_links
oembed_endpoint_url
oembed_min_max_width
oembed_response_data
old_slug_redirect_url
plugin_action_links
plugin_action_links_{$plugin_file}
post_edit_category_parent_dropdown_args
post_embed_url
postmeta_form_keys
pre_delete_post
pre_get_document_title
pre_get_lastpostmodified
register_post_type_args
register_taxonomy_args
respond_link
rest_url
rest_url_prefix
screen_options_show_submit
show_network_active_plugins
signup_get_available_languages
subdirectory_reserved_names
submenu_file
taxonomy_labels_{$taxonomy}
the_category_list
the_excerpt_embed
update_right_now_text
user_profile_picture_description
users_list_table_query_args
view_mode_post_types
wp_calculate_image_sizes
wp_calculate_image_srcset
wp_dropdown_users_args
wp_http_ixr_client_headers
wp_post_revision_title_expanded
wp_prepare_revision_for_js
wp_theme_editor_filetypes
xmlrpc_chunk_parsing_size
2015-12-27 19:39:57 +01:00
|
|
|
share/ja-wordpress/wp-includes/embed-template.php
|
|
|
|
share/ja-wordpress/wp-includes/embed.php
|
2019-12-16 17:52:40 +01:00
|
|
|
share/ja-wordpress/wp-includes/error-protection.php
|
2013-11-10 12:13:08 +01:00
|
|
|
share/ja-wordpress/wp-includes/feed-atom-comments.php
|
|
|
|
share/ja-wordpress/wp-includes/feed-atom.php
|
|
|
|
share/ja-wordpress/wp-includes/feed-rdf.php
|
|
|
|
share/ja-wordpress/wp-includes/feed-rss.php
|
|
|
|
share/ja-wordpress/wp-includes/feed-rss2-comments.php
|
|
|
|
share/ja-wordpress/wp-includes/feed-rss2.php
|
|
|
|
share/ja-wordpress/wp-includes/feed.php
|
Update to 3.8
Changelog:
For WordPress 3.8 ja
* Update WP Multibyte Patch to 1.9
For WordPress 3.8
Highlights
Introduces a new, modern admin design
A fresh, uncluttered design
Clean typography with Open Sans
Superior contrast and large, comfortable type
Responsive interfaces throughout
Refined, theme management
Smoother, click-to-add widget management
New Default Theme - Twenty Fourteen
Easily create a responsive magazine website with a sleek, modern design.
Feature your favorite homepage content in either a grid or a slider.
Use the three widget areas to customize your website, and change your content's layout with a full-width page template and a contributor page to show off your authors.
For Developers
External Libraries have been updated.
Better RTL support
What's New
General
Replace PNG-based plugins ratings stars with Dashicons for performance gains
Improved help tab text in various screens
Clicking "Check Again" on the Updates screen now provides more immediate feedback
Dashboard
Consolidate several Dashboard widgets to improve readability
Replace the 'Right Now' widget with the new and improved 'At a Glance' widget
Appearance
Introduce 8 new admin color schemes
Improved readability throughout using Open Sans typeface (where supported)
Responsive Toolbar for smaller-screen devices
Leverage Dashicons instead of icon sprites for crisper experience on all resolutions
Big RTL improvements throughout
Make the dashboard more usable on any size device with responsive all the things
Improve the login screen experience for Internet Explorer 8 users
Improve Quick Edit experience for non-English users
Improve the Menus experience for mobile users
Themes
New Default Theme -- Twenty Fourteen
Make it possible to check for any post format assigned to a post with has_post_format()
Better custom background theme support defaults, can now specify 'default-repeat', 'default-position-x', and 'default-attachment' arguments for background images.
Tags for width changed to layout: responsive-layout, fluid-layout, and fixed-layout
New tag: accessibility-ready to denote a theme is aware of accessibility best practices such as color contrast, keyboard navigation, and form/link focus. See WP theme accessibility guidelines.
Theme screenshots' size have increased from 600x450 to 880x 660.
Widgets
New click-to-add interface for adding widgets to sidebars
Improved interface for devices of all resolutions
Better drag-and-drop experience
Accessibility
Make list table row actions keyboard accessible
Improve color contrast throughout the admin
Multisite
Improved performance when deleting users in Multisite
Under The Hood
General
Heartbeat performance and API improvements
A $taxonomy argument was added to each of the adjacent post functions.
Define $is_nginx in vars.php
Apply capital_P_dangit() to the wp_title filter
Make sure ajaxurl is defined in the Customizer
validate_active_plugins() now checks the manage_network_plugins capability instead of is_super_admin()
Allow passing false for the meta_box_cb argument in register_taxonomy() to turn off the meta box display entirely
Make it easier to target video shortcodes by adding a wp-video class to the parent container
Add CSSMin, SASS, CSSJanus, and jsHint to build tools for core development
Bug Fixes
Fix bug where top-level categories were only redirecting if they had no children
Fix bug in wp_get_object_terms() where returned were strings not integers
Fix a bug where passing a null value to meta_query resulted in wonkiness with the comparison operator
Fix "'wp_signups' already exists for query" error after updating a Multisite network
Fix bug in get_bookmarks() caused by missing parentheses
Fix comment_notification_recipients filter behavior so that it is still respected even on comments left by the post author
Fix a date comparison error in dashboard_relative_date()
Fix keyboard accessibility for row actions in list tables.
Fix no-js and accessibility modes in in the Widgets screen
Fix a bug where menus could still be assigned to a non-existent theme location
Silence jQuery Migrate errors in the General settings page
Multisite
Classes
Introduce WP_Screen::remove_option()
Introduce WP_Screen::remove_options()
Introduce WP_Screen::get_options()
Functions
Introduce wp_dashboard_quick_press()
Introduce wp_dashboard_site_activity()
Introduce wp_dashboard_recent_posts()
Introduce wp_dashboard_recent_comments()
Introduce wp_dashboard_primary_output()
Introduce wp_heartbeat_set_suspension()
Introduce wp_star_rating()
Introduce get_theme_update_available()
Introduce wp_prepare_themes_for_js()
Actions & Filters
Actions
Introduce automatic_updates_complete
Filters
Introduce automatic_updates_debug_email
Introduce wp_prepare_themes_for_js
External Libraries
Add a copyright notice to zxcvbn (password strength meter) script
Deprecated
screen_icon()
get_screen_icon()
wp_dashboard_incoming_links_output()
wp_dashboard_secondary_output()
wp_dashboard_incoming_links()
wp_dashboard_incoming_links_control()
wp_dashboard_plugins()
wp_dashboard_primary_control()
wp_dashboard_recent_comments_control()
wp_dashboard_secondary()
wp_dashboard_secondary_control()
no_update_actions()
Miscellaneous
Many unused images were removed from core. See the full list
2013-12-27 23:55:20 +01:00
|
|
|
share/ja-wordpress/wp-includes/fonts/dashicons.eot
|
|
|
|
share/ja-wordpress/wp-includes/fonts/dashicons.svg
|
|
|
|
share/ja-wordpress/wp-includes/fonts/dashicons.ttf
|
|
|
|
share/ja-wordpress/wp-includes/fonts/dashicons.woff
|
2019-12-16 17:52:40 +01:00
|
|
|
share/ja-wordpress/wp-includes/fonts/dashicons.woff2
|
2013-11-10 12:13:08 +01:00
|
|
|
share/ja-wordpress/wp-includes/formatting.php
|
|
|
|
share/ja-wordpress/wp-includes/functions.php
|
|
|
|
share/ja-wordpress/wp-includes/functions.wp-scripts.php
|
|
|
|
share/ja-wordpress/wp-includes/functions.wp-styles.php
|
|
|
|
share/ja-wordpress/wp-includes/general-template.php
|
|
|
|
share/ja-wordpress/wp-includes/http.php
|
|
|
|
share/ja-wordpress/wp-includes/images/admin-bar-sprite-2x.png
|
|
|
|
share/ja-wordpress/wp-includes/images/admin-bar-sprite.png
|
|
|
|
share/ja-wordpress/wp-includes/images/arrow-pointer-blue-2x.png
|
|
|
|
share/ja-wordpress/wp-includes/images/arrow-pointer-blue.png
|
|
|
|
share/ja-wordpress/wp-includes/images/blank.gif
|
|
|
|
share/ja-wordpress/wp-includes/images/crystal/archive.png
|
|
|
|
share/ja-wordpress/wp-includes/images/crystal/audio.png
|
|
|
|
share/ja-wordpress/wp-includes/images/crystal/code.png
|
|
|
|
share/ja-wordpress/wp-includes/images/crystal/default.png
|
|
|
|
share/ja-wordpress/wp-includes/images/crystal/document.png
|
|
|
|
share/ja-wordpress/wp-includes/images/crystal/interactive.png
|
|
|
|
share/ja-wordpress/wp-includes/images/crystal/license.txt
|
|
|
|
share/ja-wordpress/wp-includes/images/crystal/spreadsheet.png
|
|
|
|
share/ja-wordpress/wp-includes/images/crystal/text.png
|
|
|
|
share/ja-wordpress/wp-includes/images/crystal/video.png
|
|
|
|
share/ja-wordpress/wp-includes/images/down_arrow-2x.gif
|
|
|
|
share/ja-wordpress/wp-includes/images/down_arrow.gif
|
|
|
|
share/ja-wordpress/wp-includes/images/icon-pointer-flag-2x.png
|
|
|
|
share/ja-wordpress/wp-includes/images/icon-pointer-flag.png
|
2014-09-28 16:18:00 +02:00
|
|
|
share/ja-wordpress/wp-includes/images/media/archive.png
|
|
|
|
share/ja-wordpress/wp-includes/images/media/audio.png
|
|
|
|
share/ja-wordpress/wp-includes/images/media/code.png
|
|
|
|
share/ja-wordpress/wp-includes/images/media/default.png
|
|
|
|
share/ja-wordpress/wp-includes/images/media/document.png
|
|
|
|
share/ja-wordpress/wp-includes/images/media/interactive.png
|
|
|
|
share/ja-wordpress/wp-includes/images/media/spreadsheet.png
|
|
|
|
share/ja-wordpress/wp-includes/images/media/text.png
|
|
|
|
share/ja-wordpress/wp-includes/images/media/video.png
|
2013-11-10 12:13:08 +01:00
|
|
|
share/ja-wordpress/wp-includes/images/rss-2x.png
|
|
|
|
share/ja-wordpress/wp-includes/images/rss.png
|
Update to 4.2.2
Changelog:
WordPress 4.2.2 Security and Maintenance Release
Posted May 7, 2015 by Samuel Sidler. Filed under Releases, Security.
WordPress 4.2.2 is now available. This is a critical security release for all previous versions and we strongly encourage you to update your sites immediately.
Version 4.2.2 addresses two security issues:
The Genericons icon font package, which is used in a number of popular themes and plugins, contained an HTML file vulnerable to a cross-site scripting attack. All affected themes and plugins hosted on WordPress.org (including the Twenty Fifteen default theme) have been updated today by the WordPress security team to address this issue by removing this nonessential file. To help protect other Genericons usage, WordPress 4.2.2 proactively scans the wp-content directory for this HTML file and removes it. Reported by Robert Abela of Netsparker.
WordPress versions 4.2 and earlier are affected by a critical cross-site scripting vulnerability, which could enable anonymous users to compromise a site. WordPress 4.2.2 includes a comprehensive fix for this issue. Reported separately by Rice Adu and Tong Shi.
The release also includes hardening for a potential cross-site scripting vulnerability when using the visual editor. This issue was reported by Mahadev Subedi.
Our thanks to those who have practiced responsible disclosure of security issues.
WordPress 4.2.2 also contains fixes for 13 bugs from 4.2. For more information, see the release notes or consult the list of changes.
Download WordPress 4.2.2 or venture over to Dashboard → Updates and simply click “Update Now.” Sites that support automatic background updates are already beginning to update to WordPress 4.2.2.
Thanks to everyone who contributed to 4.2.2:
Aaron Jorbin, Andrew Ozz, Andrew Nacin, Boone Gorges, Dion Hulse, Ella Iseulde Van Dorpe, Gary Pendergast, Hinaloe, Jeremy Felt, John James Jacoby, Konstantin Kovshenin, Mike Adams, Nikolay Bachiyski, taka2, and willstedt.
rdPress.org
Showcase
Themes
Plugins
Mobile
Support
Get Involved
About
Blog
Hosting
Download WordPress
WordPress 4.2.2 Security and Maintenance Release
Posted May 7, 2015 by Samuel Sidler. Filed under Releases, Security.
WordPress 4.2.2 is now available. This is a critical security release for all previous versions and we strongly encourage you to update your sites immediately.
Version 4.2.2 addresses two security issues:
The Genericons icon font package, which is used in a number of popular themes and plugins, contained an HTML file vulnerable to a cross-site scripting attack. All affected themes and plugins hosted on WordPress.org (including the Twenty Fifteen default theme) have been updated today by the WordPress security team to address this issue by removing this nonessential file. To help protect other Genericons usage, WordPress 4.2.2 proactively scans the wp-content directory for this HTML file and removes it. Reported by Robert Abela of Netsparker.
WordPress versions 4.2 and earlier are affected by a critical cross-site scripting vulnerability, which could enable anonymous users to compromise a site. WordPress 4.2.2 includes a comprehensive fix for this issue. Reported separately by Rice Adu and Tong Shi.
The release also includes hardening for a potential cross-site scripting vulnerability when using the visual editor. This issue was reported by Mahadev Subedi.
Our thanks to those who have practiced responsible disclosure of security issues.
WordPress 4.2.2 also contains fixes for 13 bugs from 4.2. For more information, see the release notes or consult the list of changes.
Download WordPress 4.2.2 or venture over to Dashboard → Updates and simply click “Update Now.” Sites that support automatic background updates are already beginning to update to WordPress 4.2.2.
Thanks to everyone who contributed to 4.2.2:
Aaron Jorbin, Andrew Ozz, Andrew Nacin, Boone Gorges, Dion Hulse, Ella Iseulde Van Dorpe, Gary Pendergast, Hinaloe, Jeremy Felt, John James Jacoby, Konstantin Kovshenin, Mike Adams, Nikolay Bachiyski, taka2, and willstedt.
Share this:
WordPress 4.2.1 Security Release
Posted April 27, 2015 by Gary Pendergast. Filed under Releases, Security.
WordPress 4.2.1 is now available. This is a critical security release for all previous versions and we strongly encourage you to update your sites immediately.
A few hours ago, the WordPress team was made aware of a cross-site scripting vulnerability, which could enable commenters to compromise a site. The vulnerability was discovered by Jouko Pynnönen.
WordPress 4.2.1 has begun to roll out as an automatic background update, for sites that support those.
For more information, see the release notes or consult the list of changes.
Download WordPress 4.2.1 or venture over to Dashboard → Updates and simply click “Update Now”.
WordPress 4.2
An easier way to share content
Extended character support
Switch themes in the Customizer
Even more embeds
Streamlined plugin updates
Under the Hood
utf8mb4 support
Database character encoding has changed from utf8 to utf8mb4, which adds support for a whole range of new 4-byte characters.
JavaScript accessibility
You can now send audible notifications to screen readers in JavaScript with wp.a11y.speak(). Pass it a string, and an update will be sent to a dedicated ARIA live notifications area.
Shared term splitting
Terms shared across multiple taxonomies will be split when one of them is updated. Find out more in the Plugin Developer Handbook.
Complex query ordering
WP_Query, WP_Comment_Query, and WP_User_Query now support complex ordering with named meta query clauses.
2015-05-31 21:59:59 +02:00
|
|
|
share/ja-wordpress/wp-includes/images/smilies/frownie.png
|
2013-11-10 12:13:08 +01:00
|
|
|
share/ja-wordpress/wp-includes/images/smilies/icon_arrow.gif
|
|
|
|
share/ja-wordpress/wp-includes/images/smilies/icon_biggrin.gif
|
|
|
|
share/ja-wordpress/wp-includes/images/smilies/icon_confused.gif
|
|
|
|
share/ja-wordpress/wp-includes/images/smilies/icon_cool.gif
|
|
|
|
share/ja-wordpress/wp-includes/images/smilies/icon_cry.gif
|
|
|
|
share/ja-wordpress/wp-includes/images/smilies/icon_eek.gif
|
|
|
|
share/ja-wordpress/wp-includes/images/smilies/icon_evil.gif
|
|
|
|
share/ja-wordpress/wp-includes/images/smilies/icon_exclaim.gif
|
|
|
|
share/ja-wordpress/wp-includes/images/smilies/icon_idea.gif
|
|
|
|
share/ja-wordpress/wp-includes/images/smilies/icon_lol.gif
|
|
|
|
share/ja-wordpress/wp-includes/images/smilies/icon_mad.gif
|
|
|
|
share/ja-wordpress/wp-includes/images/smilies/icon_mrgreen.gif
|
|
|
|
share/ja-wordpress/wp-includes/images/smilies/icon_neutral.gif
|
|
|
|
share/ja-wordpress/wp-includes/images/smilies/icon_question.gif
|
|
|
|
share/ja-wordpress/wp-includes/images/smilies/icon_razz.gif
|
|
|
|
share/ja-wordpress/wp-includes/images/smilies/icon_redface.gif
|
|
|
|
share/ja-wordpress/wp-includes/images/smilies/icon_rolleyes.gif
|
|
|
|
share/ja-wordpress/wp-includes/images/smilies/icon_sad.gif
|
|
|
|
share/ja-wordpress/wp-includes/images/smilies/icon_smile.gif
|
|
|
|
share/ja-wordpress/wp-includes/images/smilies/icon_surprised.gif
|
|
|
|
share/ja-wordpress/wp-includes/images/smilies/icon_twisted.gif
|
|
|
|
share/ja-wordpress/wp-includes/images/smilies/icon_wink.gif
|
Update to 4.2.2
Changelog:
WordPress 4.2.2 Security and Maintenance Release
Posted May 7, 2015 by Samuel Sidler. Filed under Releases, Security.
WordPress 4.2.2 is now available. This is a critical security release for all previous versions and we strongly encourage you to update your sites immediately.
Version 4.2.2 addresses two security issues:
The Genericons icon font package, which is used in a number of popular themes and plugins, contained an HTML file vulnerable to a cross-site scripting attack. All affected themes and plugins hosted on WordPress.org (including the Twenty Fifteen default theme) have been updated today by the WordPress security team to address this issue by removing this nonessential file. To help protect other Genericons usage, WordPress 4.2.2 proactively scans the wp-content directory for this HTML file and removes it. Reported by Robert Abela of Netsparker.
WordPress versions 4.2 and earlier are affected by a critical cross-site scripting vulnerability, which could enable anonymous users to compromise a site. WordPress 4.2.2 includes a comprehensive fix for this issue. Reported separately by Rice Adu and Tong Shi.
The release also includes hardening for a potential cross-site scripting vulnerability when using the visual editor. This issue was reported by Mahadev Subedi.
Our thanks to those who have practiced responsible disclosure of security issues.
WordPress 4.2.2 also contains fixes for 13 bugs from 4.2. For more information, see the release notes or consult the list of changes.
Download WordPress 4.2.2 or venture over to Dashboard → Updates and simply click “Update Now.” Sites that support automatic background updates are already beginning to update to WordPress 4.2.2.
Thanks to everyone who contributed to 4.2.2:
Aaron Jorbin, Andrew Ozz, Andrew Nacin, Boone Gorges, Dion Hulse, Ella Iseulde Van Dorpe, Gary Pendergast, Hinaloe, Jeremy Felt, John James Jacoby, Konstantin Kovshenin, Mike Adams, Nikolay Bachiyski, taka2, and willstedt.
rdPress.org
Showcase
Themes
Plugins
Mobile
Support
Get Involved
About
Blog
Hosting
Download WordPress
WordPress 4.2.2 Security and Maintenance Release
Posted May 7, 2015 by Samuel Sidler. Filed under Releases, Security.
WordPress 4.2.2 is now available. This is a critical security release for all previous versions and we strongly encourage you to update your sites immediately.
Version 4.2.2 addresses two security issues:
The Genericons icon font package, which is used in a number of popular themes and plugins, contained an HTML file vulnerable to a cross-site scripting attack. All affected themes and plugins hosted on WordPress.org (including the Twenty Fifteen default theme) have been updated today by the WordPress security team to address this issue by removing this nonessential file. To help protect other Genericons usage, WordPress 4.2.2 proactively scans the wp-content directory for this HTML file and removes it. Reported by Robert Abela of Netsparker.
WordPress versions 4.2 and earlier are affected by a critical cross-site scripting vulnerability, which could enable anonymous users to compromise a site. WordPress 4.2.2 includes a comprehensive fix for this issue. Reported separately by Rice Adu and Tong Shi.
The release also includes hardening for a potential cross-site scripting vulnerability when using the visual editor. This issue was reported by Mahadev Subedi.
Our thanks to those who have practiced responsible disclosure of security issues.
WordPress 4.2.2 also contains fixes for 13 bugs from 4.2. For more information, see the release notes or consult the list of changes.
Download WordPress 4.2.2 or venture over to Dashboard → Updates and simply click “Update Now.” Sites that support automatic background updates are already beginning to update to WordPress 4.2.2.
Thanks to everyone who contributed to 4.2.2:
Aaron Jorbin, Andrew Ozz, Andrew Nacin, Boone Gorges, Dion Hulse, Ella Iseulde Van Dorpe, Gary Pendergast, Hinaloe, Jeremy Felt, John James Jacoby, Konstantin Kovshenin, Mike Adams, Nikolay Bachiyski, taka2, and willstedt.
Share this:
WordPress 4.2.1 Security Release
Posted April 27, 2015 by Gary Pendergast. Filed under Releases, Security.
WordPress 4.2.1 is now available. This is a critical security release for all previous versions and we strongly encourage you to update your sites immediately.
A few hours ago, the WordPress team was made aware of a cross-site scripting vulnerability, which could enable commenters to compromise a site. The vulnerability was discovered by Jouko Pynnönen.
WordPress 4.2.1 has begun to roll out as an automatic background update, for sites that support those.
For more information, see the release notes or consult the list of changes.
Download WordPress 4.2.1 or venture over to Dashboard → Updates and simply click “Update Now”.
WordPress 4.2
An easier way to share content
Extended character support
Switch themes in the Customizer
Even more embeds
Streamlined plugin updates
Under the Hood
utf8mb4 support
Database character encoding has changed from utf8 to utf8mb4, which adds support for a whole range of new 4-byte characters.
JavaScript accessibility
You can now send audible notifications to screen readers in JavaScript with wp.a11y.speak(). Pass it a string, and an update will be sent to a dedicated ARIA live notifications area.
Shared term splitting
Terms shared across multiple taxonomies will be split when one of them is updated. Find out more in the Plugin Developer Handbook.
Complex query ordering
WP_Query, WP_Comment_Query, and WP_User_Query now support complex ordering with named meta query clauses.
2015-05-31 21:59:59 +02:00
|
|
|
share/ja-wordpress/wp-includes/images/smilies/mrgreen.png
|
|
|
|
share/ja-wordpress/wp-includes/images/smilies/rolleyes.png
|
|
|
|
share/ja-wordpress/wp-includes/images/smilies/simple-smile.png
|
Update to 3.8
Changelog:
For WordPress 3.8 ja
* Update WP Multibyte Patch to 1.9
For WordPress 3.8
Highlights
Introduces a new, modern admin design
A fresh, uncluttered design
Clean typography with Open Sans
Superior contrast and large, comfortable type
Responsive interfaces throughout
Refined, theme management
Smoother, click-to-add widget management
New Default Theme - Twenty Fourteen
Easily create a responsive magazine website with a sleek, modern design.
Feature your favorite homepage content in either a grid or a slider.
Use the three widget areas to customize your website, and change your content's layout with a full-width page template and a contributor page to show off your authors.
For Developers
External Libraries have been updated.
Better RTL support
What's New
General
Replace PNG-based plugins ratings stars with Dashicons for performance gains
Improved help tab text in various screens
Clicking "Check Again" on the Updates screen now provides more immediate feedback
Dashboard
Consolidate several Dashboard widgets to improve readability
Replace the 'Right Now' widget with the new and improved 'At a Glance' widget
Appearance
Introduce 8 new admin color schemes
Improved readability throughout using Open Sans typeface (where supported)
Responsive Toolbar for smaller-screen devices
Leverage Dashicons instead of icon sprites for crisper experience on all resolutions
Big RTL improvements throughout
Make the dashboard more usable on any size device with responsive all the things
Improve the login screen experience for Internet Explorer 8 users
Improve Quick Edit experience for non-English users
Improve the Menus experience for mobile users
Themes
New Default Theme -- Twenty Fourteen
Make it possible to check for any post format assigned to a post with has_post_format()
Better custom background theme support defaults, can now specify 'default-repeat', 'default-position-x', and 'default-attachment' arguments for background images.
Tags for width changed to layout: responsive-layout, fluid-layout, and fixed-layout
New tag: accessibility-ready to denote a theme is aware of accessibility best practices such as color contrast, keyboard navigation, and form/link focus. See WP theme accessibility guidelines.
Theme screenshots' size have increased from 600x450 to 880x 660.
Widgets
New click-to-add interface for adding widgets to sidebars
Improved interface for devices of all resolutions
Better drag-and-drop experience
Accessibility
Make list table row actions keyboard accessible
Improve color contrast throughout the admin
Multisite
Improved performance when deleting users in Multisite
Under The Hood
General
Heartbeat performance and API improvements
A $taxonomy argument was added to each of the adjacent post functions.
Define $is_nginx in vars.php
Apply capital_P_dangit() to the wp_title filter
Make sure ajaxurl is defined in the Customizer
validate_active_plugins() now checks the manage_network_plugins capability instead of is_super_admin()
Allow passing false for the meta_box_cb argument in register_taxonomy() to turn off the meta box display entirely
Make it easier to target video shortcodes by adding a wp-video class to the parent container
Add CSSMin, SASS, CSSJanus, and jsHint to build tools for core development
Bug Fixes
Fix bug where top-level categories were only redirecting if they had no children
Fix bug in wp_get_object_terms() where returned were strings not integers
Fix a bug where passing a null value to meta_query resulted in wonkiness with the comparison operator
Fix "'wp_signups' already exists for query" error after updating a Multisite network
Fix bug in get_bookmarks() caused by missing parentheses
Fix comment_notification_recipients filter behavior so that it is still respected even on comments left by the post author
Fix a date comparison error in dashboard_relative_date()
Fix keyboard accessibility for row actions in list tables.
Fix no-js and accessibility modes in in the Widgets screen
Fix a bug where menus could still be assigned to a non-existent theme location
Silence jQuery Migrate errors in the General settings page
Multisite
Classes
Introduce WP_Screen::remove_option()
Introduce WP_Screen::remove_options()
Introduce WP_Screen::get_options()
Functions
Introduce wp_dashboard_quick_press()
Introduce wp_dashboard_site_activity()
Introduce wp_dashboard_recent_posts()
Introduce wp_dashboard_recent_comments()
Introduce wp_dashboard_primary_output()
Introduce wp_heartbeat_set_suspension()
Introduce wp_star_rating()
Introduce get_theme_update_available()
Introduce wp_prepare_themes_for_js()
Actions & Filters
Actions
Introduce automatic_updates_complete
Filters
Introduce automatic_updates_debug_email
Introduce wp_prepare_themes_for_js
External Libraries
Add a copyright notice to zxcvbn (password strength meter) script
Deprecated
screen_icon()
get_screen_icon()
wp_dashboard_incoming_links_output()
wp_dashboard_secondary_output()
wp_dashboard_incoming_links()
wp_dashboard_incoming_links_control()
wp_dashboard_plugins()
wp_dashboard_primary_control()
wp_dashboard_recent_comments_control()
wp_dashboard_secondary()
wp_dashboard_secondary_control()
no_update_actions()
Miscellaneous
Many unused images were removed from core. See the full list
2013-12-27 23:55:20 +01:00
|
|
|
share/ja-wordpress/wp-includes/images/spinner-2x.gif
|
|
|
|
share/ja-wordpress/wp-includes/images/spinner.gif
|
2013-11-10 12:13:08 +01:00
|
|
|
share/ja-wordpress/wp-includes/images/toggle-arrow-2x.png
|
|
|
|
share/ja-wordpress/wp-includes/images/toggle-arrow.png
|
|
|
|
share/ja-wordpress/wp-includes/images/uploader-icons-2x.png
|
|
|
|
share/ja-wordpress/wp-includes/images/uploader-icons.png
|
2020-06-21 18:42:55 +02:00
|
|
|
share/ja-wordpress/wp-includes/images/w-logo-blue-white-bg.png
|
2016-04-30 02:16:58 +02:00
|
|
|
share/ja-wordpress/wp-includes/images/w-logo-blue.png
|
2013-11-10 12:13:08 +01:00
|
|
|
share/ja-wordpress/wp-includes/images/wlw/wp-comments.png
|
|
|
|
share/ja-wordpress/wp-includes/images/wlw/wp-icon.png
|
|
|
|
share/ja-wordpress/wp-includes/images/wlw/wp-watermark.png
|
|
|
|
share/ja-wordpress/wp-includes/images/wpicons-2x.png
|
|
|
|
share/ja-wordpress/wp-includes/images/wpicons.png
|
|
|
|
share/ja-wordpress/wp-includes/images/wpspin-2x.gif
|
|
|
|
share/ja-wordpress/wp-includes/images/wpspin.gif
|
|
|
|
share/ja-wordpress/wp-includes/images/xit-2x.gif
|
|
|
|
share/ja-wordpress/wp-includes/images/xit.gif
|
|
|
|
share/ja-wordpress/wp-includes/js/admin-bar.js
|
|
|
|
share/ja-wordpress/wp-includes/js/admin-bar.min.js
|
2019-12-16 17:52:40 +01:00
|
|
|
share/ja-wordpress/wp-includes/js/api-request.js
|
|
|
|
share/ja-wordpress/wp-includes/js/api-request.min.js
|
2013-11-10 12:13:08 +01:00
|
|
|
share/ja-wordpress/wp-includes/js/autosave.js
|
|
|
|
share/ja-wordpress/wp-includes/js/autosave.min.js
|
2019-12-16 17:52:40 +01:00
|
|
|
share/ja-wordpress/wp-includes/js/backbone.js
|
2013-11-10 12:13:08 +01:00
|
|
|
share/ja-wordpress/wp-includes/js/backbone.min.js
|
2019-12-16 17:52:40 +01:00
|
|
|
share/ja-wordpress/wp-includes/js/clipboard.js
|
|
|
|
share/ja-wordpress/wp-includes/js/clipboard.min.js
|
|
|
|
share/ja-wordpress/wp-includes/js/codemirror/codemirror.min.css
|
|
|
|
share/ja-wordpress/wp-includes/js/codemirror/codemirror.min.js
|
|
|
|
share/ja-wordpress/wp-includes/js/codemirror/csslint.js
|
|
|
|
share/ja-wordpress/wp-includes/js/codemirror/esprima.js
|
|
|
|
share/ja-wordpress/wp-includes/js/codemirror/fakejshint.js
|
|
|
|
share/ja-wordpress/wp-includes/js/codemirror/htmlhint-kses.js
|
|
|
|
share/ja-wordpress/wp-includes/js/codemirror/htmlhint.js
|
|
|
|
share/ja-wordpress/wp-includes/js/codemirror/jsonlint.js
|
2013-11-10 12:13:08 +01:00
|
|
|
share/ja-wordpress/wp-includes/js/colorpicker.js
|
|
|
|
share/ja-wordpress/wp-includes/js/colorpicker.min.js
|
|
|
|
share/ja-wordpress/wp-includes/js/comment-reply.js
|
|
|
|
share/ja-wordpress/wp-includes/js/comment-reply.min.js
|
|
|
|
share/ja-wordpress/wp-includes/js/crop/cropper.css
|
|
|
|
share/ja-wordpress/wp-includes/js/crop/cropper.js
|
|
|
|
share/ja-wordpress/wp-includes/js/crop/marqueeHoriz.gif
|
|
|
|
share/ja-wordpress/wp-includes/js/crop/marqueeVert.gif
|
|
|
|
share/ja-wordpress/wp-includes/js/customize-base.js
|
|
|
|
share/ja-wordpress/wp-includes/js/customize-base.min.js
|
|
|
|
share/ja-wordpress/wp-includes/js/customize-loader.js
|
|
|
|
share/ja-wordpress/wp-includes/js/customize-loader.min.js
|
2014-09-28 16:18:00 +02:00
|
|
|
share/ja-wordpress/wp-includes/js/customize-models.js
|
|
|
|
share/ja-wordpress/wp-includes/js/customize-models.min.js
|
Update to 4.3
Changelog:
Highlights
The Finer Points
Resetting Your Password received attention and 4.3 improves the way that passwords are chosen and changed. You start out with a strong password by default and you are given the option to keep it or choose your own. A password strength meter is available as well as the option to hide your password from prying eyes. You will find the new password interface on the password reset screen and the WordPress install screen. WordPress will no longer send passwords via email and the password reset links will expire in 24 hours. Finally, e-mail notifications will be sent out in the event that an e-mail or password is changed.
Site owners can now manage their site’s favicon on desktop and mobile. Site Icons work out of the box, are theme independent, and do not require theme support.
Multisite Focused Changes
The main change to the Editor is that the content for both Visual and Text editors is prepared/escaped the same (we run the textarea content through the JavaScript wpautop() before initializing TinyMCE).
Comments are now turned off on pages and custom post types by default.
For Developers
Fast previewing changes to Menus in the Customizer
A new theme template has been added to the Template Hierarchy. The singular.php template follows the rules of is_singular and is used for a single post, regardless of post type. It comes in the hierarchy after single.php, page.php, and the variations of each. Themes that used the same code for both of those files (or included one in the other) can now simplify down to the one template.
Changes to Customizer Panels and Sections
New Customizer Media Controls
The Site Icon API is fairly straightforward.
PHP7 is slated for release later this year. One of the changes is that PHP4 style constructors are deprecated. In order to prepare WordPress to support PHP7, these constructors have been deprecated in WordPress core.
Old Distraction Free Writing code has been removed (the code has not been used in the core since 4.1). Plugin authors have had two releases to update their code. If it is essential to your plugin, the files in 4.2 can still be reused and improved.
What's New
General
Posts
Formatting Shortcuts while using visual editor.
Use * or - to start an unordered list.
Use 1. or 1) to start an ordered list.
Use ## for H2 and ### for H3 (etc, through H6).
Use > to transform text into blockquote.
Media
Comments
All new pages that you create will have comments turned off by default.
Appearance
Menus can now be managed with the Customizer, which allows you to see "live" preview changes without changing your site for visitors until you are ready.
Customizer improvements including enhanced accessibility, smoother menu creation and location assignment, and the ability to handle nameless menus.
Take control of another piece of your site with the Site Icon feature. You can now manage your site’s favicon and app icon from the Admin area.
Customize link added in the toolbar to swiftly make changes to your site.
Users
Better Passwords. Password field will be automatically filled with a strong password, while adding new users and resetting the password.
Install Process
Multisite
Accessibility
Under The Hood
General
JavaScript
Bug Fixes
A total of 180 bugs reported against previous versions of WordPress were fixed.
Multisite
Classes
What's New
Customizer API
Introduce WP_Customize_Cropped_Image_Control
Introduce WP_Customize_Manager->$registered_panel_types
Introduce WP_Customize_Manager->$registered_section_types
Introduce WP_Customize_Manager::register_panel_type()
Introduce WP_Customize_Manager::render_panel_templates()
Introduce WP_Customize_Manager::register_section_type()
Introduce WP_Customize_Manager::render_section_templates()
Introduce WP_Customize_Nav_Menu_Auto_Add_Control
Introduce WP_Customize_Nav_Menu_Control
Introduce WP_Customize_Nav_Menu_Item_Control
Introduce WP_Customize_Nav_Menu_Item_Setting
Introduce WP_Customize_Nav_Menu_Location_Control
Introduce WP_Customize_Nav_Menu_Section
Introduce WP_Customize_Nav_Menu_Setting
Introduce WP_Customize_Nav_Menus
Introduce WP_Customize_Nav_Menus_Panel
Introduce WP_Customize_New_Menu_Control
Introduce WP_Customize_New_Menu_Section
Introduce WP_Customize_Panel::print_template()
Introduce WP_Customize_Panel::render_template()
Introduce WP_Customize_Panel::content_template()
Introduce WP_Customize_Section::print_template()
Introduce WP_Customize_Section::render_template()
Introduce WP_Customize_Site_Icon_Control
List Tables
Introduce WP_Links_List_Table::get_default_primary_column_name()
Introduce WP_Links_List_Table::column_cb()
Introduce WP_Links_List_Table::column_name()
Introduce WP_Links_List_Table::column_url()
Introduce WP_Links_List_Table::column_categories()
Introduce WP_Links_List_Table::column_rel()
Introduce WP_Links_List_Table::column_visible()
Introduce WP_Links_List_Table::column_rating()
Introduce WP_Links_List_Table::column_default()
Introduce WP_Links_List_Table::handle_row_actions()
Introduce WP_List_Table::get_default_primary_column_name()
Introduce WP_List_Table::get_primary_column_name()
Introduce WP_List_Table::handle_row_actions()
Introduce WP_Media_List_Table::column_cb()
Introduce WP_Media_List_Table::column_title()
Introduce WP_Media_List_Table::column_author()
Introduce WP_Media_List_Table::column_desc()
Introduce WP_Media_List_Table::column_date()
Introduce WP_Media_List_Table::column_parent()
Introduce WP_Media_List_Table::column_comments()
Introduce WP_Media_List_Table::column_default()
Introduce WP_Media_List_Table::get_default_primary_column_name()
Introduce WP_Media_List_Table::handle_row_actions()
Introduce WP_MS_Sites_List_Table->$status_list
Introduce WP_MS_Sites_List_Table::column_cb()
Introduce WP_MS_Sites_List_Table::column_blogname()
Introduce WP_MS_Sites_List_Table::column_lastupdated()
Introduce WP_MS_Sites_List_Table::column_registered()
Introduce WP_MS_Sites_List_Table::column_users()
Introduce WP_MS_Sites_List_Table::column_plugins()
Introduce WP_MS_Sites_List_Table::column_default()
Introduce WP_MS_Sites_List_Table::get_default_primary_column_name()
Introduce WP_MS_Sites_List_Table::handle_row_actions()
Introduce WP_MS_Themes_List_Table::get_primary_column_name()
Introduce WP_MS_Themes_List_Table::column_cb()
Introduce WP_MS_Themes_List_Table::column_name()
Introduce WP_MS_Themes_List_Table::column_description()
Introduce WP_MS_Themes_List_Table::column_default()
Introduce WP_MS_Themes_List_Table::single_row_columns()
Introduce WP_MS_Users_List_Table::column_cb()
Introduce WP_MS_Users_List_Table::column_username()
Introduce WP_MS_Users_List_Table::column_name()
Introduce WP_MS_Users_List_Table::column_email()
Introduce WP_MS_Users_List_Table::column_registered()
Introduce WP_MS_Users_List_Table::_column_blogs()
Introduce WP_MS_Users_List_Table::column_blogs()
Introduce WP_MS_Users_List_Table::column_default()
Introduce WP_MS_Users_List_Table::get_default_primary_column_name()
Introduce WP_MS_Users_List_Table::handle_row_actions()
Introduce WP_Plugins_List_Table::get_primary_column_name()
Introduce WP_Posts_List_Table->$current_level
Introduce WP_Posts_List_Table::column_cb()
Introduce WP_Posts_List_Table::_column_title()
Introduce WP_Posts_List_Table::column_title()
Introduce WP_Posts_List_Table::column_date()
Introduce WP_Posts_List_Table::column_comments()
Introduce WP_Posts_List_Table::column_author()
Introduce WP_Posts_List_Table::column_default()
Introduce WP_Posts_List_Table::get_default_primary_column_name()
Introduce WP_Posts_List_Table::handle_row_actions()
Introduce WP_Terms_List_Table::get_default_primary_column_name()
Introduce WP_Terms_List_Table::handle_row_actions()
Introduce WP_Users_List_Table::get_default_primary_column_name()
Miscellaneous
Introduce WP_Comments_List_Table::get_default_primary_column_name()
Introduce WP_Comments_List_Table::handle_row_actions()
Introduce WP_Meta_Query->$has_or_relation
Introduce WP_Meta_Query::has_or_relation()
Introduce WP_Site_Icon
Introduce WP_Upgrader::clear_destination()
Introduce WP_User::__call()
Deprecated
Functions
What's New
Introduce wp_ajax_crop_image()
Introduce split_all_shared_terms()
Introduce wp_should_upgrade_global_tables()
Introduce wp_admin_bar_customize_menu()
Introduce wp_roles()
Introduce get_default_comment_status()
Introduce atom_site_icon()
Introduce rss2_site_icon()
Introduce wptexturize_primes()
Introduce convert_invalid_entities()
Introduce format_for_editor()
Introduce _deprecated_constructor()
Introduce get_main_network_id()
Introduce wp_post_preview_js()
Introduce wp_site_icon()
Introduce get_language_attributes()
Introduce wp_resolve_numeric_slug_conflicts()
Introduce get_singular_template()
Deprecated
Actions & Filters
New Actions
Introduce wp_ajax_crop_image_pre_save
Introduce add_user_role
Introduce remove_user_role
Introduce deprecated_constructor_run
New Filters
Introduce edit_comment_misc_actions
Introduce wp_ajax_cropped_attachment_metadata
Introduce wp_ajax_cropped_attachment_id
Introduce list_table_primary_column
Introduce upgrader_package_options
Introduce nav_menu_items_{$post_type_name}_recent
Introduce get_the_author_{$field}
Introduce wp_generate_tag_cloud_data
Introduce style_loader_tag
Introduce get_default_comment_status
Introduce format_for_editor
Introduce deprecated_constructor_trigger_error
Introduce get_main_network_id
Introduce site_icon_meta_tags
Introduce wp_get_attachment_image_src
Introduce wp_get_nav_menu_object
Introduce has_nav_menu
Introduce wp_safe_redirect_fallback
Introduce wp_unique_term_slug_is_bad_slug
Introduce wp_unique_term_slug
Introduce editor_stylesheets
Introduce send_password_change_email
Introduce send_email_change_email
Introduce password_change_email
Introduce email_change_email
Introduce password_reset_expiration
2015-08-30 03:20:45 +02:00
|
|
|
share/ja-wordpress/wp-includes/js/customize-preview-nav-menus.js
|
|
|
|
share/ja-wordpress/wp-includes/js/customize-preview-nav-menus.min.js
|
2014-09-28 16:18:00 +02:00
|
|
|
share/ja-wordpress/wp-includes/js/customize-preview-widgets.js
|
|
|
|
share/ja-wordpress/wp-includes/js/customize-preview-widgets.min.js
|
2013-11-10 12:13:08 +01:00
|
|
|
share/ja-wordpress/wp-includes/js/customize-preview.js
|
|
|
|
share/ja-wordpress/wp-includes/js/customize-preview.min.js
|
2016-04-30 02:16:58 +02:00
|
|
|
share/ja-wordpress/wp-includes/js/customize-selective-refresh.js
|
|
|
|
share/ja-wordpress/wp-includes/js/customize-selective-refresh.min.js
|
2014-09-28 16:18:00 +02:00
|
|
|
share/ja-wordpress/wp-includes/js/customize-views.js
|
|
|
|
share/ja-wordpress/wp-includes/js/customize-views.min.js
|
2019-12-16 17:52:40 +01:00
|
|
|
share/ja-wordpress/wp-includes/js/dist/a11y.js
|
|
|
|
share/ja-wordpress/wp-includes/js/dist/a11y.min.js
|
|
|
|
share/ja-wordpress/wp-includes/js/dist/annotations.js
|
|
|
|
share/ja-wordpress/wp-includes/js/dist/annotations.min.js
|
|
|
|
share/ja-wordpress/wp-includes/js/dist/api-fetch.js
|
|
|
|
share/ja-wordpress/wp-includes/js/dist/api-fetch.min.js
|
|
|
|
share/ja-wordpress/wp-includes/js/dist/autop.js
|
|
|
|
share/ja-wordpress/wp-includes/js/dist/autop.min.js
|
|
|
|
share/ja-wordpress/wp-includes/js/dist/blob.js
|
|
|
|
share/ja-wordpress/wp-includes/js/dist/blob.min.js
|
2020-06-21 18:42:55 +02:00
|
|
|
share/ja-wordpress/wp-includes/js/dist/block-directory.js
|
|
|
|
share/ja-wordpress/wp-includes/js/dist/block-directory.min.js
|
2019-12-16 17:52:40 +01:00
|
|
|
share/ja-wordpress/wp-includes/js/dist/block-editor.js
|
|
|
|
share/ja-wordpress/wp-includes/js/dist/block-editor.min.js
|
|
|
|
share/ja-wordpress/wp-includes/js/dist/block-library.js
|
|
|
|
share/ja-wordpress/wp-includes/js/dist/block-library.min.js
|
|
|
|
share/ja-wordpress/wp-includes/js/dist/block-serialization-default-parser.js
|
|
|
|
share/ja-wordpress/wp-includes/js/dist/block-serialization-default-parser.min.js
|
|
|
|
share/ja-wordpress/wp-includes/js/dist/blocks.js
|
|
|
|
share/ja-wordpress/wp-includes/js/dist/blocks.min.js
|
|
|
|
share/ja-wordpress/wp-includes/js/dist/components.js
|
|
|
|
share/ja-wordpress/wp-includes/js/dist/components.min.js
|
|
|
|
share/ja-wordpress/wp-includes/js/dist/compose.js
|
|
|
|
share/ja-wordpress/wp-includes/js/dist/compose.min.js
|
|
|
|
share/ja-wordpress/wp-includes/js/dist/core-data.js
|
|
|
|
share/ja-wordpress/wp-includes/js/dist/core-data.min.js
|
|
|
|
share/ja-wordpress/wp-includes/js/dist/data-controls.js
|
|
|
|
share/ja-wordpress/wp-includes/js/dist/data-controls.min.js
|
|
|
|
share/ja-wordpress/wp-includes/js/dist/data.js
|
|
|
|
share/ja-wordpress/wp-includes/js/dist/data.min.js
|
|
|
|
share/ja-wordpress/wp-includes/js/dist/date.js
|
|
|
|
share/ja-wordpress/wp-includes/js/dist/date.min.js
|
|
|
|
share/ja-wordpress/wp-includes/js/dist/deprecated.js
|
|
|
|
share/ja-wordpress/wp-includes/js/dist/deprecated.min.js
|
|
|
|
share/ja-wordpress/wp-includes/js/dist/dom-ready.js
|
|
|
|
share/ja-wordpress/wp-includes/js/dist/dom-ready.min.js
|
|
|
|
share/ja-wordpress/wp-includes/js/dist/dom.js
|
|
|
|
share/ja-wordpress/wp-includes/js/dist/dom.min.js
|
|
|
|
share/ja-wordpress/wp-includes/js/dist/edit-post.js
|
|
|
|
share/ja-wordpress/wp-includes/js/dist/edit-post.min.js
|
|
|
|
share/ja-wordpress/wp-includes/js/dist/editor.js
|
|
|
|
share/ja-wordpress/wp-includes/js/dist/editor.min.js
|
|
|
|
share/ja-wordpress/wp-includes/js/dist/element.js
|
|
|
|
share/ja-wordpress/wp-includes/js/dist/element.min.js
|
|
|
|
share/ja-wordpress/wp-includes/js/dist/escape-html.js
|
|
|
|
share/ja-wordpress/wp-includes/js/dist/escape-html.min.js
|
|
|
|
share/ja-wordpress/wp-includes/js/dist/format-library.js
|
|
|
|
share/ja-wordpress/wp-includes/js/dist/format-library.min.js
|
|
|
|
share/ja-wordpress/wp-includes/js/dist/hooks.js
|
|
|
|
share/ja-wordpress/wp-includes/js/dist/hooks.min.js
|
|
|
|
share/ja-wordpress/wp-includes/js/dist/html-entities.js
|
|
|
|
share/ja-wordpress/wp-includes/js/dist/html-entities.min.js
|
|
|
|
share/ja-wordpress/wp-includes/js/dist/i18n.js
|
|
|
|
share/ja-wordpress/wp-includes/js/dist/i18n.min.js
|
|
|
|
share/ja-wordpress/wp-includes/js/dist/is-shallow-equal.js
|
|
|
|
share/ja-wordpress/wp-includes/js/dist/is-shallow-equal.min.js
|
2020-06-21 18:42:55 +02:00
|
|
|
share/ja-wordpress/wp-includes/js/dist/keyboard-shortcuts.js
|
|
|
|
share/ja-wordpress/wp-includes/js/dist/keyboard-shortcuts.min.js
|
2019-12-16 17:52:40 +01:00
|
|
|
share/ja-wordpress/wp-includes/js/dist/keycodes.js
|
|
|
|
share/ja-wordpress/wp-includes/js/dist/keycodes.min.js
|
|
|
|
share/ja-wordpress/wp-includes/js/dist/list-reusable-blocks.js
|
|
|
|
share/ja-wordpress/wp-includes/js/dist/list-reusable-blocks.min.js
|
|
|
|
share/ja-wordpress/wp-includes/js/dist/media-utils.js
|
|
|
|
share/ja-wordpress/wp-includes/js/dist/media-utils.min.js
|
|
|
|
share/ja-wordpress/wp-includes/js/dist/notices.js
|
|
|
|
share/ja-wordpress/wp-includes/js/dist/notices.min.js
|
|
|
|
share/ja-wordpress/wp-includes/js/dist/nux.js
|
|
|
|
share/ja-wordpress/wp-includes/js/dist/nux.min.js
|
|
|
|
share/ja-wordpress/wp-includes/js/dist/plugins.js
|
|
|
|
share/ja-wordpress/wp-includes/js/dist/plugins.min.js
|
2020-06-21 18:42:55 +02:00
|
|
|
share/ja-wordpress/wp-includes/js/dist/primitives.js
|
|
|
|
share/ja-wordpress/wp-includes/js/dist/primitives.min.js
|
2019-12-16 17:52:40 +01:00
|
|
|
share/ja-wordpress/wp-includes/js/dist/priority-queue.js
|
|
|
|
share/ja-wordpress/wp-includes/js/dist/priority-queue.min.js
|
|
|
|
share/ja-wordpress/wp-includes/js/dist/redux-routine.js
|
|
|
|
share/ja-wordpress/wp-includes/js/dist/redux-routine.min.js
|
2021-01-03 09:41:15 +01:00
|
|
|
share/ja-wordpress/wp-includes/js/dist/reusable-blocks.js
|
|
|
|
share/ja-wordpress/wp-includes/js/dist/reusable-blocks.min.js
|
2019-12-16 17:52:40 +01:00
|
|
|
share/ja-wordpress/wp-includes/js/dist/rich-text.js
|
|
|
|
share/ja-wordpress/wp-includes/js/dist/rich-text.min.js
|
|
|
|
share/ja-wordpress/wp-includes/js/dist/server-side-render.js
|
|
|
|
share/ja-wordpress/wp-includes/js/dist/server-side-render.min.js
|
|
|
|
share/ja-wordpress/wp-includes/js/dist/shortcode.js
|
|
|
|
share/ja-wordpress/wp-includes/js/dist/shortcode.min.js
|
|
|
|
share/ja-wordpress/wp-includes/js/dist/token-list.js
|
|
|
|
share/ja-wordpress/wp-includes/js/dist/token-list.min.js
|
|
|
|
share/ja-wordpress/wp-includes/js/dist/url.js
|
|
|
|
share/ja-wordpress/wp-includes/js/dist/url.min.js
|
|
|
|
share/ja-wordpress/wp-includes/js/dist/vendor/lodash.js
|
|
|
|
share/ja-wordpress/wp-includes/js/dist/vendor/lodash.min.js
|
|
|
|
share/ja-wordpress/wp-includes/js/dist/vendor/moment.js
|
|
|
|
share/ja-wordpress/wp-includes/js/dist/vendor/moment.min.js
|
|
|
|
share/ja-wordpress/wp-includes/js/dist/vendor/react-dom.js
|
|
|
|
share/ja-wordpress/wp-includes/js/dist/vendor/react-dom.min.js
|
|
|
|
share/ja-wordpress/wp-includes/js/dist/vendor/react.js
|
|
|
|
share/ja-wordpress/wp-includes/js/dist/vendor/react.min.js
|
2020-06-21 18:42:55 +02:00
|
|
|
share/ja-wordpress/wp-includes/js/dist/vendor/wp-polyfill-dom-rect.js
|
|
|
|
share/ja-wordpress/wp-includes/js/dist/vendor/wp-polyfill-dom-rect.min.js
|
2019-12-16 17:52:40 +01:00
|
|
|
share/ja-wordpress/wp-includes/js/dist/vendor/wp-polyfill-element-closest.js
|
|
|
|
share/ja-wordpress/wp-includes/js/dist/vendor/wp-polyfill-element-closest.min.js
|
|
|
|
share/ja-wordpress/wp-includes/js/dist/vendor/wp-polyfill-fetch.js
|
|
|
|
share/ja-wordpress/wp-includes/js/dist/vendor/wp-polyfill-fetch.min.js
|
|
|
|
share/ja-wordpress/wp-includes/js/dist/vendor/wp-polyfill-formdata.js
|
|
|
|
share/ja-wordpress/wp-includes/js/dist/vendor/wp-polyfill-formdata.min.js
|
|
|
|
share/ja-wordpress/wp-includes/js/dist/vendor/wp-polyfill-node-contains.js
|
|
|
|
share/ja-wordpress/wp-includes/js/dist/vendor/wp-polyfill-node-contains.min.js
|
2020-06-21 18:42:55 +02:00
|
|
|
share/ja-wordpress/wp-includes/js/dist/vendor/wp-polyfill-url.js
|
|
|
|
share/ja-wordpress/wp-includes/js/dist/vendor/wp-polyfill-url.min.js
|
2019-12-16 17:52:40 +01:00
|
|
|
share/ja-wordpress/wp-includes/js/dist/vendor/wp-polyfill.js
|
|
|
|
share/ja-wordpress/wp-includes/js/dist/vendor/wp-polyfill.min.js
|
|
|
|
share/ja-wordpress/wp-includes/js/dist/viewport.js
|
|
|
|
share/ja-wordpress/wp-includes/js/dist/viewport.min.js
|
2020-06-21 18:42:55 +02:00
|
|
|
share/ja-wordpress/wp-includes/js/dist/warning.js
|
|
|
|
share/ja-wordpress/wp-includes/js/dist/warning.min.js
|
2019-12-16 17:52:40 +01:00
|
|
|
share/ja-wordpress/wp-includes/js/dist/wordcount.js
|
|
|
|
share/ja-wordpress/wp-includes/js/dist/wordcount.min.js
|
2013-11-10 12:13:08 +01:00
|
|
|
share/ja-wordpress/wp-includes/js/heartbeat.js
|
|
|
|
share/ja-wordpress/wp-includes/js/heartbeat.min.js
|
|
|
|
share/ja-wordpress/wp-includes/js/hoverIntent.js
|
|
|
|
share/ja-wordpress/wp-includes/js/hoverIntent.min.js
|
2019-12-16 17:52:40 +01:00
|
|
|
share/ja-wordpress/wp-includes/js/hoverintent-js.min.js
|
|
|
|
share/ja-wordpress/wp-includes/js/imagesloaded.min.js
|
2013-11-10 12:13:08 +01:00
|
|
|
share/ja-wordpress/wp-includes/js/imgareaselect/border-anim-h.gif
|
|
|
|
share/ja-wordpress/wp-includes/js/imgareaselect/border-anim-v.gif
|
|
|
|
share/ja-wordpress/wp-includes/js/imgareaselect/imgareaselect.css
|
|
|
|
share/ja-wordpress/wp-includes/js/imgareaselect/jquery.imgareaselect.js
|
|
|
|
share/ja-wordpress/wp-includes/js/imgareaselect/jquery.imgareaselect.min.js
|
|
|
|
share/ja-wordpress/wp-includes/js/jcrop/Jcrop.gif
|
|
|
|
share/ja-wordpress/wp-includes/js/jcrop/jquery.Jcrop.min.css
|
|
|
|
share/ja-wordpress/wp-includes/js/jcrop/jquery.Jcrop.min.js
|
|
|
|
share/ja-wordpress/wp-includes/js/jquery/jquery-migrate.js
|
|
|
|
share/ja-wordpress/wp-includes/js/jquery/jquery-migrate.min.js
|
|
|
|
share/ja-wordpress/wp-includes/js/jquery/jquery.color.min.js
|
|
|
|
share/ja-wordpress/wp-includes/js/jquery/jquery.form.js
|
|
|
|
share/ja-wordpress/wp-includes/js/jquery/jquery.form.min.js
|
|
|
|
share/ja-wordpress/wp-includes/js/jquery/jquery.hotkeys.js
|
|
|
|
share/ja-wordpress/wp-includes/js/jquery/jquery.hotkeys.min.js
|
|
|
|
share/ja-wordpress/wp-includes/js/jquery/jquery.js
|
|
|
|
share/ja-wordpress/wp-includes/js/jquery/jquery.masonry.min.js
|
2021-01-03 09:41:15 +01:00
|
|
|
share/ja-wordpress/wp-includes/js/jquery/jquery.min.js
|
2013-11-10 12:13:08 +01:00
|
|
|
share/ja-wordpress/wp-includes/js/jquery/jquery.query.js
|
|
|
|
share/ja-wordpress/wp-includes/js/jquery/jquery.schedule.js
|
|
|
|
share/ja-wordpress/wp-includes/js/jquery/jquery.serialize-object.js
|
|
|
|
share/ja-wordpress/wp-includes/js/jquery/jquery.table-hotkeys.js
|
|
|
|
share/ja-wordpress/wp-includes/js/jquery/jquery.table-hotkeys.min.js
|
|
|
|
share/ja-wordpress/wp-includes/js/jquery/jquery.ui.touch-punch.js
|
|
|
|
share/ja-wordpress/wp-includes/js/jquery/suggest.js
|
|
|
|
share/ja-wordpress/wp-includes/js/jquery/suggest.min.js
|
2021-01-03 09:41:15 +01:00
|
|
|
share/ja-wordpress/wp-includes/js/jquery/ui/accordion.js
|
2015-01-01 19:44:55 +01:00
|
|
|
share/ja-wordpress/wp-includes/js/jquery/ui/accordion.min.js
|
2021-01-03 09:41:15 +01:00
|
|
|
share/ja-wordpress/wp-includes/js/jquery/ui/autocomplete.js
|
2015-01-01 19:44:55 +01:00
|
|
|
share/ja-wordpress/wp-includes/js/jquery/ui/autocomplete.min.js
|
2021-01-03 09:41:15 +01:00
|
|
|
share/ja-wordpress/wp-includes/js/jquery/ui/button.js
|
2015-01-01 19:44:55 +01:00
|
|
|
share/ja-wordpress/wp-includes/js/jquery/ui/button.min.js
|
2021-01-03 09:41:15 +01:00
|
|
|
share/ja-wordpress/wp-includes/js/jquery/ui/checkboxradio.js
|
|
|
|
share/ja-wordpress/wp-includes/js/jquery/ui/checkboxradio.min.js
|
|
|
|
share/ja-wordpress/wp-includes/js/jquery/ui/controlgroup.js
|
|
|
|
share/ja-wordpress/wp-includes/js/jquery/ui/controlgroup.min.js
|
|
|
|
share/ja-wordpress/wp-includes/js/jquery/ui/core.js
|
2015-01-01 19:44:55 +01:00
|
|
|
share/ja-wordpress/wp-includes/js/jquery/ui/core.min.js
|
2021-01-03 09:41:15 +01:00
|
|
|
share/ja-wordpress/wp-includes/js/jquery/ui/datepicker.js
|
2015-01-01 19:44:55 +01:00
|
|
|
share/ja-wordpress/wp-includes/js/jquery/ui/datepicker.min.js
|
2021-01-03 09:41:15 +01:00
|
|
|
share/ja-wordpress/wp-includes/js/jquery/ui/dialog.js
|
2015-01-01 19:44:55 +01:00
|
|
|
share/ja-wordpress/wp-includes/js/jquery/ui/dialog.min.js
|
2021-01-03 09:41:15 +01:00
|
|
|
share/ja-wordpress/wp-includes/js/jquery/ui/draggable.js
|
2015-01-01 19:44:55 +01:00
|
|
|
share/ja-wordpress/wp-includes/js/jquery/ui/draggable.min.js
|
2021-01-03 09:41:15 +01:00
|
|
|
share/ja-wordpress/wp-includes/js/jquery/ui/droppable.js
|
2015-01-01 19:44:55 +01:00
|
|
|
share/ja-wordpress/wp-includes/js/jquery/ui/droppable.min.js
|
2021-01-03 09:41:15 +01:00
|
|
|
share/ja-wordpress/wp-includes/js/jquery/ui/droppable.min.js
|
|
|
|
share/ja-wordpress/wp-includes/js/jquery/ui/effect-blind.js
|
2015-01-01 19:44:55 +01:00
|
|
|
share/ja-wordpress/wp-includes/js/jquery/ui/effect-blind.min.js
|
2021-01-03 09:41:15 +01:00
|
|
|
share/ja-wordpress/wp-includes/js/jquery/ui/effect-bounce.js
|
2015-01-01 19:44:55 +01:00
|
|
|
share/ja-wordpress/wp-includes/js/jquery/ui/effect-bounce.min.js
|
2021-01-03 09:41:15 +01:00
|
|
|
share/ja-wordpress/wp-includes/js/jquery/ui/effect-clip.js
|
2015-01-01 19:44:55 +01:00
|
|
|
share/ja-wordpress/wp-includes/js/jquery/ui/effect-clip.min.js
|
2021-01-03 09:41:15 +01:00
|
|
|
share/ja-wordpress/wp-includes/js/jquery/ui/effect-drop.js
|
2015-01-01 19:44:55 +01:00
|
|
|
share/ja-wordpress/wp-includes/js/jquery/ui/effect-drop.min.js
|
2021-01-03 09:41:15 +01:00
|
|
|
share/ja-wordpress/wp-includes/js/jquery/ui/effect-explode.js
|
2015-01-01 19:44:55 +01:00
|
|
|
share/ja-wordpress/wp-includes/js/jquery/ui/effect-explode.min.js
|
2021-01-03 09:41:15 +01:00
|
|
|
share/ja-wordpress/wp-includes/js/jquery/ui/effect-fade.js
|
2015-01-01 19:44:55 +01:00
|
|
|
share/ja-wordpress/wp-includes/js/jquery/ui/effect-fade.min.js
|
2021-01-03 09:41:15 +01:00
|
|
|
share/ja-wordpress/wp-includes/js/jquery/ui/effect-fold.js
|
2015-01-01 19:44:55 +01:00
|
|
|
share/ja-wordpress/wp-includes/js/jquery/ui/effect-fold.min.js
|
2021-01-03 09:41:15 +01:00
|
|
|
share/ja-wordpress/wp-includes/js/jquery/ui/effect-highlight.js
|
2015-01-01 19:44:55 +01:00
|
|
|
share/ja-wordpress/wp-includes/js/jquery/ui/effect-highlight.min.js
|
2021-01-03 09:41:15 +01:00
|
|
|
share/ja-wordpress/wp-includes/js/jquery/ui/effect-puff.js
|
2015-01-01 19:44:55 +01:00
|
|
|
share/ja-wordpress/wp-includes/js/jquery/ui/effect-puff.min.js
|
2021-01-03 09:41:15 +01:00
|
|
|
share/ja-wordpress/wp-includes/js/jquery/ui/effect-pulsate.js
|
2015-01-01 19:44:55 +01:00
|
|
|
share/ja-wordpress/wp-includes/js/jquery/ui/effect-pulsate.min.js
|
2021-01-03 09:41:15 +01:00
|
|
|
share/ja-wordpress/wp-includes/js/jquery/ui/effect-scale.js
|
2015-01-01 19:44:55 +01:00
|
|
|
share/ja-wordpress/wp-includes/js/jquery/ui/effect-scale.min.js
|
2021-01-03 09:41:15 +01:00
|
|
|
share/ja-wordpress/wp-includes/js/jquery/ui/effect-shake.js
|
2015-01-01 19:44:55 +01:00
|
|
|
share/ja-wordpress/wp-includes/js/jquery/ui/effect-shake.min.js
|
2021-01-03 09:41:15 +01:00
|
|
|
share/ja-wordpress/wp-includes/js/jquery/ui/effect-size.js
|
2015-01-01 19:44:55 +01:00
|
|
|
share/ja-wordpress/wp-includes/js/jquery/ui/effect-size.min.js
|
2021-01-03 09:41:15 +01:00
|
|
|
share/ja-wordpress/wp-includes/js/jquery/ui/effect-slide.js
|
2015-01-01 19:44:55 +01:00
|
|
|
share/ja-wordpress/wp-includes/js/jquery/ui/effect-slide.min.js
|
2021-01-03 09:41:15 +01:00
|
|
|
share/ja-wordpress/wp-includes/js/jquery/ui/effect-transfer.js
|
2015-01-01 19:44:55 +01:00
|
|
|
share/ja-wordpress/wp-includes/js/jquery/ui/effect-transfer.min.js
|
2021-01-03 09:41:15 +01:00
|
|
|
share/ja-wordpress/wp-includes/js/jquery/ui/effect.js
|
2015-01-01 19:44:55 +01:00
|
|
|
share/ja-wordpress/wp-includes/js/jquery/ui/effect.min.js
|
2021-01-03 09:41:15 +01:00
|
|
|
share/ja-wordpress/wp-includes/js/jquery/ui/menu.js
|
2015-01-01 19:44:55 +01:00
|
|
|
share/ja-wordpress/wp-includes/js/jquery/ui/menu.min.js
|
2021-01-03 09:41:15 +01:00
|
|
|
share/ja-wordpress/wp-includes/js/jquery/ui/mouse.js
|
2015-01-01 19:44:55 +01:00
|
|
|
share/ja-wordpress/wp-includes/js/jquery/ui/mouse.min.js
|
2021-01-03 09:41:15 +01:00
|
|
|
share/ja-wordpress/wp-includes/js/jquery/ui/progressbar.js
|
2015-01-01 19:44:55 +01:00
|
|
|
share/ja-wordpress/wp-includes/js/jquery/ui/progressbar.min.js
|
2021-01-03 09:41:15 +01:00
|
|
|
share/ja-wordpress/wp-includes/js/jquery/ui/resizable.js
|
2015-01-01 19:44:55 +01:00
|
|
|
share/ja-wordpress/wp-includes/js/jquery/ui/resizable.min.js
|
2021-01-03 09:41:15 +01:00
|
|
|
share/ja-wordpress/wp-includes/js/jquery/ui/selectable.js
|
2015-01-01 19:44:55 +01:00
|
|
|
share/ja-wordpress/wp-includes/js/jquery/ui/selectable.min.js
|
2021-01-03 09:41:15 +01:00
|
|
|
share/ja-wordpress/wp-includes/js/jquery/ui/selectmenu.js
|
2015-01-01 19:44:55 +01:00
|
|
|
share/ja-wordpress/wp-includes/js/jquery/ui/selectmenu.min.js
|
2021-01-03 09:41:15 +01:00
|
|
|
share/ja-wordpress/wp-includes/js/jquery/ui/slider.js
|
2015-01-01 19:44:55 +01:00
|
|
|
share/ja-wordpress/wp-includes/js/jquery/ui/slider.min.js
|
2021-01-03 09:41:15 +01:00
|
|
|
share/ja-wordpress/wp-includes/js/jquery/ui/sortable.js
|
2015-01-01 19:44:55 +01:00
|
|
|
share/ja-wordpress/wp-includes/js/jquery/ui/sortable.min.js
|
2021-01-03 09:41:15 +01:00
|
|
|
share/ja-wordpress/wp-includes/js/jquery/ui/spinner.js
|
2015-01-01 19:44:55 +01:00
|
|
|
share/ja-wordpress/wp-includes/js/jquery/ui/spinner.min.js
|
2021-01-03 09:41:15 +01:00
|
|
|
share/ja-wordpress/wp-includes/js/jquery/ui/tabs.js
|
2015-01-01 19:44:55 +01:00
|
|
|
share/ja-wordpress/wp-includes/js/jquery/ui/tabs.min.js
|
2021-01-03 09:41:15 +01:00
|
|
|
share/ja-wordpress/wp-includes/js/jquery/ui/tooltip.js
|
2015-01-01 19:44:55 +01:00
|
|
|
share/ja-wordpress/wp-includes/js/jquery/ui/tooltip.min.js
|
2013-11-10 12:13:08 +01:00
|
|
|
share/ja-wordpress/wp-includes/js/json2.js
|
|
|
|
share/ja-wordpress/wp-includes/js/json2.min.js
|
2014-09-28 16:18:00 +02:00
|
|
|
share/ja-wordpress/wp-includes/js/masonry.min.js
|
2013-11-10 12:13:08 +01:00
|
|
|
share/ja-wordpress/wp-includes/js/mce-view.js
|
|
|
|
share/ja-wordpress/wp-includes/js/mce-view.min.js
|
2014-09-28 16:18:00 +02:00
|
|
|
share/ja-wordpress/wp-includes/js/media-audiovideo.js
|
|
|
|
share/ja-wordpress/wp-includes/js/media-audiovideo.min.js
|
2013-11-10 12:13:08 +01:00
|
|
|
share/ja-wordpress/wp-includes/js/media-editor.js
|
|
|
|
share/ja-wordpress/wp-includes/js/media-editor.min.js
|
Update to 4.0 from 3.9.2
* Update MESSAGE to use apache24 and php-fpm.
* Add php-fpm option, and make default option as php-fpm.
Changelog:
What's New
General
Featured image previews now support .bmp files
Featured Image meta box is now hidden for contributors lacking upload capabilities
New supported oEmbed providers: CollegeHumor, Issuu, Mixcloud, YouTube playlists, TED talks
Install WordPress in your language
Streamlined Language management right from the dashboard
Posts
Display embed previews for audio/visual URLs in Visual editor content box.
Page scrolling now scrolls post content box.
Edit Post/Page menu bar sticks to top of content box when scrolling (Visual and Text editor).
Color picker was re-added to the Visual editor
Media
Add Media Grid view option (default) for Media Library
Add "Bulk Select" button to Media Grid view to delete multiple items
Add oEmbed support for TED talks, Mixcloud, CollegeHumor.com, Issuu
Expand oEmbed support to include YouTube playlist URLs and Polldaddy’s short URL format
Remove Viddler oEmbed support
Update SlideShare oEmbed regex
Improved media experience on small screen sizes (embedded videos now responsive)
Native video and audio shortcodes now support Flash playback looping
Comments
Comments in trash can now be marked as spam.
Plugins
Display plugins list as grid, with thumbnails, on Add New screen.
Add popup window with plugin details (displays info from plugin's directory page).
Add "Beta Testing" tab to Plugins screen for new features-as-plugins.
Accessibility
Improved keyboard accessibility in the Add Media panel
Improved screen-reader support for Customizer sections
Makes links in help tabs keyboard accessible
Improvements for screen-readers when managing widgets in the Customizer
Install Process
Add language select menu as first Installation screen (skipped for localized installs)
Multisite
mp4 file extension was added to allowed upload file types
2014-10-19 16:14:47 +02:00
|
|
|
share/ja-wordpress/wp-includes/js/media-grid.js
|
|
|
|
share/ja-wordpress/wp-includes/js/media-grid.min.js
|
2013-11-10 12:13:08 +01:00
|
|
|
share/ja-wordpress/wp-includes/js/media-models.js
|
|
|
|
share/ja-wordpress/wp-includes/js/media-models.min.js
|
|
|
|
share/ja-wordpress/wp-includes/js/media-views.js
|
|
|
|
share/ja-wordpress/wp-includes/js/media-views.min.js
|
2019-12-16 17:52:40 +01:00
|
|
|
share/ja-wordpress/wp-includes/js/mediaelement/mediaelement-and-player.js
|
2013-11-10 12:13:08 +01:00
|
|
|
share/ja-wordpress/wp-includes/js/mediaelement/mediaelement-and-player.min.js
|
2019-12-16 17:52:40 +01:00
|
|
|
share/ja-wordpress/wp-includes/js/mediaelement/mediaelement-migrate.js
|
|
|
|
share/ja-wordpress/wp-includes/js/mediaelement/mediaelement-migrate.min.js
|
|
|
|
share/ja-wordpress/wp-includes/js/mediaelement/mediaelement.js
|
|
|
|
share/ja-wordpress/wp-includes/js/mediaelement/mediaelement.min.js
|
|
|
|
share/ja-wordpress/wp-includes/js/mediaelement/mediaelementplayer-legacy.css
|
|
|
|
share/ja-wordpress/wp-includes/js/mediaelement/mediaelementplayer-legacy.min.css
|
|
|
|
share/ja-wordpress/wp-includes/js/mediaelement/mediaelementplayer.css
|
2013-11-10 12:13:08 +01:00
|
|
|
share/ja-wordpress/wp-includes/js/mediaelement/mediaelementplayer.min.css
|
2019-12-16 17:52:40 +01:00
|
|
|
share/ja-wordpress/wp-includes/js/mediaelement/mejs-controls.png
|
|
|
|
share/ja-wordpress/wp-includes/js/mediaelement/mejs-controls.svg
|
|
|
|
share/ja-wordpress/wp-includes/js/mediaelement/renderers/vimeo.js
|
|
|
|
share/ja-wordpress/wp-includes/js/mediaelement/renderers/vimeo.min.js
|
2013-11-10 12:13:08 +01:00
|
|
|
share/ja-wordpress/wp-includes/js/mediaelement/wp-mediaelement.css
|
|
|
|
share/ja-wordpress/wp-includes/js/mediaelement/wp-mediaelement.js
|
2016-04-30 02:16:58 +02:00
|
|
|
share/ja-wordpress/wp-includes/js/mediaelement/wp-mediaelement.min.css
|
|
|
|
share/ja-wordpress/wp-includes/js/mediaelement/wp-mediaelement.min.js
|
2014-09-28 16:18:00 +02:00
|
|
|
share/ja-wordpress/wp-includes/js/mediaelement/wp-playlist.js
|
2016-04-30 02:16:58 +02:00
|
|
|
share/ja-wordpress/wp-includes/js/mediaelement/wp-playlist.min.js
|
2013-11-10 12:13:08 +01:00
|
|
|
share/ja-wordpress/wp-includes/js/plupload/handlers.js
|
|
|
|
share/ja-wordpress/wp-includes/js/plupload/handlers.min.js
|
|
|
|
share/ja-wordpress/wp-includes/js/plupload/license.txt
|
2019-12-16 17:52:40 +01:00
|
|
|
share/ja-wordpress/wp-includes/js/plupload/moxie.js
|
|
|
|
share/ja-wordpress/wp-includes/js/plupload/moxie.min.js
|
|
|
|
share/ja-wordpress/wp-includes/js/plupload/plupload.js
|
|
|
|
share/ja-wordpress/wp-includes/js/plupload/plupload.min.js
|
2013-11-10 12:13:08 +01:00
|
|
|
share/ja-wordpress/wp-includes/js/plupload/wp-plupload.js
|
|
|
|
share/ja-wordpress/wp-includes/js/plupload/wp-plupload.min.js
|
|
|
|
share/ja-wordpress/wp-includes/js/quicktags.js
|
|
|
|
share/ja-wordpress/wp-includes/js/quicktags.min.js
|
|
|
|
share/ja-wordpress/wp-includes/js/shortcode.js
|
|
|
|
share/ja-wordpress/wp-includes/js/shortcode.min.js
|
|
|
|
share/ja-wordpress/wp-includes/js/swfobject.js
|
|
|
|
share/ja-wordpress/wp-includes/js/swfupload/handlers.js
|
|
|
|
share/ja-wordpress/wp-includes/js/swfupload/handlers.min.js
|
|
|
|
share/ja-wordpress/wp-includes/js/swfupload/license.txt
|
|
|
|
share/ja-wordpress/wp-includes/js/swfupload/swfupload.js
|
|
|
|
share/ja-wordpress/wp-includes/js/thickbox/loadingAnimation.gif
|
|
|
|
share/ja-wordpress/wp-includes/js/thickbox/macFFBgHack.png
|
|
|
|
share/ja-wordpress/wp-includes/js/thickbox/thickbox.css
|
|
|
|
share/ja-wordpress/wp-includes/js/thickbox/thickbox.js
|
|
|
|
share/ja-wordpress/wp-includes/js/tinymce/langs/wp-langs-en.js
|
|
|
|
share/ja-wordpress/wp-includes/js/tinymce/license.txt
|
2014-09-28 16:18:00 +02:00
|
|
|
share/ja-wordpress/wp-includes/js/tinymce/plugins/charmap/plugin.js
|
|
|
|
share/ja-wordpress/wp-includes/js/tinymce/plugins/charmap/plugin.min.js
|
Update to 4.0 from 3.9.2
* Update MESSAGE to use apache24 and php-fpm.
* Add php-fpm option, and make default option as php-fpm.
Changelog:
What's New
General
Featured image previews now support .bmp files
Featured Image meta box is now hidden for contributors lacking upload capabilities
New supported oEmbed providers: CollegeHumor, Issuu, Mixcloud, YouTube playlists, TED talks
Install WordPress in your language
Streamlined Language management right from the dashboard
Posts
Display embed previews for audio/visual URLs in Visual editor content box.
Page scrolling now scrolls post content box.
Edit Post/Page menu bar sticks to top of content box when scrolling (Visual and Text editor).
Color picker was re-added to the Visual editor
Media
Add Media Grid view option (default) for Media Library
Add "Bulk Select" button to Media Grid view to delete multiple items
Add oEmbed support for TED talks, Mixcloud, CollegeHumor.com, Issuu
Expand oEmbed support to include YouTube playlist URLs and Polldaddy’s short URL format
Remove Viddler oEmbed support
Update SlideShare oEmbed regex
Improved media experience on small screen sizes (embedded videos now responsive)
Native video and audio shortcodes now support Flash playback looping
Comments
Comments in trash can now be marked as spam.
Plugins
Display plugins list as grid, with thumbnails, on Add New screen.
Add popup window with plugin details (displays info from plugin's directory page).
Add "Beta Testing" tab to Plugins screen for new features-as-plugins.
Accessibility
Improved keyboard accessibility in the Add Media panel
Improved screen-reader support for Customizer sections
Makes links in help tabs keyboard accessible
Improvements for screen-readers when managing widgets in the Customizer
Install Process
Add language select menu as first Installation screen (skipped for localized installs)
Multisite
mp4 file extension was added to allowed upload file types
2014-10-19 16:14:47 +02:00
|
|
|
share/ja-wordpress/wp-includes/js/tinymce/plugins/colorpicker/plugin.js
|
|
|
|
share/ja-wordpress/wp-includes/js/tinymce/plugins/colorpicker/plugin.min.js
|
2014-09-28 16:18:00 +02:00
|
|
|
share/ja-wordpress/wp-includes/js/tinymce/plugins/compat3x/css/dialog.css
|
|
|
|
share/ja-wordpress/wp-includes/js/tinymce/plugins/compat3x/plugin.js
|
|
|
|
share/ja-wordpress/wp-includes/js/tinymce/plugins/compat3x/plugin.min.js
|
|
|
|
share/ja-wordpress/wp-includes/js/tinymce/plugins/directionality/plugin.js
|
|
|
|
share/ja-wordpress/wp-includes/js/tinymce/plugins/directionality/plugin.min.js
|
|
|
|
share/ja-wordpress/wp-includes/js/tinymce/plugins/fullscreen/plugin.js
|
|
|
|
share/ja-wordpress/wp-includes/js/tinymce/plugins/fullscreen/plugin.min.js
|
|
|
|
share/ja-wordpress/wp-includes/js/tinymce/plugins/hr/plugin.js
|
|
|
|
share/ja-wordpress/wp-includes/js/tinymce/plugins/hr/plugin.min.js
|
|
|
|
share/ja-wordpress/wp-includes/js/tinymce/plugins/image/plugin.js
|
|
|
|
share/ja-wordpress/wp-includes/js/tinymce/plugins/image/plugin.min.js
|
2019-12-16 17:52:40 +01:00
|
|
|
share/ja-wordpress/wp-includes/js/tinymce/plugins/link/plugin.js
|
|
|
|
share/ja-wordpress/wp-includes/js/tinymce/plugins/link/plugin.min.js
|
Update to 4.0 from 3.9.2
* Update MESSAGE to use apache24 and php-fpm.
* Add php-fpm option, and make default option as php-fpm.
Changelog:
What's New
General
Featured image previews now support .bmp files
Featured Image meta box is now hidden for contributors lacking upload capabilities
New supported oEmbed providers: CollegeHumor, Issuu, Mixcloud, YouTube playlists, TED talks
Install WordPress in your language
Streamlined Language management right from the dashboard
Posts
Display embed previews for audio/visual URLs in Visual editor content box.
Page scrolling now scrolls post content box.
Edit Post/Page menu bar sticks to top of content box when scrolling (Visual and Text editor).
Color picker was re-added to the Visual editor
Media
Add Media Grid view option (default) for Media Library
Add "Bulk Select" button to Media Grid view to delete multiple items
Add oEmbed support for TED talks, Mixcloud, CollegeHumor.com, Issuu
Expand oEmbed support to include YouTube playlist URLs and Polldaddy’s short URL format
Remove Viddler oEmbed support
Update SlideShare oEmbed regex
Improved media experience on small screen sizes (embedded videos now responsive)
Native video and audio shortcodes now support Flash playback looping
Comments
Comments in trash can now be marked as spam.
Plugins
Display plugins list as grid, with thumbnails, on Add New screen.
Add popup window with plugin details (displays info from plugin's directory page).
Add "Beta Testing" tab to Plugins screen for new features-as-plugins.
Accessibility
Improved keyboard accessibility in the Add Media panel
Improved screen-reader support for Customizer sections
Makes links in help tabs keyboard accessible
Improvements for screen-readers when managing widgets in the Customizer
Install Process
Add language select menu as first Installation screen (skipped for localized installs)
Multisite
mp4 file extension was added to allowed upload file types
2014-10-19 16:14:47 +02:00
|
|
|
share/ja-wordpress/wp-includes/js/tinymce/plugins/lists/plugin.js
|
|
|
|
share/ja-wordpress/wp-includes/js/tinymce/plugins/lists/plugin.min.js
|
2014-09-28 16:18:00 +02:00
|
|
|
share/ja-wordpress/wp-includes/js/tinymce/plugins/media/plugin.js
|
|
|
|
share/ja-wordpress/wp-includes/js/tinymce/plugins/media/plugin.min.js
|
|
|
|
share/ja-wordpress/wp-includes/js/tinymce/plugins/paste/plugin.js
|
|
|
|
share/ja-wordpress/wp-includes/js/tinymce/plugins/paste/plugin.min.js
|
|
|
|
share/ja-wordpress/wp-includes/js/tinymce/plugins/tabfocus/plugin.js
|
|
|
|
share/ja-wordpress/wp-includes/js/tinymce/plugins/tabfocus/plugin.min.js
|
|
|
|
share/ja-wordpress/wp-includes/js/tinymce/plugins/textcolor/plugin.js
|
|
|
|
share/ja-wordpress/wp-includes/js/tinymce/plugins/textcolor/plugin.min.js
|
|
|
|
share/ja-wordpress/wp-includes/js/tinymce/plugins/wordpress/plugin.js
|
|
|
|
share/ja-wordpress/wp-includes/js/tinymce/plugins/wordpress/plugin.min.js
|
Update to 4.0 from 3.9.2
* Update MESSAGE to use apache24 and php-fpm.
* Add php-fpm option, and make default option as php-fpm.
Changelog:
What's New
General
Featured image previews now support .bmp files
Featured Image meta box is now hidden for contributors lacking upload capabilities
New supported oEmbed providers: CollegeHumor, Issuu, Mixcloud, YouTube playlists, TED talks
Install WordPress in your language
Streamlined Language management right from the dashboard
Posts
Display embed previews for audio/visual URLs in Visual editor content box.
Page scrolling now scrolls post content box.
Edit Post/Page menu bar sticks to top of content box when scrolling (Visual and Text editor).
Color picker was re-added to the Visual editor
Media
Add Media Grid view option (default) for Media Library
Add "Bulk Select" button to Media Grid view to delete multiple items
Add oEmbed support for TED talks, Mixcloud, CollegeHumor.com, Issuu
Expand oEmbed support to include YouTube playlist URLs and Polldaddy’s short URL format
Remove Viddler oEmbed support
Update SlideShare oEmbed regex
Improved media experience on small screen sizes (embedded videos now responsive)
Native video and audio shortcodes now support Flash playback looping
Comments
Comments in trash can now be marked as spam.
Plugins
Display plugins list as grid, with thumbnails, on Add New screen.
Add popup window with plugin details (displays info from plugin's directory page).
Add "Beta Testing" tab to Plugins screen for new features-as-plugins.
Accessibility
Improved keyboard accessibility in the Add Media panel
Improved screen-reader support for Customizer sections
Makes links in help tabs keyboard accessible
Improvements for screen-readers when managing widgets in the Customizer
Install Process
Add language select menu as first Installation screen (skipped for localized installs)
Multisite
mp4 file extension was added to allowed upload file types
2014-10-19 16:14:47 +02:00
|
|
|
share/ja-wordpress/wp-includes/js/tinymce/plugins/wpautoresize/plugin.js
|
|
|
|
share/ja-wordpress/wp-includes/js/tinymce/plugins/wpautoresize/plugin.min.js
|
2014-09-28 16:18:00 +02:00
|
|
|
share/ja-wordpress/wp-includes/js/tinymce/plugins/wpdialogs/plugin.js
|
|
|
|
share/ja-wordpress/wp-includes/js/tinymce/plugins/wpdialogs/plugin.min.js
|
|
|
|
share/ja-wordpress/wp-includes/js/tinymce/plugins/wpeditimage/plugin.js
|
|
|
|
share/ja-wordpress/wp-includes/js/tinymce/plugins/wpeditimage/plugin.min.js
|
Update to 4.2.2
Changelog:
WordPress 4.2.2 Security and Maintenance Release
Posted May 7, 2015 by Samuel Sidler. Filed under Releases, Security.
WordPress 4.2.2 is now available. This is a critical security release for all previous versions and we strongly encourage you to update your sites immediately.
Version 4.2.2 addresses two security issues:
The Genericons icon font package, which is used in a number of popular themes and plugins, contained an HTML file vulnerable to a cross-site scripting attack. All affected themes and plugins hosted on WordPress.org (including the Twenty Fifteen default theme) have been updated today by the WordPress security team to address this issue by removing this nonessential file. To help protect other Genericons usage, WordPress 4.2.2 proactively scans the wp-content directory for this HTML file and removes it. Reported by Robert Abela of Netsparker.
WordPress versions 4.2 and earlier are affected by a critical cross-site scripting vulnerability, which could enable anonymous users to compromise a site. WordPress 4.2.2 includes a comprehensive fix for this issue. Reported separately by Rice Adu and Tong Shi.
The release also includes hardening for a potential cross-site scripting vulnerability when using the visual editor. This issue was reported by Mahadev Subedi.
Our thanks to those who have practiced responsible disclosure of security issues.
WordPress 4.2.2 also contains fixes for 13 bugs from 4.2. For more information, see the release notes or consult the list of changes.
Download WordPress 4.2.2 or venture over to Dashboard → Updates and simply click “Update Now.” Sites that support automatic background updates are already beginning to update to WordPress 4.2.2.
Thanks to everyone who contributed to 4.2.2:
Aaron Jorbin, Andrew Ozz, Andrew Nacin, Boone Gorges, Dion Hulse, Ella Iseulde Van Dorpe, Gary Pendergast, Hinaloe, Jeremy Felt, John James Jacoby, Konstantin Kovshenin, Mike Adams, Nikolay Bachiyski, taka2, and willstedt.
rdPress.org
Showcase
Themes
Plugins
Mobile
Support
Get Involved
About
Blog
Hosting
Download WordPress
WordPress 4.2.2 Security and Maintenance Release
Posted May 7, 2015 by Samuel Sidler. Filed under Releases, Security.
WordPress 4.2.2 is now available. This is a critical security release for all previous versions and we strongly encourage you to update your sites immediately.
Version 4.2.2 addresses two security issues:
The Genericons icon font package, which is used in a number of popular themes and plugins, contained an HTML file vulnerable to a cross-site scripting attack. All affected themes and plugins hosted on WordPress.org (including the Twenty Fifteen default theme) have been updated today by the WordPress security team to address this issue by removing this nonessential file. To help protect other Genericons usage, WordPress 4.2.2 proactively scans the wp-content directory for this HTML file and removes it. Reported by Robert Abela of Netsparker.
WordPress versions 4.2 and earlier are affected by a critical cross-site scripting vulnerability, which could enable anonymous users to compromise a site. WordPress 4.2.2 includes a comprehensive fix for this issue. Reported separately by Rice Adu and Tong Shi.
The release also includes hardening for a potential cross-site scripting vulnerability when using the visual editor. This issue was reported by Mahadev Subedi.
Our thanks to those who have practiced responsible disclosure of security issues.
WordPress 4.2.2 also contains fixes for 13 bugs from 4.2. For more information, see the release notes or consult the list of changes.
Download WordPress 4.2.2 or venture over to Dashboard → Updates and simply click “Update Now.” Sites that support automatic background updates are already beginning to update to WordPress 4.2.2.
Thanks to everyone who contributed to 4.2.2:
Aaron Jorbin, Andrew Ozz, Andrew Nacin, Boone Gorges, Dion Hulse, Ella Iseulde Van Dorpe, Gary Pendergast, Hinaloe, Jeremy Felt, John James Jacoby, Konstantin Kovshenin, Mike Adams, Nikolay Bachiyski, taka2, and willstedt.
Share this:
WordPress 4.2.1 Security Release
Posted April 27, 2015 by Gary Pendergast. Filed under Releases, Security.
WordPress 4.2.1 is now available. This is a critical security release for all previous versions and we strongly encourage you to update your sites immediately.
A few hours ago, the WordPress team was made aware of a cross-site scripting vulnerability, which could enable commenters to compromise a site. The vulnerability was discovered by Jouko Pynnönen.
WordPress 4.2.1 has begun to roll out as an automatic background update, for sites that support those.
For more information, see the release notes or consult the list of changes.
Download WordPress 4.2.1 or venture over to Dashboard → Updates and simply click “Update Now”.
WordPress 4.2
An easier way to share content
Extended character support
Switch themes in the Customizer
Even more embeds
Streamlined plugin updates
Under the Hood
utf8mb4 support
Database character encoding has changed from utf8 to utf8mb4, which adds support for a whole range of new 4-byte characters.
JavaScript accessibility
You can now send audible notifications to screen readers in JavaScript with wp.a11y.speak(). Pass it a string, and an update will be sent to a dedicated ARIA live notifications area.
Shared term splitting
Terms shared across multiple taxonomies will be split when one of them is updated. Find out more in the Plugin Developer Handbook.
Complex query ordering
WP_Query, WP_Comment_Query, and WP_User_Query now support complex ordering with named meta query clauses.
2015-05-31 21:59:59 +02:00
|
|
|
share/ja-wordpress/wp-includes/js/tinymce/plugins/wpemoji/plugin.js
|
|
|
|
share/ja-wordpress/wp-includes/js/tinymce/plugins/wpemoji/plugin.min.js
|
2014-09-28 16:18:00 +02:00
|
|
|
share/ja-wordpress/wp-includes/js/tinymce/plugins/wpgallery/plugin.js
|
|
|
|
share/ja-wordpress/wp-includes/js/tinymce/plugins/wpgallery/plugin.min.js
|
|
|
|
share/ja-wordpress/wp-includes/js/tinymce/plugins/wplink/plugin.js
|
|
|
|
share/ja-wordpress/wp-includes/js/tinymce/plugins/wplink/plugin.min.js
|
Update to 4.3
Changelog:
Highlights
The Finer Points
Resetting Your Password received attention and 4.3 improves the way that passwords are chosen and changed. You start out with a strong password by default and you are given the option to keep it or choose your own. A password strength meter is available as well as the option to hide your password from prying eyes. You will find the new password interface on the password reset screen and the WordPress install screen. WordPress will no longer send passwords via email and the password reset links will expire in 24 hours. Finally, e-mail notifications will be sent out in the event that an e-mail or password is changed.
Site owners can now manage their site’s favicon on desktop and mobile. Site Icons work out of the box, are theme independent, and do not require theme support.
Multisite Focused Changes
The main change to the Editor is that the content for both Visual and Text editors is prepared/escaped the same (we run the textarea content through the JavaScript wpautop() before initializing TinyMCE).
Comments are now turned off on pages and custom post types by default.
For Developers
Fast previewing changes to Menus in the Customizer
A new theme template has been added to the Template Hierarchy. The singular.php template follows the rules of is_singular and is used for a single post, regardless of post type. It comes in the hierarchy after single.php, page.php, and the variations of each. Themes that used the same code for both of those files (or included one in the other) can now simplify down to the one template.
Changes to Customizer Panels and Sections
New Customizer Media Controls
The Site Icon API is fairly straightforward.
PHP7 is slated for release later this year. One of the changes is that PHP4 style constructors are deprecated. In order to prepare WordPress to support PHP7, these constructors have been deprecated in WordPress core.
Old Distraction Free Writing code has been removed (the code has not been used in the core since 4.1). Plugin authors have had two releases to update their code. If it is essential to your plugin, the files in 4.2 can still be reused and improved.
What's New
General
Posts
Formatting Shortcuts while using visual editor.
Use * or - to start an unordered list.
Use 1. or 1) to start an ordered list.
Use ## for H2 and ### for H3 (etc, through H6).
Use > to transform text into blockquote.
Media
Comments
All new pages that you create will have comments turned off by default.
Appearance
Menus can now be managed with the Customizer, which allows you to see "live" preview changes without changing your site for visitors until you are ready.
Customizer improvements including enhanced accessibility, smoother menu creation and location assignment, and the ability to handle nameless menus.
Take control of another piece of your site with the Site Icon feature. You can now manage your site’s favicon and app icon from the Admin area.
Customize link added in the toolbar to swiftly make changes to your site.
Users
Better Passwords. Password field will be automatically filled with a strong password, while adding new users and resetting the password.
Install Process
Multisite
Accessibility
Under The Hood
General
JavaScript
Bug Fixes
A total of 180 bugs reported against previous versions of WordPress were fixed.
Multisite
Classes
What's New
Customizer API
Introduce WP_Customize_Cropped_Image_Control
Introduce WP_Customize_Manager->$registered_panel_types
Introduce WP_Customize_Manager->$registered_section_types
Introduce WP_Customize_Manager::register_panel_type()
Introduce WP_Customize_Manager::render_panel_templates()
Introduce WP_Customize_Manager::register_section_type()
Introduce WP_Customize_Manager::render_section_templates()
Introduce WP_Customize_Nav_Menu_Auto_Add_Control
Introduce WP_Customize_Nav_Menu_Control
Introduce WP_Customize_Nav_Menu_Item_Control
Introduce WP_Customize_Nav_Menu_Item_Setting
Introduce WP_Customize_Nav_Menu_Location_Control
Introduce WP_Customize_Nav_Menu_Section
Introduce WP_Customize_Nav_Menu_Setting
Introduce WP_Customize_Nav_Menus
Introduce WP_Customize_Nav_Menus_Panel
Introduce WP_Customize_New_Menu_Control
Introduce WP_Customize_New_Menu_Section
Introduce WP_Customize_Panel::print_template()
Introduce WP_Customize_Panel::render_template()
Introduce WP_Customize_Panel::content_template()
Introduce WP_Customize_Section::print_template()
Introduce WP_Customize_Section::render_template()
Introduce WP_Customize_Site_Icon_Control
List Tables
Introduce WP_Links_List_Table::get_default_primary_column_name()
Introduce WP_Links_List_Table::column_cb()
Introduce WP_Links_List_Table::column_name()
Introduce WP_Links_List_Table::column_url()
Introduce WP_Links_List_Table::column_categories()
Introduce WP_Links_List_Table::column_rel()
Introduce WP_Links_List_Table::column_visible()
Introduce WP_Links_List_Table::column_rating()
Introduce WP_Links_List_Table::column_default()
Introduce WP_Links_List_Table::handle_row_actions()
Introduce WP_List_Table::get_default_primary_column_name()
Introduce WP_List_Table::get_primary_column_name()
Introduce WP_List_Table::handle_row_actions()
Introduce WP_Media_List_Table::column_cb()
Introduce WP_Media_List_Table::column_title()
Introduce WP_Media_List_Table::column_author()
Introduce WP_Media_List_Table::column_desc()
Introduce WP_Media_List_Table::column_date()
Introduce WP_Media_List_Table::column_parent()
Introduce WP_Media_List_Table::column_comments()
Introduce WP_Media_List_Table::column_default()
Introduce WP_Media_List_Table::get_default_primary_column_name()
Introduce WP_Media_List_Table::handle_row_actions()
Introduce WP_MS_Sites_List_Table->$status_list
Introduce WP_MS_Sites_List_Table::column_cb()
Introduce WP_MS_Sites_List_Table::column_blogname()
Introduce WP_MS_Sites_List_Table::column_lastupdated()
Introduce WP_MS_Sites_List_Table::column_registered()
Introduce WP_MS_Sites_List_Table::column_users()
Introduce WP_MS_Sites_List_Table::column_plugins()
Introduce WP_MS_Sites_List_Table::column_default()
Introduce WP_MS_Sites_List_Table::get_default_primary_column_name()
Introduce WP_MS_Sites_List_Table::handle_row_actions()
Introduce WP_MS_Themes_List_Table::get_primary_column_name()
Introduce WP_MS_Themes_List_Table::column_cb()
Introduce WP_MS_Themes_List_Table::column_name()
Introduce WP_MS_Themes_List_Table::column_description()
Introduce WP_MS_Themes_List_Table::column_default()
Introduce WP_MS_Themes_List_Table::single_row_columns()
Introduce WP_MS_Users_List_Table::column_cb()
Introduce WP_MS_Users_List_Table::column_username()
Introduce WP_MS_Users_List_Table::column_name()
Introduce WP_MS_Users_List_Table::column_email()
Introduce WP_MS_Users_List_Table::column_registered()
Introduce WP_MS_Users_List_Table::_column_blogs()
Introduce WP_MS_Users_List_Table::column_blogs()
Introduce WP_MS_Users_List_Table::column_default()
Introduce WP_MS_Users_List_Table::get_default_primary_column_name()
Introduce WP_MS_Users_List_Table::handle_row_actions()
Introduce WP_Plugins_List_Table::get_primary_column_name()
Introduce WP_Posts_List_Table->$current_level
Introduce WP_Posts_List_Table::column_cb()
Introduce WP_Posts_List_Table::_column_title()
Introduce WP_Posts_List_Table::column_title()
Introduce WP_Posts_List_Table::column_date()
Introduce WP_Posts_List_Table::column_comments()
Introduce WP_Posts_List_Table::column_author()
Introduce WP_Posts_List_Table::column_default()
Introduce WP_Posts_List_Table::get_default_primary_column_name()
Introduce WP_Posts_List_Table::handle_row_actions()
Introduce WP_Terms_List_Table::get_default_primary_column_name()
Introduce WP_Terms_List_Table::handle_row_actions()
Introduce WP_Users_List_Table::get_default_primary_column_name()
Miscellaneous
Introduce WP_Comments_List_Table::get_default_primary_column_name()
Introduce WP_Comments_List_Table::handle_row_actions()
Introduce WP_Meta_Query->$has_or_relation
Introduce WP_Meta_Query::has_or_relation()
Introduce WP_Site_Icon
Introduce WP_Upgrader::clear_destination()
Introduce WP_User::__call()
Deprecated
Functions
What's New
Introduce wp_ajax_crop_image()
Introduce split_all_shared_terms()
Introduce wp_should_upgrade_global_tables()
Introduce wp_admin_bar_customize_menu()
Introduce wp_roles()
Introduce get_default_comment_status()
Introduce atom_site_icon()
Introduce rss2_site_icon()
Introduce wptexturize_primes()
Introduce convert_invalid_entities()
Introduce format_for_editor()
Introduce _deprecated_constructor()
Introduce get_main_network_id()
Introduce wp_post_preview_js()
Introduce wp_site_icon()
Introduce get_language_attributes()
Introduce wp_resolve_numeric_slug_conflicts()
Introduce get_singular_template()
Deprecated
Actions & Filters
New Actions
Introduce wp_ajax_crop_image_pre_save
Introduce add_user_role
Introduce remove_user_role
Introduce deprecated_constructor_run
New Filters
Introduce edit_comment_misc_actions
Introduce wp_ajax_cropped_attachment_metadata
Introduce wp_ajax_cropped_attachment_id
Introduce list_table_primary_column
Introduce upgrader_package_options
Introduce nav_menu_items_{$post_type_name}_recent
Introduce get_the_author_{$field}
Introduce wp_generate_tag_cloud_data
Introduce style_loader_tag
Introduce get_default_comment_status
Introduce format_for_editor
Introduce deprecated_constructor_trigger_error
Introduce get_main_network_id
Introduce site_icon_meta_tags
Introduce wp_get_attachment_image_src
Introduce wp_get_nav_menu_object
Introduce has_nav_menu
Introduce wp_safe_redirect_fallback
Introduce wp_unique_term_slug_is_bad_slug
Introduce wp_unique_term_slug
Introduce editor_stylesheets
Introduce send_password_change_email
Introduce send_email_change_email
Introduce password_change_email
Introduce email_change_email
Introduce password_reset_expiration
2015-08-30 03:20:45 +02:00
|
|
|
share/ja-wordpress/wp-includes/js/tinymce/plugins/wptextpattern/plugin.js
|
|
|
|
share/ja-wordpress/wp-includes/js/tinymce/plugins/wptextpattern/plugin.min.js
|
2014-09-28 16:18:00 +02:00
|
|
|
share/ja-wordpress/wp-includes/js/tinymce/plugins/wpview/plugin.js
|
|
|
|
share/ja-wordpress/wp-includes/js/tinymce/plugins/wpview/plugin.min.js
|
|
|
|
share/ja-wordpress/wp-includes/js/tinymce/skins/lightgray/content.inline.min.css
|
|
|
|
share/ja-wordpress/wp-includes/js/tinymce/skins/lightgray/content.min.css
|
|
|
|
share/ja-wordpress/wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.eot
|
|
|
|
share/ja-wordpress/wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.svg
|
|
|
|
share/ja-wordpress/wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.ttf
|
|
|
|
share/ja-wordpress/wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.woff
|
|
|
|
share/ja-wordpress/wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.eot
|
|
|
|
share/ja-wordpress/wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.svg
|
|
|
|
share/ja-wordpress/wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.ttf
|
|
|
|
share/ja-wordpress/wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.woff
|
|
|
|
share/ja-wordpress/wp-includes/js/tinymce/skins/lightgray/img/anchor.gif
|
|
|
|
share/ja-wordpress/wp-includes/js/tinymce/skins/lightgray/img/loader.gif
|
|
|
|
share/ja-wordpress/wp-includes/js/tinymce/skins/lightgray/img/object.gif
|
|
|
|
share/ja-wordpress/wp-includes/js/tinymce/skins/lightgray/img/trans.gif
|
|
|
|
share/ja-wordpress/wp-includes/js/tinymce/skins/lightgray/skin.min.css
|
|
|
|
share/ja-wordpress/wp-includes/js/tinymce/skins/wordpress/images/audio.png
|
|
|
|
share/ja-wordpress/wp-includes/js/tinymce/skins/wordpress/images/dashicon-edit.png
|
2015-01-01 19:44:55 +01:00
|
|
|
share/ja-wordpress/wp-includes/js/tinymce/skins/wordpress/images/dashicon-no.png
|
2014-09-28 16:18:00 +02:00
|
|
|
share/ja-wordpress/wp-includes/js/tinymce/skins/wordpress/images/embedded.png
|
|
|
|
share/ja-wordpress/wp-includes/js/tinymce/skins/wordpress/images/gallery-2x.png
|
|
|
|
share/ja-wordpress/wp-includes/js/tinymce/skins/wordpress/images/gallery.png
|
|
|
|
share/ja-wordpress/wp-includes/js/tinymce/skins/wordpress/images/more-2x.png
|
|
|
|
share/ja-wordpress/wp-includes/js/tinymce/skins/wordpress/images/more.png
|
|
|
|
share/ja-wordpress/wp-includes/js/tinymce/skins/wordpress/images/pagebreak-2x.png
|
|
|
|
share/ja-wordpress/wp-includes/js/tinymce/skins/wordpress/images/pagebreak.png
|
|
|
|
share/ja-wordpress/wp-includes/js/tinymce/skins/wordpress/images/playlist-audio.png
|
|
|
|
share/ja-wordpress/wp-includes/js/tinymce/skins/wordpress/images/playlist-video.png
|
|
|
|
share/ja-wordpress/wp-includes/js/tinymce/skins/wordpress/images/video.png
|
|
|
|
share/ja-wordpress/wp-includes/js/tinymce/skins/wordpress/wp-content.css
|
2019-12-16 17:52:40 +01:00
|
|
|
share/ja-wordpress/wp-includes/js/tinymce/themes/inlite/theme.js
|
|
|
|
share/ja-wordpress/wp-includes/js/tinymce/themes/inlite/theme.min.js
|
2014-09-28 16:18:00 +02:00
|
|
|
share/ja-wordpress/wp-includes/js/tinymce/themes/modern/theme.js
|
|
|
|
share/ja-wordpress/wp-includes/js/tinymce/themes/modern/theme.min.js
|
2013-11-10 12:13:08 +01:00
|
|
|
share/ja-wordpress/wp-includes/js/tinymce/tiny_mce_popup.js
|
2014-09-28 16:18:00 +02:00
|
|
|
share/ja-wordpress/wp-includes/js/tinymce/tinymce.min.js
|
2013-11-10 12:13:08 +01:00
|
|
|
share/ja-wordpress/wp-includes/js/tinymce/utils/editable_selects.js
|
|
|
|
share/ja-wordpress/wp-includes/js/tinymce/utils/form_utils.js
|
|
|
|
share/ja-wordpress/wp-includes/js/tinymce/utils/mctabs.js
|
|
|
|
share/ja-wordpress/wp-includes/js/tinymce/utils/validate.js
|
2019-12-16 17:52:40 +01:00
|
|
|
share/ja-wordpress/wp-includes/js/tinymce/wp-tinymce.js
|
2013-11-10 12:13:08 +01:00
|
|
|
share/ja-wordpress/wp-includes/js/tinymce/wp-tinymce.php
|
|
|
|
share/ja-wordpress/wp-includes/js/tw-sack.js
|
|
|
|
share/ja-wordpress/wp-includes/js/tw-sack.min.js
|
Update to 4.2.2
Changelog:
WordPress 4.2.2 Security and Maintenance Release
Posted May 7, 2015 by Samuel Sidler. Filed under Releases, Security.
WordPress 4.2.2 is now available. This is a critical security release for all previous versions and we strongly encourage you to update your sites immediately.
Version 4.2.2 addresses two security issues:
The Genericons icon font package, which is used in a number of popular themes and plugins, contained an HTML file vulnerable to a cross-site scripting attack. All affected themes and plugins hosted on WordPress.org (including the Twenty Fifteen default theme) have been updated today by the WordPress security team to address this issue by removing this nonessential file. To help protect other Genericons usage, WordPress 4.2.2 proactively scans the wp-content directory for this HTML file and removes it. Reported by Robert Abela of Netsparker.
WordPress versions 4.2 and earlier are affected by a critical cross-site scripting vulnerability, which could enable anonymous users to compromise a site. WordPress 4.2.2 includes a comprehensive fix for this issue. Reported separately by Rice Adu and Tong Shi.
The release also includes hardening for a potential cross-site scripting vulnerability when using the visual editor. This issue was reported by Mahadev Subedi.
Our thanks to those who have practiced responsible disclosure of security issues.
WordPress 4.2.2 also contains fixes for 13 bugs from 4.2. For more information, see the release notes or consult the list of changes.
Download WordPress 4.2.2 or venture over to Dashboard → Updates and simply click “Update Now.” Sites that support automatic background updates are already beginning to update to WordPress 4.2.2.
Thanks to everyone who contributed to 4.2.2:
Aaron Jorbin, Andrew Ozz, Andrew Nacin, Boone Gorges, Dion Hulse, Ella Iseulde Van Dorpe, Gary Pendergast, Hinaloe, Jeremy Felt, John James Jacoby, Konstantin Kovshenin, Mike Adams, Nikolay Bachiyski, taka2, and willstedt.
rdPress.org
Showcase
Themes
Plugins
Mobile
Support
Get Involved
About
Blog
Hosting
Download WordPress
WordPress 4.2.2 Security and Maintenance Release
Posted May 7, 2015 by Samuel Sidler. Filed under Releases, Security.
WordPress 4.2.2 is now available. This is a critical security release for all previous versions and we strongly encourage you to update your sites immediately.
Version 4.2.2 addresses two security issues:
The Genericons icon font package, which is used in a number of popular themes and plugins, contained an HTML file vulnerable to a cross-site scripting attack. All affected themes and plugins hosted on WordPress.org (including the Twenty Fifteen default theme) have been updated today by the WordPress security team to address this issue by removing this nonessential file. To help protect other Genericons usage, WordPress 4.2.2 proactively scans the wp-content directory for this HTML file and removes it. Reported by Robert Abela of Netsparker.
WordPress versions 4.2 and earlier are affected by a critical cross-site scripting vulnerability, which could enable anonymous users to compromise a site. WordPress 4.2.2 includes a comprehensive fix for this issue. Reported separately by Rice Adu and Tong Shi.
The release also includes hardening for a potential cross-site scripting vulnerability when using the visual editor. This issue was reported by Mahadev Subedi.
Our thanks to those who have practiced responsible disclosure of security issues.
WordPress 4.2.2 also contains fixes for 13 bugs from 4.2. For more information, see the release notes or consult the list of changes.
Download WordPress 4.2.2 or venture over to Dashboard → Updates and simply click “Update Now.” Sites that support automatic background updates are already beginning to update to WordPress 4.2.2.
Thanks to everyone who contributed to 4.2.2:
Aaron Jorbin, Andrew Ozz, Andrew Nacin, Boone Gorges, Dion Hulse, Ella Iseulde Van Dorpe, Gary Pendergast, Hinaloe, Jeremy Felt, John James Jacoby, Konstantin Kovshenin, Mike Adams, Nikolay Bachiyski, taka2, and willstedt.
Share this:
WordPress 4.2.1 Security Release
Posted April 27, 2015 by Gary Pendergast. Filed under Releases, Security.
WordPress 4.2.1 is now available. This is a critical security release for all previous versions and we strongly encourage you to update your sites immediately.
A few hours ago, the WordPress team was made aware of a cross-site scripting vulnerability, which could enable commenters to compromise a site. The vulnerability was discovered by Jouko Pynnönen.
WordPress 4.2.1 has begun to roll out as an automatic background update, for sites that support those.
For more information, see the release notes or consult the list of changes.
Download WordPress 4.2.1 or venture over to Dashboard → Updates and simply click “Update Now”.
WordPress 4.2
An easier way to share content
Extended character support
Switch themes in the Customizer
Even more embeds
Streamlined plugin updates
Under the Hood
utf8mb4 support
Database character encoding has changed from utf8 to utf8mb4, which adds support for a whole range of new 4-byte characters.
JavaScript accessibility
You can now send audible notifications to screen readers in JavaScript with wp.a11y.speak(). Pass it a string, and an update will be sent to a dedicated ARIA live notifications area.
Shared term splitting
Terms shared across multiple taxonomies will be split when one of them is updated. Find out more in the Plugin Developer Handbook.
Complex query ordering
WP_Query, WP_Comment_Query, and WP_User_Query now support complex ordering with named meta query clauses.
2015-05-31 21:59:59 +02:00
|
|
|
share/ja-wordpress/wp-includes/js/twemoji.js
|
|
|
|
share/ja-wordpress/wp-includes/js/twemoji.min.js
|
2019-12-16 17:52:40 +01:00
|
|
|
share/ja-wordpress/wp-includes/js/underscore.js
|
2013-11-10 12:13:08 +01:00
|
|
|
share/ja-wordpress/wp-includes/js/underscore.min.js
|
|
|
|
share/ja-wordpress/wp-includes/js/utils.js
|
|
|
|
share/ja-wordpress/wp-includes/js/utils.min.js
|
|
|
|
share/ja-wordpress/wp-includes/js/wp-ajax-response.js
|
|
|
|
share/ja-wordpress/wp-includes/js/wp-ajax-response.min.js
|
2019-12-16 17:52:40 +01:00
|
|
|
share/ja-wordpress/wp-includes/js/wp-api.js
|
|
|
|
share/ja-wordpress/wp-includes/js/wp-api.min.js
|
2013-11-10 12:13:08 +01:00
|
|
|
share/ja-wordpress/wp-includes/js/wp-auth-check.js
|
|
|
|
share/ja-wordpress/wp-includes/js/wp-auth-check.min.js
|
|
|
|
share/ja-wordpress/wp-includes/js/wp-backbone.js
|
|
|
|
share/ja-wordpress/wp-includes/js/wp-backbone.min.js
|
2019-12-16 17:52:40 +01:00
|
|
|
share/ja-wordpress/wp-includes/js/wp-custom-header.js
|
|
|
|
share/ja-wordpress/wp-includes/js/wp-custom-header.min.js
|
Update to 4.4
Changelog:
On December 8, 2015, WordPress Version 4.4, named for jazz musician Clifford Brown, was released to the public. For more information on this enhancement and bug-fix release, read the WordPress Blog, and see the Changelog for 4.4.
For Version 4.4, the database version (db_version in wp_options) changed to 35700, and the Trac revision was 35842.
Highlights
twenty-sixteen-white-desktop-1x.png
New Default Theme - Twenty Sixteen
Modern take on the classic blog design
Flexible header and fun color schemes will make your content shine
Mobile-first and responsive
The Finer Points
responsive-devices-desktop-1x.png
Responsive images:
WordPress now takes a smarter approach to displaying appropriate image sizes on any device, ensuring a perfect fit every time. You don’t need to do anything to your theme, it just works.
wp embed preview.png
Embed your WordPress content:
Now you can embed your posts on other sites, even other WordPress sites. Simply drop a post URL into the editor and see an instant embed preview, complete with the title, excerpt, and featured image if you’ve set one. We’ll even include your site icon and links for comments and sharing.
reverbnation embed.png
Even more embed providers:
In addition to post embeds, WordPress 4.4 also adds support for five new oEmbed providers: Cloudup, Reddit Comments, ReverbNation, Speaker Deck, and VideoPress.
For Developers
REST API infrastructure: Infrastructure for the REST API has been integrated into core, the first part of a multi-stage rollout. Inclusion of core endpoints is targeted for an upcoming release. To get a sneak peek of the core endpoints, and for more information on extending the REST API, check out the official WordPress REST API plugin.
Term meta: Terms now support metadata, just like posts. See add_term_meta(), get_term_meta(), and update_term_meta() for more information.
Comment query improvements: Comment queries now have cache handling to improve performance. New arguments in WP_Comment_Query make crafting robust comment queries simpler.
Term, comment, and network objects: New WP_Term, WP_Comment, and WP_Network objects make interacting with terms, comments, and networks more predictable and intuitive in code.
What's New
General
Developer reference - Improvements to inline code documentation.
i18n support - Improvements to translation strings all over the core.
Admin page headings were adjusted from H3 to H2 tags to reinforce page hierarchy
Improvements to how list tables are displayed on all size screens
Posts
The post/page permalink UI was simplified, linking the permalink and removing the "View" button
Media
Comments
The "View Comment" link was relocated from the Status meta box in the comment-editing screen
Many comment functions can now accept a full object instead of 'comment_ID' to reduce cache/db lookups
Orphaned comments now fall back to the 'edit_posts' capability
Appearance
Site icons will now fall back to the 'full' size URL when the 'thumbnail' size doesn't exist
Users
Install Process
Multisite
The language chooser was added to the new site form on wp-signup.php
Sites may no longer be created with the following reserved slugs: wp-admin, wp-content, wp-includes, or wp-json
Accessibility
Under The Hood
General
Unclosed HTML elements in shortcode attributes were disallowed
HTML was removed from all translatable text strings
Rewrite rules are now flushed on theme switch
Most core classes were moved to their own files
Embeds
Add oEmbed support for Cloudup.
Add oEmbed support for Reddit Comments.
Add oEmbed support for ReverbNation.
Add oEmbed support for Speaker Deck.
Add oEmbed support for VideoPress.
Remove oEmbed support for Blip.
JavaScript
Customizer: Ensure persistence of unchanged active state for controls, sections, and panels
Customizer: Fixed logic for determining the container element when focusing on a panel, section, or control
Customizer: Fixed clearing of a color control's setting by using proper empty value
Bug Fixes
Fail gracefully when checking mapped capabilities against unregistered post types
Visibility was restored for the Tags auto-suggest tooltip in Quick Edit
The $public_only parameter was added to count_user_posts()
Cron: Events are now rejected when the provided $timestamp value is not a valid timestamp
Users with no role are now redirected to the home page on login instead of their profile-editing screen
Multisite
A network can now be retrieved by its ID through WP_Network::get_instance()
A network can now be created or completed by passing arguments to WP_Network
Network-level capabilities were clarified and some long-time bugs were fixed
Classes
What's New
WP_Comment
WP_Comment_Query->$found_comments
WP_Comment_Query->$max_num_pages
WP_Comment_Query->$meta_query_clauses
WP_Comment_Query->$sql_clauses
WP_Comment_Query::fill_descendants()
WP_Comment_Query::get_comment_ids()
WP_Customize_Manager->$autofocus
WP_Customize_Manager->$preview_url
WP_Customize_Manager->$return_url
WP_Customize_Manager::customize_pane_settings()
WP_Customize_Manager::get_autofocus()
WP_Customize_Manager::get_document_title_template()
WP_Customize_Manager::get_preview_url()
WP_Customize_Manager::get_return_url()
WP_Customize_Manager::is_ios()
WP_Customize_Manager::set_autofocus()
WP_Customize_Manager::set_preview_url()
WP_Customize_Manager::set_return_url()
WP_Customize_Setting->$is_multidimensional_aggregated
WP_Customize_Setting->$is_previewed
WP_Customize_Setting::$aggregated_multidimensionals
WP_Customize_Setting::_multidimensional_preview_filter()
WP_Customize_Setting::aggregate_multidimensional()
get_root_value/ WP_Customize_Setting::get_root_value()
id_data/ WP_Customize_Setting::id_data()
set_root_value/ WP_Customize_Setting::set_root_value()
WP_Customize_Widgets::get_widget_control_parts()
WP_Customize_Widgets::is_panel_active()
WP_Filesystem_SSH2::sftp_path()
WP_HTTP_Response
WP_List_Table::get_primary_column()
WP_Locale->$start_of_week
WP_MS_Sites_List_Table::column_id()
WP_MS_Users_List_Table::column_id()
WP_Media_List_Table->$comment_pending_count
WP_Network
WP_Posts_List_Table::get_edit_link()
WP_Query->$is_embed
WP_Query->$updated_comment_meta_cache
WP_Query->$updated_term_meta_cache
WP_Query::is_embed()
WP_Query::lazyload_comment_meta()
WP_Query::lazyload_term_meta()
WP_REST_Request
WP_REST_Response
WP_REST_Server
WP_Screen->$_screen_reader_content
WP_Screen::get_screen_reader_content()
WP_Screen::get_screen_reader_text()
WP_Screen::remove_screen_reader_content()
WP_Screen::render_list_table_columns_preferences()
WP_Screen::render_meta_boxes_preferences()
WP_Screen::render_screen_reader_content()
WP_Screeb::render_view_mode()
WP_Screen::set_screen_reader_content()
WP_Term
>$update WP_Theme
WP_User::__unset()
>$request WP_User_Query
WP_User_Query::fill_query_vars()
WP_Users_List_Table::get_role_list()
WP_Widget_Calendar::$instance
WP_Widget_Tag_Cloud::_get_current_taxonomy()
WP_oEmbed_Controller
wpdb->$termmeta
Deprecated
Functions
What's New
_prime_comment_caches()
add_network_option()
add_term_meta()
delete_network_option()
delete_term_meta()
enqueue_embed_scripts()
get_header_image_tag()
get_html_split_regex()
get_network_option()
get_oembed_endpoint_url()
get_oembed_response_data()
get_oembed_response_data_rich()
get_password_reset_key()
get_post_embed_html()
get_post_embed_url()
get_preview_post_link()
get_rest_url()
get_shortcode_atts_regex()
get_subdirectory_reserved_names()
get_term_meta()
get_the_author_posts_link()
get_the_comments_navigation()
get_the_comments_pagination()
get_the_post_thumbnail_url()
is_embed()
is_post_type_viewable()
is_registered_sidebar()
map_deep()
print_embed_comments_button()
print_embed_scripts()
print_embed_sharing_button()
print_embed_sharing_dialog()
print_embed_styles()
register_rest_route()
rest_api_default_filters()
rest_api_init()
rest_api_loaded()
rest_api_register_rewrites()
rest_cookie_check_errors()
rest_cookie_collect_status()
rest_do_request()
rest_ensure_request()
rest_ensure_response()
rest_get_date_with_gmt()
rest_get_url_prefix()
rest_handle_deprecated_argument()
rest_handle_deprecated_function()
rest_handle_options_request()
rest_output_link_header()
rest_output_link_wp_head()
rest_output_rsd()
rest_parse_date()
rest_send_allow_header()
rest_send_cors_headers()
rest_url()
signup_get_available_languages()
strip_fragment_from_url()
stripslashes_from_strings_only()
the_comments_navigation()
the_comments_pagination()
the_excerpt_embed()
the_header_image_tag()
the_post_thumbnail_url()
update_network_option()
update_term_meta()
update_termmeta_cache()
urldecode_deep()
wp_ajax_delete_inactive_widgets()
wp_ajax_generate_password()
wp_ajax_save_wporg_username()
wp_calculate_image_sizes()
wp_calculate_image_srcset()
wp_embed_excerpt_attachment()
wp_embed_excerpt_attachment()
wp_filter_oembed_result()
wp_get_attachment_image_sizes()
wp_get_attachment_image_srcset()
wp_get_attachment_image_url()
wp_get_document_title()
wp_get_server_protocol()
wp_get_users_with_no_role()
wp_handle_comment_submission()
wp_image_add_srcset_and_sizes()
wp_installing()
wp_is_numeric_array()
wp_make_content_images_responsive()
wp_maybe_decline_date()
wp_new_comment_notify_moderator()
wp_new_comment_notify_postauthor()
wp_oembed_add_discovery_links()
wp_oembed_add_host_js()
wp_oembed_ensure_format()
wp_oembed_register_route()
wp_parse_url()
wp_remote_retrieve_cookie()
wp_remote_retrieve_cookie_value()
wp_remote_retrieve_cookies()
wp_removable_query_args()
wp_rest_server_class()
wp_send_new_user_notifications()
wp_term_is_shared()
Deprecated
wp_get_http()
Actions & Filters
New Actions
after_password_reset
after_signup_site
after_signup_user
attachment_updated
before_signup_header
clean_user_cache
customize_post_value_set
customize_post_value_set_{$setting_id}
delete_plugin
delete_widget
deleted_plugin
edit_user_created_user
embed_content
embed_content_meta
embed_footer
embed_head
enqueue_embed_scripts
invite_user
manage_posts_extra_tablenav
ms_network_not_found
network_site_new_created_user
network_site_users_created_user
network_user_new_created_user
page_attributes_meta_box_template
post_submitbox_minor_actions
pre_auto_update
register_new_user
rest_api_init
wp_add_nav_menu_item
wp_mail_failed
wp_verify_nonce_failed
New Filters
admin_post_thumbnail_size
comment_excerpt_length
comment_form_fields
content_pagination
customize_loaded_components
dashboard_recent_drafts_query_args
dashboard_secondary_items
default_hidden_columns
document_title_parts
document_title_separator
duplicate_comment_id
embed_html
embed_oembed_discover
embed_site_title_html
embed_template
embed_thumbnail_image_shape
embed_thumbnail_image_size
enclosure_links
expiration_of_site_transient_{$transient}
expiration_of_transient_{$transient}
export_wp_filename
feed_links_show_comments_feed
feed_links_show_posts_feed
found_comments_query
get_header_image_tag
get_page_of_comment
get_page_uri
get_post_status
get_role_list
get_sample_permalink
get_terms_defaults
get_{$adjacent}_post_excluded_terms
hidden_columns
illegal_user_logins
image_get_intermediate_size
insert_user_meta
max_srcset_image_width
mejs_settings
nav_menu_item_args
nav_menu_item_title
navigation_markup_template
network_admin_plugin_action_links
network_admin_plugin_action_links_{$plugin_file}
notify_moderator
notify_post_author
oembed_discovery_links
oembed_endpoint_url
oembed_min_max_width
oembed_response_data
old_slug_redirect_url
plugin_action_links
plugin_action_links_{$plugin_file}
post_edit_category_parent_dropdown_args
post_embed_url
postmeta_form_keys
pre_delete_post
pre_get_document_title
pre_get_lastpostmodified
register_post_type_args
register_taxonomy_args
respond_link
rest_url
rest_url_prefix
screen_options_show_submit
show_network_active_plugins
signup_get_available_languages
subdirectory_reserved_names
submenu_file
taxonomy_labels_{$taxonomy}
the_category_list
the_excerpt_embed
update_right_now_text
user_profile_picture_description
users_list_table_query_args
view_mode_post_types
wp_calculate_image_sizes
wp_calculate_image_srcset
wp_dropdown_users_args
wp_http_ixr_client_headers
wp_post_revision_title_expanded
wp_prepare_revision_for_js
wp_theme_editor_filetypes
xmlrpc_chunk_parsing_size
2015-12-27 19:39:57 +01:00
|
|
|
share/ja-wordpress/wp-includes/js/wp-embed-template.js
|
|
|
|
share/ja-wordpress/wp-includes/js/wp-embed-template.min.js
|
|
|
|
share/ja-wordpress/wp-includes/js/wp-embed.js
|
|
|
|
share/ja-wordpress/wp-includes/js/wp-embed.min.js
|
Update to 4.2.2
Changelog:
WordPress 4.2.2 Security and Maintenance Release
Posted May 7, 2015 by Samuel Sidler. Filed under Releases, Security.
WordPress 4.2.2 is now available. This is a critical security release for all previous versions and we strongly encourage you to update your sites immediately.
Version 4.2.2 addresses two security issues:
The Genericons icon font package, which is used in a number of popular themes and plugins, contained an HTML file vulnerable to a cross-site scripting attack. All affected themes and plugins hosted on WordPress.org (including the Twenty Fifteen default theme) have been updated today by the WordPress security team to address this issue by removing this nonessential file. To help protect other Genericons usage, WordPress 4.2.2 proactively scans the wp-content directory for this HTML file and removes it. Reported by Robert Abela of Netsparker.
WordPress versions 4.2 and earlier are affected by a critical cross-site scripting vulnerability, which could enable anonymous users to compromise a site. WordPress 4.2.2 includes a comprehensive fix for this issue. Reported separately by Rice Adu and Tong Shi.
The release also includes hardening for a potential cross-site scripting vulnerability when using the visual editor. This issue was reported by Mahadev Subedi.
Our thanks to those who have practiced responsible disclosure of security issues.
WordPress 4.2.2 also contains fixes for 13 bugs from 4.2. For more information, see the release notes or consult the list of changes.
Download WordPress 4.2.2 or venture over to Dashboard → Updates and simply click “Update Now.” Sites that support automatic background updates are already beginning to update to WordPress 4.2.2.
Thanks to everyone who contributed to 4.2.2:
Aaron Jorbin, Andrew Ozz, Andrew Nacin, Boone Gorges, Dion Hulse, Ella Iseulde Van Dorpe, Gary Pendergast, Hinaloe, Jeremy Felt, John James Jacoby, Konstantin Kovshenin, Mike Adams, Nikolay Bachiyski, taka2, and willstedt.
rdPress.org
Showcase
Themes
Plugins
Mobile
Support
Get Involved
About
Blog
Hosting
Download WordPress
WordPress 4.2.2 Security and Maintenance Release
Posted May 7, 2015 by Samuel Sidler. Filed under Releases, Security.
WordPress 4.2.2 is now available. This is a critical security release for all previous versions and we strongly encourage you to update your sites immediately.
Version 4.2.2 addresses two security issues:
The Genericons icon font package, which is used in a number of popular themes and plugins, contained an HTML file vulnerable to a cross-site scripting attack. All affected themes and plugins hosted on WordPress.org (including the Twenty Fifteen default theme) have been updated today by the WordPress security team to address this issue by removing this nonessential file. To help protect other Genericons usage, WordPress 4.2.2 proactively scans the wp-content directory for this HTML file and removes it. Reported by Robert Abela of Netsparker.
WordPress versions 4.2 and earlier are affected by a critical cross-site scripting vulnerability, which could enable anonymous users to compromise a site. WordPress 4.2.2 includes a comprehensive fix for this issue. Reported separately by Rice Adu and Tong Shi.
The release also includes hardening for a potential cross-site scripting vulnerability when using the visual editor. This issue was reported by Mahadev Subedi.
Our thanks to those who have practiced responsible disclosure of security issues.
WordPress 4.2.2 also contains fixes for 13 bugs from 4.2. For more information, see the release notes or consult the list of changes.
Download WordPress 4.2.2 or venture over to Dashboard → Updates and simply click “Update Now.” Sites that support automatic background updates are already beginning to update to WordPress 4.2.2.
Thanks to everyone who contributed to 4.2.2:
Aaron Jorbin, Andrew Ozz, Andrew Nacin, Boone Gorges, Dion Hulse, Ella Iseulde Van Dorpe, Gary Pendergast, Hinaloe, Jeremy Felt, John James Jacoby, Konstantin Kovshenin, Mike Adams, Nikolay Bachiyski, taka2, and willstedt.
Share this:
WordPress 4.2.1 Security Release
Posted April 27, 2015 by Gary Pendergast. Filed under Releases, Security.
WordPress 4.2.1 is now available. This is a critical security release for all previous versions and we strongly encourage you to update your sites immediately.
A few hours ago, the WordPress team was made aware of a cross-site scripting vulnerability, which could enable commenters to compromise a site. The vulnerability was discovered by Jouko Pynnönen.
WordPress 4.2.1 has begun to roll out as an automatic background update, for sites that support those.
For more information, see the release notes or consult the list of changes.
Download WordPress 4.2.1 or venture over to Dashboard → Updates and simply click “Update Now”.
WordPress 4.2
An easier way to share content
Extended character support
Switch themes in the Customizer
Even more embeds
Streamlined plugin updates
Under the Hood
utf8mb4 support
Database character encoding has changed from utf8 to utf8mb4, which adds support for a whole range of new 4-byte characters.
JavaScript accessibility
You can now send audible notifications to screen readers in JavaScript with wp.a11y.speak(). Pass it a string, and an update will be sent to a dedicated ARIA live notifications area.
Shared term splitting
Terms shared across multiple taxonomies will be split when one of them is updated. Find out more in the Plugin Developer Handbook.
Complex query ordering
WP_Query, WP_Comment_Query, and WP_User_Query now support complex ordering with named meta query clauses.
2015-05-31 21:59:59 +02:00
|
|
|
share/ja-wordpress/wp-includes/js/wp-emoji-loader.js
|
|
|
|
share/ja-wordpress/wp-includes/js/wp-emoji-loader.min.js
|
|
|
|
share/ja-wordpress/wp-includes/js/wp-emoji-release.min.js
|
|
|
|
share/ja-wordpress/wp-includes/js/wp-emoji.js
|
|
|
|
share/ja-wordpress/wp-includes/js/wp-emoji.min.js
|
2013-11-10 12:13:08 +01:00
|
|
|
share/ja-wordpress/wp-includes/js/wp-list-revisions.js
|
|
|
|
share/ja-wordpress/wp-includes/js/wp-list-revisions.min.js
|
|
|
|
share/ja-wordpress/wp-includes/js/wp-lists.js
|
|
|
|
share/ja-wordpress/wp-includes/js/wp-lists.min.js
|
|
|
|
share/ja-wordpress/wp-includes/js/wp-pointer.js
|
|
|
|
share/ja-wordpress/wp-includes/js/wp-pointer.min.js
|
2019-12-16 17:52:40 +01:00
|
|
|
share/ja-wordpress/wp-includes/js/wp-sanitize.js
|
|
|
|
share/ja-wordpress/wp-includes/js/wp-sanitize.min.js
|
2013-11-10 12:13:08 +01:00
|
|
|
share/ja-wordpress/wp-includes/js/wp-util.js
|
|
|
|
share/ja-wordpress/wp-includes/js/wp-util.min.js
|
2014-09-28 16:18:00 +02:00
|
|
|
share/ja-wordpress/wp-includes/js/wpdialog.js
|
|
|
|
share/ja-wordpress/wp-includes/js/wpdialog.min.js
|
2013-11-10 12:13:08 +01:00
|
|
|
share/ja-wordpress/wp-includes/js/wplink.js
|
|
|
|
share/ja-wordpress/wp-includes/js/wplink.min.js
|
|
|
|
share/ja-wordpress/wp-includes/js/zxcvbn-async.js
|
|
|
|
share/ja-wordpress/wp-includes/js/zxcvbn-async.min.js
|
|
|
|
share/ja-wordpress/wp-includes/js/zxcvbn.min.js
|
|
|
|
share/ja-wordpress/wp-includes/kses.php
|
|
|
|
share/ja-wordpress/wp-includes/l10n.php
|
|
|
|
share/ja-wordpress/wp-includes/link-template.php
|
|
|
|
share/ja-wordpress/wp-includes/load.php
|
|
|
|
share/ja-wordpress/wp-includes/locale.php
|
|
|
|
share/ja-wordpress/wp-includes/media-template.php
|
|
|
|
share/ja-wordpress/wp-includes/media.php
|
|
|
|
share/ja-wordpress/wp-includes/meta.php
|
|
|
|
share/ja-wordpress/wp-includes/ms-blogs.php
|
|
|
|
share/ja-wordpress/wp-includes/ms-default-constants.php
|
|
|
|
share/ja-wordpress/wp-includes/ms-default-filters.php
|
|
|
|
share/ja-wordpress/wp-includes/ms-deprecated.php
|
|
|
|
share/ja-wordpress/wp-includes/ms-files.php
|
|
|
|
share/ja-wordpress/wp-includes/ms-functions.php
|
|
|
|
share/ja-wordpress/wp-includes/ms-load.php
|
2019-12-16 17:52:40 +01:00
|
|
|
share/ja-wordpress/wp-includes/ms-network.php
|
2013-11-10 12:13:08 +01:00
|
|
|
share/ja-wordpress/wp-includes/ms-settings.php
|
2019-12-16 17:52:40 +01:00
|
|
|
share/ja-wordpress/wp-includes/ms-site.php
|
2013-11-10 12:13:08 +01:00
|
|
|
share/ja-wordpress/wp-includes/nav-menu-template.php
|
|
|
|
share/ja-wordpress/wp-includes/nav-menu.php
|
|
|
|
share/ja-wordpress/wp-includes/option.php
|
|
|
|
share/ja-wordpress/wp-includes/pluggable-deprecated.php
|
|
|
|
share/ja-wordpress/wp-includes/pluggable.php
|
|
|
|
share/ja-wordpress/wp-includes/plugin.php
|
|
|
|
share/ja-wordpress/wp-includes/pomo/entry.php
|
|
|
|
share/ja-wordpress/wp-includes/pomo/mo.php
|
2019-12-16 17:52:40 +01:00
|
|
|
share/ja-wordpress/wp-includes/pomo/plural-forms.php
|
2013-11-10 12:13:08 +01:00
|
|
|
share/ja-wordpress/wp-includes/pomo/po.php
|
|
|
|
share/ja-wordpress/wp-includes/pomo/streams.php
|
|
|
|
share/ja-wordpress/wp-includes/pomo/translations.php
|
|
|
|
share/ja-wordpress/wp-includes/post-formats.php
|
|
|
|
share/ja-wordpress/wp-includes/post-template.php
|
|
|
|
share/ja-wordpress/wp-includes/post-thumbnail-template.php
|
|
|
|
share/ja-wordpress/wp-includes/post.php
|
|
|
|
share/ja-wordpress/wp-includes/query.php
|
Update to 4.4
Changelog:
On December 8, 2015, WordPress Version 4.4, named for jazz musician Clifford Brown, was released to the public. For more information on this enhancement and bug-fix release, read the WordPress Blog, and see the Changelog for 4.4.
For Version 4.4, the database version (db_version in wp_options) changed to 35700, and the Trac revision was 35842.
Highlights
twenty-sixteen-white-desktop-1x.png
New Default Theme - Twenty Sixteen
Modern take on the classic blog design
Flexible header and fun color schemes will make your content shine
Mobile-first and responsive
The Finer Points
responsive-devices-desktop-1x.png
Responsive images:
WordPress now takes a smarter approach to displaying appropriate image sizes on any device, ensuring a perfect fit every time. You don’t need to do anything to your theme, it just works.
wp embed preview.png
Embed your WordPress content:
Now you can embed your posts on other sites, even other WordPress sites. Simply drop a post URL into the editor and see an instant embed preview, complete with the title, excerpt, and featured image if you’ve set one. We’ll even include your site icon and links for comments and sharing.
reverbnation embed.png
Even more embed providers:
In addition to post embeds, WordPress 4.4 also adds support for five new oEmbed providers: Cloudup, Reddit Comments, ReverbNation, Speaker Deck, and VideoPress.
For Developers
REST API infrastructure: Infrastructure for the REST API has been integrated into core, the first part of a multi-stage rollout. Inclusion of core endpoints is targeted for an upcoming release. To get a sneak peek of the core endpoints, and for more information on extending the REST API, check out the official WordPress REST API plugin.
Term meta: Terms now support metadata, just like posts. See add_term_meta(), get_term_meta(), and update_term_meta() for more information.
Comment query improvements: Comment queries now have cache handling to improve performance. New arguments in WP_Comment_Query make crafting robust comment queries simpler.
Term, comment, and network objects: New WP_Term, WP_Comment, and WP_Network objects make interacting with terms, comments, and networks more predictable and intuitive in code.
What's New
General
Developer reference - Improvements to inline code documentation.
i18n support - Improvements to translation strings all over the core.
Admin page headings were adjusted from H3 to H2 tags to reinforce page hierarchy
Improvements to how list tables are displayed on all size screens
Posts
The post/page permalink UI was simplified, linking the permalink and removing the "View" button
Media
Comments
The "View Comment" link was relocated from the Status meta box in the comment-editing screen
Many comment functions can now accept a full object instead of 'comment_ID' to reduce cache/db lookups
Orphaned comments now fall back to the 'edit_posts' capability
Appearance
Site icons will now fall back to the 'full' size URL when the 'thumbnail' size doesn't exist
Users
Install Process
Multisite
The language chooser was added to the new site form on wp-signup.php
Sites may no longer be created with the following reserved slugs: wp-admin, wp-content, wp-includes, or wp-json
Accessibility
Under The Hood
General
Unclosed HTML elements in shortcode attributes were disallowed
HTML was removed from all translatable text strings
Rewrite rules are now flushed on theme switch
Most core classes were moved to their own files
Embeds
Add oEmbed support for Cloudup.
Add oEmbed support for Reddit Comments.
Add oEmbed support for ReverbNation.
Add oEmbed support for Speaker Deck.
Add oEmbed support for VideoPress.
Remove oEmbed support for Blip.
JavaScript
Customizer: Ensure persistence of unchanged active state for controls, sections, and panels
Customizer: Fixed logic for determining the container element when focusing on a panel, section, or control
Customizer: Fixed clearing of a color control's setting by using proper empty value
Bug Fixes
Fail gracefully when checking mapped capabilities against unregistered post types
Visibility was restored for the Tags auto-suggest tooltip in Quick Edit
The $public_only parameter was added to count_user_posts()
Cron: Events are now rejected when the provided $timestamp value is not a valid timestamp
Users with no role are now redirected to the home page on login instead of their profile-editing screen
Multisite
A network can now be retrieved by its ID through WP_Network::get_instance()
A network can now be created or completed by passing arguments to WP_Network
Network-level capabilities were clarified and some long-time bugs were fixed
Classes
What's New
WP_Comment
WP_Comment_Query->$found_comments
WP_Comment_Query->$max_num_pages
WP_Comment_Query->$meta_query_clauses
WP_Comment_Query->$sql_clauses
WP_Comment_Query::fill_descendants()
WP_Comment_Query::get_comment_ids()
WP_Customize_Manager->$autofocus
WP_Customize_Manager->$preview_url
WP_Customize_Manager->$return_url
WP_Customize_Manager::customize_pane_settings()
WP_Customize_Manager::get_autofocus()
WP_Customize_Manager::get_document_title_template()
WP_Customize_Manager::get_preview_url()
WP_Customize_Manager::get_return_url()
WP_Customize_Manager::is_ios()
WP_Customize_Manager::set_autofocus()
WP_Customize_Manager::set_preview_url()
WP_Customize_Manager::set_return_url()
WP_Customize_Setting->$is_multidimensional_aggregated
WP_Customize_Setting->$is_previewed
WP_Customize_Setting::$aggregated_multidimensionals
WP_Customize_Setting::_multidimensional_preview_filter()
WP_Customize_Setting::aggregate_multidimensional()
get_root_value/ WP_Customize_Setting::get_root_value()
id_data/ WP_Customize_Setting::id_data()
set_root_value/ WP_Customize_Setting::set_root_value()
WP_Customize_Widgets::get_widget_control_parts()
WP_Customize_Widgets::is_panel_active()
WP_Filesystem_SSH2::sftp_path()
WP_HTTP_Response
WP_List_Table::get_primary_column()
WP_Locale->$start_of_week
WP_MS_Sites_List_Table::column_id()
WP_MS_Users_List_Table::column_id()
WP_Media_List_Table->$comment_pending_count
WP_Network
WP_Posts_List_Table::get_edit_link()
WP_Query->$is_embed
WP_Query->$updated_comment_meta_cache
WP_Query->$updated_term_meta_cache
WP_Query::is_embed()
WP_Query::lazyload_comment_meta()
WP_Query::lazyload_term_meta()
WP_REST_Request
WP_REST_Response
WP_REST_Server
WP_Screen->$_screen_reader_content
WP_Screen::get_screen_reader_content()
WP_Screen::get_screen_reader_text()
WP_Screen::remove_screen_reader_content()
WP_Screen::render_list_table_columns_preferences()
WP_Screen::render_meta_boxes_preferences()
WP_Screen::render_screen_reader_content()
WP_Screeb::render_view_mode()
WP_Screen::set_screen_reader_content()
WP_Term
>$update WP_Theme
WP_User::__unset()
>$request WP_User_Query
WP_User_Query::fill_query_vars()
WP_Users_List_Table::get_role_list()
WP_Widget_Calendar::$instance
WP_Widget_Tag_Cloud::_get_current_taxonomy()
WP_oEmbed_Controller
wpdb->$termmeta
Deprecated
Functions
What's New
_prime_comment_caches()
add_network_option()
add_term_meta()
delete_network_option()
delete_term_meta()
enqueue_embed_scripts()
get_header_image_tag()
get_html_split_regex()
get_network_option()
get_oembed_endpoint_url()
get_oembed_response_data()
get_oembed_response_data_rich()
get_password_reset_key()
get_post_embed_html()
get_post_embed_url()
get_preview_post_link()
get_rest_url()
get_shortcode_atts_regex()
get_subdirectory_reserved_names()
get_term_meta()
get_the_author_posts_link()
get_the_comments_navigation()
get_the_comments_pagination()
get_the_post_thumbnail_url()
is_embed()
is_post_type_viewable()
is_registered_sidebar()
map_deep()
print_embed_comments_button()
print_embed_scripts()
print_embed_sharing_button()
print_embed_sharing_dialog()
print_embed_styles()
register_rest_route()
rest_api_default_filters()
rest_api_init()
rest_api_loaded()
rest_api_register_rewrites()
rest_cookie_check_errors()
rest_cookie_collect_status()
rest_do_request()
rest_ensure_request()
rest_ensure_response()
rest_get_date_with_gmt()
rest_get_url_prefix()
rest_handle_deprecated_argument()
rest_handle_deprecated_function()
rest_handle_options_request()
rest_output_link_header()
rest_output_link_wp_head()
rest_output_rsd()
rest_parse_date()
rest_send_allow_header()
rest_send_cors_headers()
rest_url()
signup_get_available_languages()
strip_fragment_from_url()
stripslashes_from_strings_only()
the_comments_navigation()
the_comments_pagination()
the_excerpt_embed()
the_header_image_tag()
the_post_thumbnail_url()
update_network_option()
update_term_meta()
update_termmeta_cache()
urldecode_deep()
wp_ajax_delete_inactive_widgets()
wp_ajax_generate_password()
wp_ajax_save_wporg_username()
wp_calculate_image_sizes()
wp_calculate_image_srcset()
wp_embed_excerpt_attachment()
wp_embed_excerpt_attachment()
wp_filter_oembed_result()
wp_get_attachment_image_sizes()
wp_get_attachment_image_srcset()
wp_get_attachment_image_url()
wp_get_document_title()
wp_get_server_protocol()
wp_get_users_with_no_role()
wp_handle_comment_submission()
wp_image_add_srcset_and_sizes()
wp_installing()
wp_is_numeric_array()
wp_make_content_images_responsive()
wp_maybe_decline_date()
wp_new_comment_notify_moderator()
wp_new_comment_notify_postauthor()
wp_oembed_add_discovery_links()
wp_oembed_add_host_js()
wp_oembed_ensure_format()
wp_oembed_register_route()
wp_parse_url()
wp_remote_retrieve_cookie()
wp_remote_retrieve_cookie_value()
wp_remote_retrieve_cookies()
wp_removable_query_args()
wp_rest_server_class()
wp_send_new_user_notifications()
wp_term_is_shared()
Deprecated
wp_get_http()
Actions & Filters
New Actions
after_password_reset
after_signup_site
after_signup_user
attachment_updated
before_signup_header
clean_user_cache
customize_post_value_set
customize_post_value_set_{$setting_id}
delete_plugin
delete_widget
deleted_plugin
edit_user_created_user
embed_content
embed_content_meta
embed_footer
embed_head
enqueue_embed_scripts
invite_user
manage_posts_extra_tablenav
ms_network_not_found
network_site_new_created_user
network_site_users_created_user
network_user_new_created_user
page_attributes_meta_box_template
post_submitbox_minor_actions
pre_auto_update
register_new_user
rest_api_init
wp_add_nav_menu_item
wp_mail_failed
wp_verify_nonce_failed
New Filters
admin_post_thumbnail_size
comment_excerpt_length
comment_form_fields
content_pagination
customize_loaded_components
dashboard_recent_drafts_query_args
dashboard_secondary_items
default_hidden_columns
document_title_parts
document_title_separator
duplicate_comment_id
embed_html
embed_oembed_discover
embed_site_title_html
embed_template
embed_thumbnail_image_shape
embed_thumbnail_image_size
enclosure_links
expiration_of_site_transient_{$transient}
expiration_of_transient_{$transient}
export_wp_filename
feed_links_show_comments_feed
feed_links_show_posts_feed
found_comments_query
get_header_image_tag
get_page_of_comment
get_page_uri
get_post_status
get_role_list
get_sample_permalink
get_terms_defaults
get_{$adjacent}_post_excluded_terms
hidden_columns
illegal_user_logins
image_get_intermediate_size
insert_user_meta
max_srcset_image_width
mejs_settings
nav_menu_item_args
nav_menu_item_title
navigation_markup_template
network_admin_plugin_action_links
network_admin_plugin_action_links_{$plugin_file}
notify_moderator
notify_post_author
oembed_discovery_links
oembed_endpoint_url
oembed_min_max_width
oembed_response_data
old_slug_redirect_url
plugin_action_links
plugin_action_links_{$plugin_file}
post_edit_category_parent_dropdown_args
post_embed_url
postmeta_form_keys
pre_delete_post
pre_get_document_title
pre_get_lastpostmodified
register_post_type_args
register_taxonomy_args
respond_link
rest_url
rest_url_prefix
screen_options_show_submit
show_network_active_plugins
signup_get_available_languages
subdirectory_reserved_names
submenu_file
taxonomy_labels_{$taxonomy}
the_category_list
the_excerpt_embed
update_right_now_text
user_profile_picture_description
users_list_table_query_args
view_mode_post_types
wp_calculate_image_sizes
wp_calculate_image_srcset
wp_dropdown_users_args
wp_http_ixr_client_headers
wp_post_revision_title_expanded
wp_prepare_revision_for_js
wp_theme_editor_filetypes
xmlrpc_chunk_parsing_size
2015-12-27 19:39:57 +01:00
|
|
|
share/ja-wordpress/wp-includes/random_compat/byte_safe_strings.php
|
|
|
|
share/ja-wordpress/wp-includes/random_compat/cast_to_int.php
|
|
|
|
share/ja-wordpress/wp-includes/random_compat/error_polyfill.php
|
|
|
|
share/ja-wordpress/wp-includes/random_compat/random.php
|
|
|
|
share/ja-wordpress/wp-includes/random_compat/random_bytes_com_dotnet.php
|
|
|
|
share/ja-wordpress/wp-includes/random_compat/random_bytes_dev_urandom.php
|
|
|
|
share/ja-wordpress/wp-includes/random_compat/random_bytes_libsodium.php
|
2016-04-30 02:16:58 +02:00
|
|
|
share/ja-wordpress/wp-includes/random_compat/random_bytes_libsodium_legacy.php
|
Update to 4.4
Changelog:
On December 8, 2015, WordPress Version 4.4, named for jazz musician Clifford Brown, was released to the public. For more information on this enhancement and bug-fix release, read the WordPress Blog, and see the Changelog for 4.4.
For Version 4.4, the database version (db_version in wp_options) changed to 35700, and the Trac revision was 35842.
Highlights
twenty-sixteen-white-desktop-1x.png
New Default Theme - Twenty Sixteen
Modern take on the classic blog design
Flexible header and fun color schemes will make your content shine
Mobile-first and responsive
The Finer Points
responsive-devices-desktop-1x.png
Responsive images:
WordPress now takes a smarter approach to displaying appropriate image sizes on any device, ensuring a perfect fit every time. You don’t need to do anything to your theme, it just works.
wp embed preview.png
Embed your WordPress content:
Now you can embed your posts on other sites, even other WordPress sites. Simply drop a post URL into the editor and see an instant embed preview, complete with the title, excerpt, and featured image if you’ve set one. We’ll even include your site icon and links for comments and sharing.
reverbnation embed.png
Even more embed providers:
In addition to post embeds, WordPress 4.4 also adds support for five new oEmbed providers: Cloudup, Reddit Comments, ReverbNation, Speaker Deck, and VideoPress.
For Developers
REST API infrastructure: Infrastructure for the REST API has been integrated into core, the first part of a multi-stage rollout. Inclusion of core endpoints is targeted for an upcoming release. To get a sneak peek of the core endpoints, and for more information on extending the REST API, check out the official WordPress REST API plugin.
Term meta: Terms now support metadata, just like posts. See add_term_meta(), get_term_meta(), and update_term_meta() for more information.
Comment query improvements: Comment queries now have cache handling to improve performance. New arguments in WP_Comment_Query make crafting robust comment queries simpler.
Term, comment, and network objects: New WP_Term, WP_Comment, and WP_Network objects make interacting with terms, comments, and networks more predictable and intuitive in code.
What's New
General
Developer reference - Improvements to inline code documentation.
i18n support - Improvements to translation strings all over the core.
Admin page headings were adjusted from H3 to H2 tags to reinforce page hierarchy
Improvements to how list tables are displayed on all size screens
Posts
The post/page permalink UI was simplified, linking the permalink and removing the "View" button
Media
Comments
The "View Comment" link was relocated from the Status meta box in the comment-editing screen
Many comment functions can now accept a full object instead of 'comment_ID' to reduce cache/db lookups
Orphaned comments now fall back to the 'edit_posts' capability
Appearance
Site icons will now fall back to the 'full' size URL when the 'thumbnail' size doesn't exist
Users
Install Process
Multisite
The language chooser was added to the new site form on wp-signup.php
Sites may no longer be created with the following reserved slugs: wp-admin, wp-content, wp-includes, or wp-json
Accessibility
Under The Hood
General
Unclosed HTML elements in shortcode attributes were disallowed
HTML was removed from all translatable text strings
Rewrite rules are now flushed on theme switch
Most core classes were moved to their own files
Embeds
Add oEmbed support for Cloudup.
Add oEmbed support for Reddit Comments.
Add oEmbed support for ReverbNation.
Add oEmbed support for Speaker Deck.
Add oEmbed support for VideoPress.
Remove oEmbed support for Blip.
JavaScript
Customizer: Ensure persistence of unchanged active state for controls, sections, and panels
Customizer: Fixed logic for determining the container element when focusing on a panel, section, or control
Customizer: Fixed clearing of a color control's setting by using proper empty value
Bug Fixes
Fail gracefully when checking mapped capabilities against unregistered post types
Visibility was restored for the Tags auto-suggest tooltip in Quick Edit
The $public_only parameter was added to count_user_posts()
Cron: Events are now rejected when the provided $timestamp value is not a valid timestamp
Users with no role are now redirected to the home page on login instead of their profile-editing screen
Multisite
A network can now be retrieved by its ID through WP_Network::get_instance()
A network can now be created or completed by passing arguments to WP_Network
Network-level capabilities were clarified and some long-time bugs were fixed
Classes
What's New
WP_Comment
WP_Comment_Query->$found_comments
WP_Comment_Query->$max_num_pages
WP_Comment_Query->$meta_query_clauses
WP_Comment_Query->$sql_clauses
WP_Comment_Query::fill_descendants()
WP_Comment_Query::get_comment_ids()
WP_Customize_Manager->$autofocus
WP_Customize_Manager->$preview_url
WP_Customize_Manager->$return_url
WP_Customize_Manager::customize_pane_settings()
WP_Customize_Manager::get_autofocus()
WP_Customize_Manager::get_document_title_template()
WP_Customize_Manager::get_preview_url()
WP_Customize_Manager::get_return_url()
WP_Customize_Manager::is_ios()
WP_Customize_Manager::set_autofocus()
WP_Customize_Manager::set_preview_url()
WP_Customize_Manager::set_return_url()
WP_Customize_Setting->$is_multidimensional_aggregated
WP_Customize_Setting->$is_previewed
WP_Customize_Setting::$aggregated_multidimensionals
WP_Customize_Setting::_multidimensional_preview_filter()
WP_Customize_Setting::aggregate_multidimensional()
get_root_value/ WP_Customize_Setting::get_root_value()
id_data/ WP_Customize_Setting::id_data()
set_root_value/ WP_Customize_Setting::set_root_value()
WP_Customize_Widgets::get_widget_control_parts()
WP_Customize_Widgets::is_panel_active()
WP_Filesystem_SSH2::sftp_path()
WP_HTTP_Response
WP_List_Table::get_primary_column()
WP_Locale->$start_of_week
WP_MS_Sites_List_Table::column_id()
WP_MS_Users_List_Table::column_id()
WP_Media_List_Table->$comment_pending_count
WP_Network
WP_Posts_List_Table::get_edit_link()
WP_Query->$is_embed
WP_Query->$updated_comment_meta_cache
WP_Query->$updated_term_meta_cache
WP_Query::is_embed()
WP_Query::lazyload_comment_meta()
WP_Query::lazyload_term_meta()
WP_REST_Request
WP_REST_Response
WP_REST_Server
WP_Screen->$_screen_reader_content
WP_Screen::get_screen_reader_content()
WP_Screen::get_screen_reader_text()
WP_Screen::remove_screen_reader_content()
WP_Screen::render_list_table_columns_preferences()
WP_Screen::render_meta_boxes_preferences()
WP_Screen::render_screen_reader_content()
WP_Screeb::render_view_mode()
WP_Screen::set_screen_reader_content()
WP_Term
>$update WP_Theme
WP_User::__unset()
>$request WP_User_Query
WP_User_Query::fill_query_vars()
WP_Users_List_Table::get_role_list()
WP_Widget_Calendar::$instance
WP_Widget_Tag_Cloud::_get_current_taxonomy()
WP_oEmbed_Controller
wpdb->$termmeta
Deprecated
Functions
What's New
_prime_comment_caches()
add_network_option()
add_term_meta()
delete_network_option()
delete_term_meta()
enqueue_embed_scripts()
get_header_image_tag()
get_html_split_regex()
get_network_option()
get_oembed_endpoint_url()
get_oembed_response_data()
get_oembed_response_data_rich()
get_password_reset_key()
get_post_embed_html()
get_post_embed_url()
get_preview_post_link()
get_rest_url()
get_shortcode_atts_regex()
get_subdirectory_reserved_names()
get_term_meta()
get_the_author_posts_link()
get_the_comments_navigation()
get_the_comments_pagination()
get_the_post_thumbnail_url()
is_embed()
is_post_type_viewable()
is_registered_sidebar()
map_deep()
print_embed_comments_button()
print_embed_scripts()
print_embed_sharing_button()
print_embed_sharing_dialog()
print_embed_styles()
register_rest_route()
rest_api_default_filters()
rest_api_init()
rest_api_loaded()
rest_api_register_rewrites()
rest_cookie_check_errors()
rest_cookie_collect_status()
rest_do_request()
rest_ensure_request()
rest_ensure_response()
rest_get_date_with_gmt()
rest_get_url_prefix()
rest_handle_deprecated_argument()
rest_handle_deprecated_function()
rest_handle_options_request()
rest_output_link_header()
rest_output_link_wp_head()
rest_output_rsd()
rest_parse_date()
rest_send_allow_header()
rest_send_cors_headers()
rest_url()
signup_get_available_languages()
strip_fragment_from_url()
stripslashes_from_strings_only()
the_comments_navigation()
the_comments_pagination()
the_excerpt_embed()
the_header_image_tag()
the_post_thumbnail_url()
update_network_option()
update_term_meta()
update_termmeta_cache()
urldecode_deep()
wp_ajax_delete_inactive_widgets()
wp_ajax_generate_password()
wp_ajax_save_wporg_username()
wp_calculate_image_sizes()
wp_calculate_image_srcset()
wp_embed_excerpt_attachment()
wp_embed_excerpt_attachment()
wp_filter_oembed_result()
wp_get_attachment_image_sizes()
wp_get_attachment_image_srcset()
wp_get_attachment_image_url()
wp_get_document_title()
wp_get_server_protocol()
wp_get_users_with_no_role()
wp_handle_comment_submission()
wp_image_add_srcset_and_sizes()
wp_installing()
wp_is_numeric_array()
wp_make_content_images_responsive()
wp_maybe_decline_date()
wp_new_comment_notify_moderator()
wp_new_comment_notify_postauthor()
wp_oembed_add_discovery_links()
wp_oembed_add_host_js()
wp_oembed_ensure_format()
wp_oembed_register_route()
wp_parse_url()
wp_remote_retrieve_cookie()
wp_remote_retrieve_cookie_value()
wp_remote_retrieve_cookies()
wp_removable_query_args()
wp_rest_server_class()
wp_send_new_user_notifications()
wp_term_is_shared()
Deprecated
wp_get_http()
Actions & Filters
New Actions
after_password_reset
after_signup_site
after_signup_user
attachment_updated
before_signup_header
clean_user_cache
customize_post_value_set
customize_post_value_set_{$setting_id}
delete_plugin
delete_widget
deleted_plugin
edit_user_created_user
embed_content
embed_content_meta
embed_footer
embed_head
enqueue_embed_scripts
invite_user
manage_posts_extra_tablenav
ms_network_not_found
network_site_new_created_user
network_site_users_created_user
network_user_new_created_user
page_attributes_meta_box_template
post_submitbox_minor_actions
pre_auto_update
register_new_user
rest_api_init
wp_add_nav_menu_item
wp_mail_failed
wp_verify_nonce_failed
New Filters
admin_post_thumbnail_size
comment_excerpt_length
comment_form_fields
content_pagination
customize_loaded_components
dashboard_recent_drafts_query_args
dashboard_secondary_items
default_hidden_columns
document_title_parts
document_title_separator
duplicate_comment_id
embed_html
embed_oembed_discover
embed_site_title_html
embed_template
embed_thumbnail_image_shape
embed_thumbnail_image_size
enclosure_links
expiration_of_site_transient_{$transient}
expiration_of_transient_{$transient}
export_wp_filename
feed_links_show_comments_feed
feed_links_show_posts_feed
found_comments_query
get_header_image_tag
get_page_of_comment
get_page_uri
get_post_status
get_role_list
get_sample_permalink
get_terms_defaults
get_{$adjacent}_post_excluded_terms
hidden_columns
illegal_user_logins
image_get_intermediate_size
insert_user_meta
max_srcset_image_width
mejs_settings
nav_menu_item_args
nav_menu_item_title
navigation_markup_template
network_admin_plugin_action_links
network_admin_plugin_action_links_{$plugin_file}
notify_moderator
notify_post_author
oembed_discovery_links
oembed_endpoint_url
oembed_min_max_width
oembed_response_data
old_slug_redirect_url
plugin_action_links
plugin_action_links_{$plugin_file}
post_edit_category_parent_dropdown_args
post_embed_url
postmeta_form_keys
pre_delete_post
pre_get_document_title
pre_get_lastpostmodified
register_post_type_args
register_taxonomy_args
respond_link
rest_url
rest_url_prefix
screen_options_show_submit
show_network_active_plugins
signup_get_available_languages
subdirectory_reserved_names
submenu_file
taxonomy_labels_{$taxonomy}
the_category_list
the_excerpt_embed
update_right_now_text
user_profile_picture_description
users_list_table_query_args
view_mode_post_types
wp_calculate_image_sizes
wp_calculate_image_srcset
wp_dropdown_users_args
wp_http_ixr_client_headers
wp_post_revision_title_expanded
wp_prepare_revision_for_js
wp_theme_editor_filetypes
xmlrpc_chunk_parsing_size
2015-12-27 19:39:57 +01:00
|
|
|
share/ja-wordpress/wp-includes/random_compat/random_bytes_mcrypt.php
|
|
|
|
share/ja-wordpress/wp-includes/random_compat/random_int.php
|
2013-11-10 12:13:08 +01:00
|
|
|
share/ja-wordpress/wp-includes/registration-functions.php
|
|
|
|
share/ja-wordpress/wp-includes/registration.php
|
Update to 4.4
Changelog:
On December 8, 2015, WordPress Version 4.4, named for jazz musician Clifford Brown, was released to the public. For more information on this enhancement and bug-fix release, read the WordPress Blog, and see the Changelog for 4.4.
For Version 4.4, the database version (db_version in wp_options) changed to 35700, and the Trac revision was 35842.
Highlights
twenty-sixteen-white-desktop-1x.png
New Default Theme - Twenty Sixteen
Modern take on the classic blog design
Flexible header and fun color schemes will make your content shine
Mobile-first and responsive
The Finer Points
responsive-devices-desktop-1x.png
Responsive images:
WordPress now takes a smarter approach to displaying appropriate image sizes on any device, ensuring a perfect fit every time. You don’t need to do anything to your theme, it just works.
wp embed preview.png
Embed your WordPress content:
Now you can embed your posts on other sites, even other WordPress sites. Simply drop a post URL into the editor and see an instant embed preview, complete with the title, excerpt, and featured image if you’ve set one. We’ll even include your site icon and links for comments and sharing.
reverbnation embed.png
Even more embed providers:
In addition to post embeds, WordPress 4.4 also adds support for five new oEmbed providers: Cloudup, Reddit Comments, ReverbNation, Speaker Deck, and VideoPress.
For Developers
REST API infrastructure: Infrastructure for the REST API has been integrated into core, the first part of a multi-stage rollout. Inclusion of core endpoints is targeted for an upcoming release. To get a sneak peek of the core endpoints, and for more information on extending the REST API, check out the official WordPress REST API plugin.
Term meta: Terms now support metadata, just like posts. See add_term_meta(), get_term_meta(), and update_term_meta() for more information.
Comment query improvements: Comment queries now have cache handling to improve performance. New arguments in WP_Comment_Query make crafting robust comment queries simpler.
Term, comment, and network objects: New WP_Term, WP_Comment, and WP_Network objects make interacting with terms, comments, and networks more predictable and intuitive in code.
What's New
General
Developer reference - Improvements to inline code documentation.
i18n support - Improvements to translation strings all over the core.
Admin page headings were adjusted from H3 to H2 tags to reinforce page hierarchy
Improvements to how list tables are displayed on all size screens
Posts
The post/page permalink UI was simplified, linking the permalink and removing the "View" button
Media
Comments
The "View Comment" link was relocated from the Status meta box in the comment-editing screen
Many comment functions can now accept a full object instead of 'comment_ID' to reduce cache/db lookups
Orphaned comments now fall back to the 'edit_posts' capability
Appearance
Site icons will now fall back to the 'full' size URL when the 'thumbnail' size doesn't exist
Users
Install Process
Multisite
The language chooser was added to the new site form on wp-signup.php
Sites may no longer be created with the following reserved slugs: wp-admin, wp-content, wp-includes, or wp-json
Accessibility
Under The Hood
General
Unclosed HTML elements in shortcode attributes were disallowed
HTML was removed from all translatable text strings
Rewrite rules are now flushed on theme switch
Most core classes were moved to their own files
Embeds
Add oEmbed support for Cloudup.
Add oEmbed support for Reddit Comments.
Add oEmbed support for ReverbNation.
Add oEmbed support for Speaker Deck.
Add oEmbed support for VideoPress.
Remove oEmbed support for Blip.
JavaScript
Customizer: Ensure persistence of unchanged active state for controls, sections, and panels
Customizer: Fixed logic for determining the container element when focusing on a panel, section, or control
Customizer: Fixed clearing of a color control's setting by using proper empty value
Bug Fixes
Fail gracefully when checking mapped capabilities against unregistered post types
Visibility was restored for the Tags auto-suggest tooltip in Quick Edit
The $public_only parameter was added to count_user_posts()
Cron: Events are now rejected when the provided $timestamp value is not a valid timestamp
Users with no role are now redirected to the home page on login instead of their profile-editing screen
Multisite
A network can now be retrieved by its ID through WP_Network::get_instance()
A network can now be created or completed by passing arguments to WP_Network
Network-level capabilities were clarified and some long-time bugs were fixed
Classes
What's New
WP_Comment
WP_Comment_Query->$found_comments
WP_Comment_Query->$max_num_pages
WP_Comment_Query->$meta_query_clauses
WP_Comment_Query->$sql_clauses
WP_Comment_Query::fill_descendants()
WP_Comment_Query::get_comment_ids()
WP_Customize_Manager->$autofocus
WP_Customize_Manager->$preview_url
WP_Customize_Manager->$return_url
WP_Customize_Manager::customize_pane_settings()
WP_Customize_Manager::get_autofocus()
WP_Customize_Manager::get_document_title_template()
WP_Customize_Manager::get_preview_url()
WP_Customize_Manager::get_return_url()
WP_Customize_Manager::is_ios()
WP_Customize_Manager::set_autofocus()
WP_Customize_Manager::set_preview_url()
WP_Customize_Manager::set_return_url()
WP_Customize_Setting->$is_multidimensional_aggregated
WP_Customize_Setting->$is_previewed
WP_Customize_Setting::$aggregated_multidimensionals
WP_Customize_Setting::_multidimensional_preview_filter()
WP_Customize_Setting::aggregate_multidimensional()
get_root_value/ WP_Customize_Setting::get_root_value()
id_data/ WP_Customize_Setting::id_data()
set_root_value/ WP_Customize_Setting::set_root_value()
WP_Customize_Widgets::get_widget_control_parts()
WP_Customize_Widgets::is_panel_active()
WP_Filesystem_SSH2::sftp_path()
WP_HTTP_Response
WP_List_Table::get_primary_column()
WP_Locale->$start_of_week
WP_MS_Sites_List_Table::column_id()
WP_MS_Users_List_Table::column_id()
WP_Media_List_Table->$comment_pending_count
WP_Network
WP_Posts_List_Table::get_edit_link()
WP_Query->$is_embed
WP_Query->$updated_comment_meta_cache
WP_Query->$updated_term_meta_cache
WP_Query::is_embed()
WP_Query::lazyload_comment_meta()
WP_Query::lazyload_term_meta()
WP_REST_Request
WP_REST_Response
WP_REST_Server
WP_Screen->$_screen_reader_content
WP_Screen::get_screen_reader_content()
WP_Screen::get_screen_reader_text()
WP_Screen::remove_screen_reader_content()
WP_Screen::render_list_table_columns_preferences()
WP_Screen::render_meta_boxes_preferences()
WP_Screen::render_screen_reader_content()
WP_Screeb::render_view_mode()
WP_Screen::set_screen_reader_content()
WP_Term
>$update WP_Theme
WP_User::__unset()
>$request WP_User_Query
WP_User_Query::fill_query_vars()
WP_Users_List_Table::get_role_list()
WP_Widget_Calendar::$instance
WP_Widget_Tag_Cloud::_get_current_taxonomy()
WP_oEmbed_Controller
wpdb->$termmeta
Deprecated
Functions
What's New
_prime_comment_caches()
add_network_option()
add_term_meta()
delete_network_option()
delete_term_meta()
enqueue_embed_scripts()
get_header_image_tag()
get_html_split_regex()
get_network_option()
get_oembed_endpoint_url()
get_oembed_response_data()
get_oembed_response_data_rich()
get_password_reset_key()
get_post_embed_html()
get_post_embed_url()
get_preview_post_link()
get_rest_url()
get_shortcode_atts_regex()
get_subdirectory_reserved_names()
get_term_meta()
get_the_author_posts_link()
get_the_comments_navigation()
get_the_comments_pagination()
get_the_post_thumbnail_url()
is_embed()
is_post_type_viewable()
is_registered_sidebar()
map_deep()
print_embed_comments_button()
print_embed_scripts()
print_embed_sharing_button()
print_embed_sharing_dialog()
print_embed_styles()
register_rest_route()
rest_api_default_filters()
rest_api_init()
rest_api_loaded()
rest_api_register_rewrites()
rest_cookie_check_errors()
rest_cookie_collect_status()
rest_do_request()
rest_ensure_request()
rest_ensure_response()
rest_get_date_with_gmt()
rest_get_url_prefix()
rest_handle_deprecated_argument()
rest_handle_deprecated_function()
rest_handle_options_request()
rest_output_link_header()
rest_output_link_wp_head()
rest_output_rsd()
rest_parse_date()
rest_send_allow_header()
rest_send_cors_headers()
rest_url()
signup_get_available_languages()
strip_fragment_from_url()
stripslashes_from_strings_only()
the_comments_navigation()
the_comments_pagination()
the_excerpt_embed()
the_header_image_tag()
the_post_thumbnail_url()
update_network_option()
update_term_meta()
update_termmeta_cache()
urldecode_deep()
wp_ajax_delete_inactive_widgets()
wp_ajax_generate_password()
wp_ajax_save_wporg_username()
wp_calculate_image_sizes()
wp_calculate_image_srcset()
wp_embed_excerpt_attachment()
wp_embed_excerpt_attachment()
wp_filter_oembed_result()
wp_get_attachment_image_sizes()
wp_get_attachment_image_srcset()
wp_get_attachment_image_url()
wp_get_document_title()
wp_get_server_protocol()
wp_get_users_with_no_role()
wp_handle_comment_submission()
wp_image_add_srcset_and_sizes()
wp_installing()
wp_is_numeric_array()
wp_make_content_images_responsive()
wp_maybe_decline_date()
wp_new_comment_notify_moderator()
wp_new_comment_notify_postauthor()
wp_oembed_add_discovery_links()
wp_oembed_add_host_js()
wp_oembed_ensure_format()
wp_oembed_register_route()
wp_parse_url()
wp_remote_retrieve_cookie()
wp_remote_retrieve_cookie_value()
wp_remote_retrieve_cookies()
wp_removable_query_args()
wp_rest_server_class()
wp_send_new_user_notifications()
wp_term_is_shared()
Deprecated
wp_get_http()
Actions & Filters
New Actions
after_password_reset
after_signup_site
after_signup_user
attachment_updated
before_signup_header
clean_user_cache
customize_post_value_set
customize_post_value_set_{$setting_id}
delete_plugin
delete_widget
deleted_plugin
edit_user_created_user
embed_content
embed_content_meta
embed_footer
embed_head
enqueue_embed_scripts
invite_user
manage_posts_extra_tablenav
ms_network_not_found
network_site_new_created_user
network_site_users_created_user
network_user_new_created_user
page_attributes_meta_box_template
post_submitbox_minor_actions
pre_auto_update
register_new_user
rest_api_init
wp_add_nav_menu_item
wp_mail_failed
wp_verify_nonce_failed
New Filters
admin_post_thumbnail_size
comment_excerpt_length
comment_form_fields
content_pagination
customize_loaded_components
dashboard_recent_drafts_query_args
dashboard_secondary_items
default_hidden_columns
document_title_parts
document_title_separator
duplicate_comment_id
embed_html
embed_oembed_discover
embed_site_title_html
embed_template
embed_thumbnail_image_shape
embed_thumbnail_image_size
enclosure_links
expiration_of_site_transient_{$transient}
expiration_of_transient_{$transient}
export_wp_filename
feed_links_show_comments_feed
feed_links_show_posts_feed
found_comments_query
get_header_image_tag
get_page_of_comment
get_page_uri
get_post_status
get_role_list
get_sample_permalink
get_terms_defaults
get_{$adjacent}_post_excluded_terms
hidden_columns
illegal_user_logins
image_get_intermediate_size
insert_user_meta
max_srcset_image_width
mejs_settings
nav_menu_item_args
nav_menu_item_title
navigation_markup_template
network_admin_plugin_action_links
network_admin_plugin_action_links_{$plugin_file}
notify_moderator
notify_post_author
oembed_discovery_links
oembed_endpoint_url
oembed_min_max_width
oembed_response_data
old_slug_redirect_url
plugin_action_links
plugin_action_links_{$plugin_file}
post_edit_category_parent_dropdown_args
post_embed_url
postmeta_form_keys
pre_delete_post
pre_get_document_title
pre_get_lastpostmodified
register_post_type_args
register_taxonomy_args
respond_link
rest_url
rest_url_prefix
screen_options_show_submit
show_network_active_plugins
signup_get_available_languages
subdirectory_reserved_names
submenu_file
taxonomy_labels_{$taxonomy}
the_category_list
the_excerpt_embed
update_right_now_text
user_profile_picture_description
users_list_table_query_args
view_mode_post_types
wp_calculate_image_sizes
wp_calculate_image_srcset
wp_dropdown_users_args
wp_http_ixr_client_headers
wp_post_revision_title_expanded
wp_prepare_revision_for_js
wp_theme_editor_filetypes
xmlrpc_chunk_parsing_size
2015-12-27 19:39:57 +01:00
|
|
|
share/ja-wordpress/wp-includes/rest-api.php
|
|
|
|
share/ja-wordpress/wp-includes/rest-api/class-wp-rest-request.php
|
|
|
|
share/ja-wordpress/wp-includes/rest-api/class-wp-rest-response.php
|
|
|
|
share/ja-wordpress/wp-includes/rest-api/class-wp-rest-server.php
|
2021-01-03 09:41:15 +01:00
|
|
|
share/ja-wordpress/wp-includes/rest-api/endpoints/class-wp-rest-application-passwords-controller.php
|
2019-12-16 17:52:40 +01:00
|
|
|
share/ja-wordpress/wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php
|
|
|
|
share/ja-wordpress/wp-includes/rest-api/endpoints/class-wp-rest-autosaves-controller.php
|
2020-09-20 17:24:36 +02:00
|
|
|
share/ja-wordpress/wp-includes/rest-api/endpoints/class-wp-rest-block-directory-controller.php
|
2019-12-16 17:52:40 +01:00
|
|
|
share/ja-wordpress/wp-includes/rest-api/endpoints/class-wp-rest-block-renderer-controller.php
|
2020-09-20 17:24:36 +02:00
|
|
|
share/ja-wordpress/wp-includes/rest-api/endpoints/class-wp-rest-block-types-controller.php
|
2019-12-16 17:52:40 +01:00
|
|
|
share/ja-wordpress/wp-includes/rest-api/endpoints/class-wp-rest-blocks-controller.php
|
|
|
|
share/ja-wordpress/wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php
|
|
|
|
share/ja-wordpress/wp-includes/rest-api/endpoints/class-wp-rest-controller.php
|
2020-09-20 17:24:36 +02:00
|
|
|
share/ja-wordpress/wp-includes/rest-api/endpoints/class-wp-rest-plugins-controller.php
|
2019-12-16 17:52:40 +01:00
|
|
|
share/ja-wordpress/wp-includes/rest-api/endpoints/class-wp-rest-post-statuses-controller.php
|
|
|
|
share/ja-wordpress/wp-includes/rest-api/endpoints/class-wp-rest-post-types-controller.php
|
|
|
|
share/ja-wordpress/wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php
|
|
|
|
share/ja-wordpress/wp-includes/rest-api/endpoints/class-wp-rest-revisions-controller.php
|
|
|
|
share/ja-wordpress/wp-includes/rest-api/endpoints/class-wp-rest-search-controller.php
|
|
|
|
share/ja-wordpress/wp-includes/rest-api/endpoints/class-wp-rest-settings-controller.php
|
2021-01-03 09:41:15 +01:00
|
|
|
share/ja-wordpress/wp-includes/rest-api/endpoints/class-wp-rest-site-health-controller.php
|
2019-12-16 17:52:40 +01:00
|
|
|
share/ja-wordpress/wp-includes/rest-api/endpoints/class-wp-rest-taxonomies-controller.php
|
|
|
|
share/ja-wordpress/wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php
|
|
|
|
share/ja-wordpress/wp-includes/rest-api/endpoints/class-wp-rest-themes-controller.php
|
|
|
|
share/ja-wordpress/wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php
|
|
|
|
share/ja-wordpress/wp-includes/rest-api/fields/class-wp-rest-comment-meta-fields.php
|
|
|
|
share/ja-wordpress/wp-includes/rest-api/fields/class-wp-rest-meta-fields.php
|
|
|
|
share/ja-wordpress/wp-includes/rest-api/fields/class-wp-rest-post-meta-fields.php
|
|
|
|
share/ja-wordpress/wp-includes/rest-api/fields/class-wp-rest-term-meta-fields.php
|
|
|
|
share/ja-wordpress/wp-includes/rest-api/fields/class-wp-rest-user-meta-fields.php
|
2021-01-03 09:41:15 +01:00
|
|
|
share/ja-wordpress/wp-includes/rest-api/search/class-wp-rest-post-format-search-handler.php
|
2019-12-16 17:52:40 +01:00
|
|
|
share/ja-wordpress/wp-includes/rest-api/search/class-wp-rest-post-search-handler.php
|
|
|
|
share/ja-wordpress/wp-includes/rest-api/search/class-wp-rest-search-handler.php
|
2021-01-03 09:41:15 +01:00
|
|
|
share/ja-wordpress/wp-includes/rest-api/search/class-wp-rest-term-search-handler.php
|
2013-11-10 12:13:08 +01:00
|
|
|
share/ja-wordpress/wp-includes/revision.php
|
|
|
|
share/ja-wordpress/wp-includes/rewrite.php
|
|
|
|
share/ja-wordpress/wp-includes/rss-functions.php
|
|
|
|
share/ja-wordpress/wp-includes/rss.php
|
|
|
|
share/ja-wordpress/wp-includes/script-loader.php
|
Update to 4.0 from 3.9.2
* Update MESSAGE to use apache24 and php-fpm.
* Add php-fpm option, and make default option as php-fpm.
Changelog:
What's New
General
Featured image previews now support .bmp files
Featured Image meta box is now hidden for contributors lacking upload capabilities
New supported oEmbed providers: CollegeHumor, Issuu, Mixcloud, YouTube playlists, TED talks
Install WordPress in your language
Streamlined Language management right from the dashboard
Posts
Display embed previews for audio/visual URLs in Visual editor content box.
Page scrolling now scrolls post content box.
Edit Post/Page menu bar sticks to top of content box when scrolling (Visual and Text editor).
Color picker was re-added to the Visual editor
Media
Add Media Grid view option (default) for Media Library
Add "Bulk Select" button to Media Grid view to delete multiple items
Add oEmbed support for TED talks, Mixcloud, CollegeHumor.com, Issuu
Expand oEmbed support to include YouTube playlist URLs and Polldaddy’s short URL format
Remove Viddler oEmbed support
Update SlideShare oEmbed regex
Improved media experience on small screen sizes (embedded videos now responsive)
Native video and audio shortcodes now support Flash playback looping
Comments
Comments in trash can now be marked as spam.
Plugins
Display plugins list as grid, with thumbnails, on Add New screen.
Add popup window with plugin details (displays info from plugin's directory page).
Add "Beta Testing" tab to Plugins screen for new features-as-plugins.
Accessibility
Improved keyboard accessibility in the Add Media panel
Improved screen-reader support for Customizer sections
Makes links in help tabs keyboard accessible
Improvements for screen-readers when managing widgets in the Customizer
Install Process
Add language select menu as first Installation screen (skipped for localized installs)
Multisite
mp4 file extension was added to allowed upload file types
2014-10-19 16:14:47 +02:00
|
|
|
share/ja-wordpress/wp-includes/session.php
|
2013-11-10 12:13:08 +01:00
|
|
|
share/ja-wordpress/wp-includes/shortcodes.php
|
2020-09-20 17:24:36 +02:00
|
|
|
share/ja-wordpress/wp-includes/sitemaps.php
|
|
|
|
share/ja-wordpress/wp-includes/sitemaps/class-wp-sitemaps-index.php
|
|
|
|
share/ja-wordpress/wp-includes/sitemaps/class-wp-sitemaps-provider.php
|
|
|
|
share/ja-wordpress/wp-includes/sitemaps/class-wp-sitemaps-registry.php
|
|
|
|
share/ja-wordpress/wp-includes/sitemaps/class-wp-sitemaps-renderer.php
|
|
|
|
share/ja-wordpress/wp-includes/sitemaps/class-wp-sitemaps-stylesheet.php
|
|
|
|
share/ja-wordpress/wp-includes/sitemaps/class-wp-sitemaps.php
|
|
|
|
share/ja-wordpress/wp-includes/sitemaps/providers/class-wp-sitemaps-posts.php
|
|
|
|
share/ja-wordpress/wp-includes/sitemaps/providers/class-wp-sitemaps-taxonomies.php
|
|
|
|
share/ja-wordpress/wp-includes/sitemaps/providers/class-wp-sitemaps-users.php
|
2019-12-16 17:52:40 +01:00
|
|
|
share/ja-wordpress/wp-includes/sodium_compat/LICENSE
|
2021-01-03 09:41:15 +01:00
|
|
|
share/ja-wordpress/wp-includes/sodium_compat/autoload-php7.php
|
2019-12-16 17:52:40 +01:00
|
|
|
share/ja-wordpress/wp-includes/sodium_compat/autoload.php
|
|
|
|
share/ja-wordpress/wp-includes/sodium_compat/composer.json
|
|
|
|
share/ja-wordpress/wp-includes/sodium_compat/lib/constants.php
|
|
|
|
share/ja-wordpress/wp-includes/sodium_compat/lib/namespaced.php
|
|
|
|
share/ja-wordpress/wp-includes/sodium_compat/lib/php72compat.php
|
|
|
|
share/ja-wordpress/wp-includes/sodium_compat/lib/php72compat_const.php
|
|
|
|
share/ja-wordpress/wp-includes/sodium_compat/lib/sodium_compat.php
|
|
|
|
share/ja-wordpress/wp-includes/sodium_compat/namespaced/Compat.php
|
|
|
|
share/ja-wordpress/wp-includes/sodium_compat/namespaced/Core/BLAKE2b.php
|
|
|
|
share/ja-wordpress/wp-includes/sodium_compat/namespaced/Core/ChaCha20.php
|
|
|
|
share/ja-wordpress/wp-includes/sodium_compat/namespaced/Core/ChaCha20/Ctx.php
|
|
|
|
share/ja-wordpress/wp-includes/sodium_compat/namespaced/Core/ChaCha20/IetfCtx.php
|
|
|
|
share/ja-wordpress/wp-includes/sodium_compat/namespaced/Core/Curve25519.php
|
|
|
|
share/ja-wordpress/wp-includes/sodium_compat/namespaced/Core/Curve25519/Fe.php
|
|
|
|
share/ja-wordpress/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/Cached.php
|
|
|
|
share/ja-wordpress/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P1p1.php
|
|
|
|
share/ja-wordpress/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P2.php
|
|
|
|
share/ja-wordpress/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P3.php
|
|
|
|
share/ja-wordpress/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/Precomp.php
|
|
|
|
share/ja-wordpress/wp-includes/sodium_compat/namespaced/Core/Curve25519/H.php
|
|
|
|
share/ja-wordpress/wp-includes/sodium_compat/namespaced/Core/Ed25519.php
|
|
|
|
share/ja-wordpress/wp-includes/sodium_compat/namespaced/Core/HChaCha20.php
|
|
|
|
share/ja-wordpress/wp-includes/sodium_compat/namespaced/Core/HSalsa20.php
|
|
|
|
share/ja-wordpress/wp-includes/sodium_compat/namespaced/Core/Poly1305.php
|
|
|
|
share/ja-wordpress/wp-includes/sodium_compat/namespaced/Core/Poly1305/State.php
|
|
|
|
share/ja-wordpress/wp-includes/sodium_compat/namespaced/Core/Salsa20.php
|
|
|
|
share/ja-wordpress/wp-includes/sodium_compat/namespaced/Core/SipHash.php
|
|
|
|
share/ja-wordpress/wp-includes/sodium_compat/namespaced/Core/Util.php
|
|
|
|
share/ja-wordpress/wp-includes/sodium_compat/namespaced/Core/X25519.php
|
|
|
|
share/ja-wordpress/wp-includes/sodium_compat/namespaced/Core/XChaCha20.php
|
|
|
|
share/ja-wordpress/wp-includes/sodium_compat/namespaced/Core/Xsalsa20.php
|
|
|
|
share/ja-wordpress/wp-includes/sodium_compat/namespaced/Crypto.php
|
|
|
|
share/ja-wordpress/wp-includes/sodium_compat/namespaced/File.php
|
|
|
|
share/ja-wordpress/wp-includes/sodium_compat/src/Compat.php
|
|
|
|
share/ja-wordpress/wp-includes/sodium_compat/src/Core/BLAKE2b.php
|
|
|
|
share/ja-wordpress/wp-includes/sodium_compat/src/Core/Base64/Common.php
|
|
|
|
share/ja-wordpress/wp-includes/sodium_compat/src/Core/Base64/Original.php
|
|
|
|
share/ja-wordpress/wp-includes/sodium_compat/src/Core/Base64/UrlSafe.php
|
|
|
|
share/ja-wordpress/wp-includes/sodium_compat/src/Core/ChaCha20.php
|
|
|
|
share/ja-wordpress/wp-includes/sodium_compat/src/Core/ChaCha20/Ctx.php
|
|
|
|
share/ja-wordpress/wp-includes/sodium_compat/src/Core/ChaCha20/IetfCtx.php
|
|
|
|
share/ja-wordpress/wp-includes/sodium_compat/src/Core/Curve25519.php
|
|
|
|
share/ja-wordpress/wp-includes/sodium_compat/src/Core/Curve25519/Fe.php
|
|
|
|
share/ja-wordpress/wp-includes/sodium_compat/src/Core/Curve25519/Ge/Cached.php
|
|
|
|
share/ja-wordpress/wp-includes/sodium_compat/src/Core/Curve25519/Ge/P1p1.php
|
|
|
|
share/ja-wordpress/wp-includes/sodium_compat/src/Core/Curve25519/Ge/P2.php
|
|
|
|
share/ja-wordpress/wp-includes/sodium_compat/src/Core/Curve25519/Ge/P3.php
|
|
|
|
share/ja-wordpress/wp-includes/sodium_compat/src/Core/Curve25519/Ge/Precomp.php
|
|
|
|
share/ja-wordpress/wp-includes/sodium_compat/src/Core/Curve25519/H.php
|
|
|
|
share/ja-wordpress/wp-includes/sodium_compat/src/Core/Curve25519/README.md
|
|
|
|
share/ja-wordpress/wp-includes/sodium_compat/src/Core/Ed25519.php
|
|
|
|
share/ja-wordpress/wp-includes/sodium_compat/src/Core/HChaCha20.php
|
|
|
|
share/ja-wordpress/wp-includes/sodium_compat/src/Core/HSalsa20.php
|
|
|
|
share/ja-wordpress/wp-includes/sodium_compat/src/Core/Poly1305.php
|
|
|
|
share/ja-wordpress/wp-includes/sodium_compat/src/Core/Poly1305/State.php
|
|
|
|
share/ja-wordpress/wp-includes/sodium_compat/src/Core/Salsa20.php
|
|
|
|
share/ja-wordpress/wp-includes/sodium_compat/src/Core/SecretStream/State.php
|
|
|
|
share/ja-wordpress/wp-includes/sodium_compat/src/Core/SipHash.php
|
|
|
|
share/ja-wordpress/wp-includes/sodium_compat/src/Core/Util.php
|
|
|
|
share/ja-wordpress/wp-includes/sodium_compat/src/Core/X25519.php
|
|
|
|
share/ja-wordpress/wp-includes/sodium_compat/src/Core/XChaCha20.php
|
|
|
|
share/ja-wordpress/wp-includes/sodium_compat/src/Core/XSalsa20.php
|
|
|
|
share/ja-wordpress/wp-includes/sodium_compat/src/Core32/BLAKE2b.php
|
|
|
|
share/ja-wordpress/wp-includes/sodium_compat/src/Core32/ChaCha20.php
|
|
|
|
share/ja-wordpress/wp-includes/sodium_compat/src/Core32/ChaCha20/Ctx.php
|
|
|
|
share/ja-wordpress/wp-includes/sodium_compat/src/Core32/ChaCha20/IetfCtx.php
|
|
|
|
share/ja-wordpress/wp-includes/sodium_compat/src/Core32/Curve25519.php
|
|
|
|
share/ja-wordpress/wp-includes/sodium_compat/src/Core32/Curve25519/Fe.php
|
|
|
|
share/ja-wordpress/wp-includes/sodium_compat/src/Core32/Curve25519/Ge/Cached.php
|
|
|
|
share/ja-wordpress/wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P1p1.php
|
|
|
|
share/ja-wordpress/wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P2.php
|
|
|
|
share/ja-wordpress/wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P3.php
|
|
|
|
share/ja-wordpress/wp-includes/sodium_compat/src/Core32/Curve25519/Ge/Precomp.php
|
|
|
|
share/ja-wordpress/wp-includes/sodium_compat/src/Core32/Curve25519/H.php
|
|
|
|
share/ja-wordpress/wp-includes/sodium_compat/src/Core32/Curve25519/README.md
|
|
|
|
share/ja-wordpress/wp-includes/sodium_compat/src/Core32/Ed25519.php
|
|
|
|
share/ja-wordpress/wp-includes/sodium_compat/src/Core32/HChaCha20.php
|
|
|
|
share/ja-wordpress/wp-includes/sodium_compat/src/Core32/HSalsa20.php
|
|
|
|
share/ja-wordpress/wp-includes/sodium_compat/src/Core32/Int32.php
|
|
|
|
share/ja-wordpress/wp-includes/sodium_compat/src/Core32/Int64.php
|
|
|
|
share/ja-wordpress/wp-includes/sodium_compat/src/Core32/Poly1305.php
|
|
|
|
share/ja-wordpress/wp-includes/sodium_compat/src/Core32/Poly1305/State.php
|
|
|
|
share/ja-wordpress/wp-includes/sodium_compat/src/Core32/Salsa20.php
|
|
|
|
share/ja-wordpress/wp-includes/sodium_compat/src/Core32/SecretStream/State.php
|
|
|
|
share/ja-wordpress/wp-includes/sodium_compat/src/Core32/SipHash.php
|
|
|
|
share/ja-wordpress/wp-includes/sodium_compat/src/Core32/Util.php
|
|
|
|
share/ja-wordpress/wp-includes/sodium_compat/src/Core32/X25519.php
|
|
|
|
share/ja-wordpress/wp-includes/sodium_compat/src/Core32/XChaCha20.php
|
|
|
|
share/ja-wordpress/wp-includes/sodium_compat/src/Core32/XSalsa20.php
|
|
|
|
share/ja-wordpress/wp-includes/sodium_compat/src/Crypto.php
|
|
|
|
share/ja-wordpress/wp-includes/sodium_compat/src/Crypto32.php
|
|
|
|
share/ja-wordpress/wp-includes/sodium_compat/src/File.php
|
|
|
|
share/ja-wordpress/wp-includes/sodium_compat/src/PHP52/SplFixedArray.php
|
|
|
|
share/ja-wordpress/wp-includes/sodium_compat/src/SodiumException.php
|
|
|
|
share/ja-wordpress/wp-includes/spl-autoload-compat.php
|
2013-11-10 12:13:08 +01:00
|
|
|
share/ja-wordpress/wp-includes/taxonomy.php
|
|
|
|
share/ja-wordpress/wp-includes/template-loader.php
|
|
|
|
share/ja-wordpress/wp-includes/template.php
|
|
|
|
share/ja-wordpress/wp-includes/theme-compat/comments.php
|
2016-04-30 02:16:58 +02:00
|
|
|
share/ja-wordpress/wp-includes/theme-compat/embed-404.php
|
|
|
|
share/ja-wordpress/wp-includes/theme-compat/embed-content.php
|
|
|
|
share/ja-wordpress/wp-includes/theme-compat/embed.php
|
|
|
|
share/ja-wordpress/wp-includes/theme-compat/footer-embed.php
|
2013-11-10 12:13:08 +01:00
|
|
|
share/ja-wordpress/wp-includes/theme-compat/footer.php
|
2016-04-30 02:16:58 +02:00
|
|
|
share/ja-wordpress/wp-includes/theme-compat/header-embed.php
|
2013-11-10 12:13:08 +01:00
|
|
|
share/ja-wordpress/wp-includes/theme-compat/header.php
|
|
|
|
share/ja-wordpress/wp-includes/theme-compat/sidebar.php
|
|
|
|
share/ja-wordpress/wp-includes/theme.php
|
|
|
|
share/ja-wordpress/wp-includes/update.php
|
|
|
|
share/ja-wordpress/wp-includes/user.php
|
|
|
|
share/ja-wordpress/wp-includes/vars.php
|
|
|
|
share/ja-wordpress/wp-includes/version.php
|
|
|
|
share/ja-wordpress/wp-includes/widgets.php
|
Update to 4.4
Changelog:
On December 8, 2015, WordPress Version 4.4, named for jazz musician Clifford Brown, was released to the public. For more information on this enhancement and bug-fix release, read the WordPress Blog, and see the Changelog for 4.4.
For Version 4.4, the database version (db_version in wp_options) changed to 35700, and the Trac revision was 35842.
Highlights
twenty-sixteen-white-desktop-1x.png
New Default Theme - Twenty Sixteen
Modern take on the classic blog design
Flexible header and fun color schemes will make your content shine
Mobile-first and responsive
The Finer Points
responsive-devices-desktop-1x.png
Responsive images:
WordPress now takes a smarter approach to displaying appropriate image sizes on any device, ensuring a perfect fit every time. You don’t need to do anything to your theme, it just works.
wp embed preview.png
Embed your WordPress content:
Now you can embed your posts on other sites, even other WordPress sites. Simply drop a post URL into the editor and see an instant embed preview, complete with the title, excerpt, and featured image if you’ve set one. We’ll even include your site icon and links for comments and sharing.
reverbnation embed.png
Even more embed providers:
In addition to post embeds, WordPress 4.4 also adds support for five new oEmbed providers: Cloudup, Reddit Comments, ReverbNation, Speaker Deck, and VideoPress.
For Developers
REST API infrastructure: Infrastructure for the REST API has been integrated into core, the first part of a multi-stage rollout. Inclusion of core endpoints is targeted for an upcoming release. To get a sneak peek of the core endpoints, and for more information on extending the REST API, check out the official WordPress REST API plugin.
Term meta: Terms now support metadata, just like posts. See add_term_meta(), get_term_meta(), and update_term_meta() for more information.
Comment query improvements: Comment queries now have cache handling to improve performance. New arguments in WP_Comment_Query make crafting robust comment queries simpler.
Term, comment, and network objects: New WP_Term, WP_Comment, and WP_Network objects make interacting with terms, comments, and networks more predictable and intuitive in code.
What's New
General
Developer reference - Improvements to inline code documentation.
i18n support - Improvements to translation strings all over the core.
Admin page headings were adjusted from H3 to H2 tags to reinforce page hierarchy
Improvements to how list tables are displayed on all size screens
Posts
The post/page permalink UI was simplified, linking the permalink and removing the "View" button
Media
Comments
The "View Comment" link was relocated from the Status meta box in the comment-editing screen
Many comment functions can now accept a full object instead of 'comment_ID' to reduce cache/db lookups
Orphaned comments now fall back to the 'edit_posts' capability
Appearance
Site icons will now fall back to the 'full' size URL when the 'thumbnail' size doesn't exist
Users
Install Process
Multisite
The language chooser was added to the new site form on wp-signup.php
Sites may no longer be created with the following reserved slugs: wp-admin, wp-content, wp-includes, or wp-json
Accessibility
Under The Hood
General
Unclosed HTML elements in shortcode attributes were disallowed
HTML was removed from all translatable text strings
Rewrite rules are now flushed on theme switch
Most core classes were moved to their own files
Embeds
Add oEmbed support for Cloudup.
Add oEmbed support for Reddit Comments.
Add oEmbed support for ReverbNation.
Add oEmbed support for Speaker Deck.
Add oEmbed support for VideoPress.
Remove oEmbed support for Blip.
JavaScript
Customizer: Ensure persistence of unchanged active state for controls, sections, and panels
Customizer: Fixed logic for determining the container element when focusing on a panel, section, or control
Customizer: Fixed clearing of a color control's setting by using proper empty value
Bug Fixes
Fail gracefully when checking mapped capabilities against unregistered post types
Visibility was restored for the Tags auto-suggest tooltip in Quick Edit
The $public_only parameter was added to count_user_posts()
Cron: Events are now rejected when the provided $timestamp value is not a valid timestamp
Users with no role are now redirected to the home page on login instead of their profile-editing screen
Multisite
A network can now be retrieved by its ID through WP_Network::get_instance()
A network can now be created or completed by passing arguments to WP_Network
Network-level capabilities were clarified and some long-time bugs were fixed
Classes
What's New
WP_Comment
WP_Comment_Query->$found_comments
WP_Comment_Query->$max_num_pages
WP_Comment_Query->$meta_query_clauses
WP_Comment_Query->$sql_clauses
WP_Comment_Query::fill_descendants()
WP_Comment_Query::get_comment_ids()
WP_Customize_Manager->$autofocus
WP_Customize_Manager->$preview_url
WP_Customize_Manager->$return_url
WP_Customize_Manager::customize_pane_settings()
WP_Customize_Manager::get_autofocus()
WP_Customize_Manager::get_document_title_template()
WP_Customize_Manager::get_preview_url()
WP_Customize_Manager::get_return_url()
WP_Customize_Manager::is_ios()
WP_Customize_Manager::set_autofocus()
WP_Customize_Manager::set_preview_url()
WP_Customize_Manager::set_return_url()
WP_Customize_Setting->$is_multidimensional_aggregated
WP_Customize_Setting->$is_previewed
WP_Customize_Setting::$aggregated_multidimensionals
WP_Customize_Setting::_multidimensional_preview_filter()
WP_Customize_Setting::aggregate_multidimensional()
get_root_value/ WP_Customize_Setting::get_root_value()
id_data/ WP_Customize_Setting::id_data()
set_root_value/ WP_Customize_Setting::set_root_value()
WP_Customize_Widgets::get_widget_control_parts()
WP_Customize_Widgets::is_panel_active()
WP_Filesystem_SSH2::sftp_path()
WP_HTTP_Response
WP_List_Table::get_primary_column()
WP_Locale->$start_of_week
WP_MS_Sites_List_Table::column_id()
WP_MS_Users_List_Table::column_id()
WP_Media_List_Table->$comment_pending_count
WP_Network
WP_Posts_List_Table::get_edit_link()
WP_Query->$is_embed
WP_Query->$updated_comment_meta_cache
WP_Query->$updated_term_meta_cache
WP_Query::is_embed()
WP_Query::lazyload_comment_meta()
WP_Query::lazyload_term_meta()
WP_REST_Request
WP_REST_Response
WP_REST_Server
WP_Screen->$_screen_reader_content
WP_Screen::get_screen_reader_content()
WP_Screen::get_screen_reader_text()
WP_Screen::remove_screen_reader_content()
WP_Screen::render_list_table_columns_preferences()
WP_Screen::render_meta_boxes_preferences()
WP_Screen::render_screen_reader_content()
WP_Screeb::render_view_mode()
WP_Screen::set_screen_reader_content()
WP_Term
>$update WP_Theme
WP_User::__unset()
>$request WP_User_Query
WP_User_Query::fill_query_vars()
WP_Users_List_Table::get_role_list()
WP_Widget_Calendar::$instance
WP_Widget_Tag_Cloud::_get_current_taxonomy()
WP_oEmbed_Controller
wpdb->$termmeta
Deprecated
Functions
What's New
_prime_comment_caches()
add_network_option()
add_term_meta()
delete_network_option()
delete_term_meta()
enqueue_embed_scripts()
get_header_image_tag()
get_html_split_regex()
get_network_option()
get_oembed_endpoint_url()
get_oembed_response_data()
get_oembed_response_data_rich()
get_password_reset_key()
get_post_embed_html()
get_post_embed_url()
get_preview_post_link()
get_rest_url()
get_shortcode_atts_regex()
get_subdirectory_reserved_names()
get_term_meta()
get_the_author_posts_link()
get_the_comments_navigation()
get_the_comments_pagination()
get_the_post_thumbnail_url()
is_embed()
is_post_type_viewable()
is_registered_sidebar()
map_deep()
print_embed_comments_button()
print_embed_scripts()
print_embed_sharing_button()
print_embed_sharing_dialog()
print_embed_styles()
register_rest_route()
rest_api_default_filters()
rest_api_init()
rest_api_loaded()
rest_api_register_rewrites()
rest_cookie_check_errors()
rest_cookie_collect_status()
rest_do_request()
rest_ensure_request()
rest_ensure_response()
rest_get_date_with_gmt()
rest_get_url_prefix()
rest_handle_deprecated_argument()
rest_handle_deprecated_function()
rest_handle_options_request()
rest_output_link_header()
rest_output_link_wp_head()
rest_output_rsd()
rest_parse_date()
rest_send_allow_header()
rest_send_cors_headers()
rest_url()
signup_get_available_languages()
strip_fragment_from_url()
stripslashes_from_strings_only()
the_comments_navigation()
the_comments_pagination()
the_excerpt_embed()
the_header_image_tag()
the_post_thumbnail_url()
update_network_option()
update_term_meta()
update_termmeta_cache()
urldecode_deep()
wp_ajax_delete_inactive_widgets()
wp_ajax_generate_password()
wp_ajax_save_wporg_username()
wp_calculate_image_sizes()
wp_calculate_image_srcset()
wp_embed_excerpt_attachment()
wp_embed_excerpt_attachment()
wp_filter_oembed_result()
wp_get_attachment_image_sizes()
wp_get_attachment_image_srcset()
wp_get_attachment_image_url()
wp_get_document_title()
wp_get_server_protocol()
wp_get_users_with_no_role()
wp_handle_comment_submission()
wp_image_add_srcset_and_sizes()
wp_installing()
wp_is_numeric_array()
wp_make_content_images_responsive()
wp_maybe_decline_date()
wp_new_comment_notify_moderator()
wp_new_comment_notify_postauthor()
wp_oembed_add_discovery_links()
wp_oembed_add_host_js()
wp_oembed_ensure_format()
wp_oembed_register_route()
wp_parse_url()
wp_remote_retrieve_cookie()
wp_remote_retrieve_cookie_value()
wp_remote_retrieve_cookies()
wp_removable_query_args()
wp_rest_server_class()
wp_send_new_user_notifications()
wp_term_is_shared()
Deprecated
wp_get_http()
Actions & Filters
New Actions
after_password_reset
after_signup_site
after_signup_user
attachment_updated
before_signup_header
clean_user_cache
customize_post_value_set
customize_post_value_set_{$setting_id}
delete_plugin
delete_widget
deleted_plugin
edit_user_created_user
embed_content
embed_content_meta
embed_footer
embed_head
enqueue_embed_scripts
invite_user
manage_posts_extra_tablenav
ms_network_not_found
network_site_new_created_user
network_site_users_created_user
network_user_new_created_user
page_attributes_meta_box_template
post_submitbox_minor_actions
pre_auto_update
register_new_user
rest_api_init
wp_add_nav_menu_item
wp_mail_failed
wp_verify_nonce_failed
New Filters
admin_post_thumbnail_size
comment_excerpt_length
comment_form_fields
content_pagination
customize_loaded_components
dashboard_recent_drafts_query_args
dashboard_secondary_items
default_hidden_columns
document_title_parts
document_title_separator
duplicate_comment_id
embed_html
embed_oembed_discover
embed_site_title_html
embed_template
embed_thumbnail_image_shape
embed_thumbnail_image_size
enclosure_links
expiration_of_site_transient_{$transient}
expiration_of_transient_{$transient}
export_wp_filename
feed_links_show_comments_feed
feed_links_show_posts_feed
found_comments_query
get_header_image_tag
get_page_of_comment
get_page_uri
get_post_status
get_role_list
get_sample_permalink
get_terms_defaults
get_{$adjacent}_post_excluded_terms
hidden_columns
illegal_user_logins
image_get_intermediate_size
insert_user_meta
max_srcset_image_width
mejs_settings
nav_menu_item_args
nav_menu_item_title
navigation_markup_template
network_admin_plugin_action_links
network_admin_plugin_action_links_{$plugin_file}
notify_moderator
notify_post_author
oembed_discovery_links
oembed_endpoint_url
oembed_min_max_width
oembed_response_data
old_slug_redirect_url
plugin_action_links
plugin_action_links_{$plugin_file}
post_edit_category_parent_dropdown_args
post_embed_url
postmeta_form_keys
pre_delete_post
pre_get_document_title
pre_get_lastpostmodified
register_post_type_args
register_taxonomy_args
respond_link
rest_url
rest_url_prefix
screen_options_show_submit
show_network_active_plugins
signup_get_available_languages
subdirectory_reserved_names
submenu_file
taxonomy_labels_{$taxonomy}
the_category_list
the_excerpt_embed
update_right_now_text
user_profile_picture_description
users_list_table_query_args
view_mode_post_types
wp_calculate_image_sizes
wp_calculate_image_srcset
wp_dropdown_users_args
wp_http_ixr_client_headers
wp_post_revision_title_expanded
wp_prepare_revision_for_js
wp_theme_editor_filetypes
xmlrpc_chunk_parsing_size
2015-12-27 19:39:57 +01:00
|
|
|
share/ja-wordpress/wp-includes/widgets/class-wp-nav-menu-widget.php
|
|
|
|
share/ja-wordpress/wp-includes/widgets/class-wp-widget-archives.php
|
|
|
|
share/ja-wordpress/wp-includes/widgets/class-wp-widget-calendar.php
|
|
|
|
share/ja-wordpress/wp-includes/widgets/class-wp-widget-categories.php
|
2019-12-16 17:52:40 +01:00
|
|
|
share/ja-wordpress/wp-includes/widgets/class-wp-widget-custom-html.php
|
Update to 4.4
Changelog:
On December 8, 2015, WordPress Version 4.4, named for jazz musician Clifford Brown, was released to the public. For more information on this enhancement and bug-fix release, read the WordPress Blog, and see the Changelog for 4.4.
For Version 4.4, the database version (db_version in wp_options) changed to 35700, and the Trac revision was 35842.
Highlights
twenty-sixteen-white-desktop-1x.png
New Default Theme - Twenty Sixteen
Modern take on the classic blog design
Flexible header and fun color schemes will make your content shine
Mobile-first and responsive
The Finer Points
responsive-devices-desktop-1x.png
Responsive images:
WordPress now takes a smarter approach to displaying appropriate image sizes on any device, ensuring a perfect fit every time. You don’t need to do anything to your theme, it just works.
wp embed preview.png
Embed your WordPress content:
Now you can embed your posts on other sites, even other WordPress sites. Simply drop a post URL into the editor and see an instant embed preview, complete with the title, excerpt, and featured image if you’ve set one. We’ll even include your site icon and links for comments and sharing.
reverbnation embed.png
Even more embed providers:
In addition to post embeds, WordPress 4.4 also adds support for five new oEmbed providers: Cloudup, Reddit Comments, ReverbNation, Speaker Deck, and VideoPress.
For Developers
REST API infrastructure: Infrastructure for the REST API has been integrated into core, the first part of a multi-stage rollout. Inclusion of core endpoints is targeted for an upcoming release. To get a sneak peek of the core endpoints, and for more information on extending the REST API, check out the official WordPress REST API plugin.
Term meta: Terms now support metadata, just like posts. See add_term_meta(), get_term_meta(), and update_term_meta() for more information.
Comment query improvements: Comment queries now have cache handling to improve performance. New arguments in WP_Comment_Query make crafting robust comment queries simpler.
Term, comment, and network objects: New WP_Term, WP_Comment, and WP_Network objects make interacting with terms, comments, and networks more predictable and intuitive in code.
What's New
General
Developer reference - Improvements to inline code documentation.
i18n support - Improvements to translation strings all over the core.
Admin page headings were adjusted from H3 to H2 tags to reinforce page hierarchy
Improvements to how list tables are displayed on all size screens
Posts
The post/page permalink UI was simplified, linking the permalink and removing the "View" button
Media
Comments
The "View Comment" link was relocated from the Status meta box in the comment-editing screen
Many comment functions can now accept a full object instead of 'comment_ID' to reduce cache/db lookups
Orphaned comments now fall back to the 'edit_posts' capability
Appearance
Site icons will now fall back to the 'full' size URL when the 'thumbnail' size doesn't exist
Users
Install Process
Multisite
The language chooser was added to the new site form on wp-signup.php
Sites may no longer be created with the following reserved slugs: wp-admin, wp-content, wp-includes, or wp-json
Accessibility
Under The Hood
General
Unclosed HTML elements in shortcode attributes were disallowed
HTML was removed from all translatable text strings
Rewrite rules are now flushed on theme switch
Most core classes were moved to their own files
Embeds
Add oEmbed support for Cloudup.
Add oEmbed support for Reddit Comments.
Add oEmbed support for ReverbNation.
Add oEmbed support for Speaker Deck.
Add oEmbed support for VideoPress.
Remove oEmbed support for Blip.
JavaScript
Customizer: Ensure persistence of unchanged active state for controls, sections, and panels
Customizer: Fixed logic for determining the container element when focusing on a panel, section, or control
Customizer: Fixed clearing of a color control's setting by using proper empty value
Bug Fixes
Fail gracefully when checking mapped capabilities against unregistered post types
Visibility was restored for the Tags auto-suggest tooltip in Quick Edit
The $public_only parameter was added to count_user_posts()
Cron: Events are now rejected when the provided $timestamp value is not a valid timestamp
Users with no role are now redirected to the home page on login instead of their profile-editing screen
Multisite
A network can now be retrieved by its ID through WP_Network::get_instance()
A network can now be created or completed by passing arguments to WP_Network
Network-level capabilities were clarified and some long-time bugs were fixed
Classes
What's New
WP_Comment
WP_Comment_Query->$found_comments
WP_Comment_Query->$max_num_pages
WP_Comment_Query->$meta_query_clauses
WP_Comment_Query->$sql_clauses
WP_Comment_Query::fill_descendants()
WP_Comment_Query::get_comment_ids()
WP_Customize_Manager->$autofocus
WP_Customize_Manager->$preview_url
WP_Customize_Manager->$return_url
WP_Customize_Manager::customize_pane_settings()
WP_Customize_Manager::get_autofocus()
WP_Customize_Manager::get_document_title_template()
WP_Customize_Manager::get_preview_url()
WP_Customize_Manager::get_return_url()
WP_Customize_Manager::is_ios()
WP_Customize_Manager::set_autofocus()
WP_Customize_Manager::set_preview_url()
WP_Customize_Manager::set_return_url()
WP_Customize_Setting->$is_multidimensional_aggregated
WP_Customize_Setting->$is_previewed
WP_Customize_Setting::$aggregated_multidimensionals
WP_Customize_Setting::_multidimensional_preview_filter()
WP_Customize_Setting::aggregate_multidimensional()
get_root_value/ WP_Customize_Setting::get_root_value()
id_data/ WP_Customize_Setting::id_data()
set_root_value/ WP_Customize_Setting::set_root_value()
WP_Customize_Widgets::get_widget_control_parts()
WP_Customize_Widgets::is_panel_active()
WP_Filesystem_SSH2::sftp_path()
WP_HTTP_Response
WP_List_Table::get_primary_column()
WP_Locale->$start_of_week
WP_MS_Sites_List_Table::column_id()
WP_MS_Users_List_Table::column_id()
WP_Media_List_Table->$comment_pending_count
WP_Network
WP_Posts_List_Table::get_edit_link()
WP_Query->$is_embed
WP_Query->$updated_comment_meta_cache
WP_Query->$updated_term_meta_cache
WP_Query::is_embed()
WP_Query::lazyload_comment_meta()
WP_Query::lazyload_term_meta()
WP_REST_Request
WP_REST_Response
WP_REST_Server
WP_Screen->$_screen_reader_content
WP_Screen::get_screen_reader_content()
WP_Screen::get_screen_reader_text()
WP_Screen::remove_screen_reader_content()
WP_Screen::render_list_table_columns_preferences()
WP_Screen::render_meta_boxes_preferences()
WP_Screen::render_screen_reader_content()
WP_Screeb::render_view_mode()
WP_Screen::set_screen_reader_content()
WP_Term
>$update WP_Theme
WP_User::__unset()
>$request WP_User_Query
WP_User_Query::fill_query_vars()
WP_Users_List_Table::get_role_list()
WP_Widget_Calendar::$instance
WP_Widget_Tag_Cloud::_get_current_taxonomy()
WP_oEmbed_Controller
wpdb->$termmeta
Deprecated
Functions
What's New
_prime_comment_caches()
add_network_option()
add_term_meta()
delete_network_option()
delete_term_meta()
enqueue_embed_scripts()
get_header_image_tag()
get_html_split_regex()
get_network_option()
get_oembed_endpoint_url()
get_oembed_response_data()
get_oembed_response_data_rich()
get_password_reset_key()
get_post_embed_html()
get_post_embed_url()
get_preview_post_link()
get_rest_url()
get_shortcode_atts_regex()
get_subdirectory_reserved_names()
get_term_meta()
get_the_author_posts_link()
get_the_comments_navigation()
get_the_comments_pagination()
get_the_post_thumbnail_url()
is_embed()
is_post_type_viewable()
is_registered_sidebar()
map_deep()
print_embed_comments_button()
print_embed_scripts()
print_embed_sharing_button()
print_embed_sharing_dialog()
print_embed_styles()
register_rest_route()
rest_api_default_filters()
rest_api_init()
rest_api_loaded()
rest_api_register_rewrites()
rest_cookie_check_errors()
rest_cookie_collect_status()
rest_do_request()
rest_ensure_request()
rest_ensure_response()
rest_get_date_with_gmt()
rest_get_url_prefix()
rest_handle_deprecated_argument()
rest_handle_deprecated_function()
rest_handle_options_request()
rest_output_link_header()
rest_output_link_wp_head()
rest_output_rsd()
rest_parse_date()
rest_send_allow_header()
rest_send_cors_headers()
rest_url()
signup_get_available_languages()
strip_fragment_from_url()
stripslashes_from_strings_only()
the_comments_navigation()
the_comments_pagination()
the_excerpt_embed()
the_header_image_tag()
the_post_thumbnail_url()
update_network_option()
update_term_meta()
update_termmeta_cache()
urldecode_deep()
wp_ajax_delete_inactive_widgets()
wp_ajax_generate_password()
wp_ajax_save_wporg_username()
wp_calculate_image_sizes()
wp_calculate_image_srcset()
wp_embed_excerpt_attachment()
wp_embed_excerpt_attachment()
wp_filter_oembed_result()
wp_get_attachment_image_sizes()
wp_get_attachment_image_srcset()
wp_get_attachment_image_url()
wp_get_document_title()
wp_get_server_protocol()
wp_get_users_with_no_role()
wp_handle_comment_submission()
wp_image_add_srcset_and_sizes()
wp_installing()
wp_is_numeric_array()
wp_make_content_images_responsive()
wp_maybe_decline_date()
wp_new_comment_notify_moderator()
wp_new_comment_notify_postauthor()
wp_oembed_add_discovery_links()
wp_oembed_add_host_js()
wp_oembed_ensure_format()
wp_oembed_register_route()
wp_parse_url()
wp_remote_retrieve_cookie()
wp_remote_retrieve_cookie_value()
wp_remote_retrieve_cookies()
wp_removable_query_args()
wp_rest_server_class()
wp_send_new_user_notifications()
wp_term_is_shared()
Deprecated
wp_get_http()
Actions & Filters
New Actions
after_password_reset
after_signup_site
after_signup_user
attachment_updated
before_signup_header
clean_user_cache
customize_post_value_set
customize_post_value_set_{$setting_id}
delete_plugin
delete_widget
deleted_plugin
edit_user_created_user
embed_content
embed_content_meta
embed_footer
embed_head
enqueue_embed_scripts
invite_user
manage_posts_extra_tablenav
ms_network_not_found
network_site_new_created_user
network_site_users_created_user
network_user_new_created_user
page_attributes_meta_box_template
post_submitbox_minor_actions
pre_auto_update
register_new_user
rest_api_init
wp_add_nav_menu_item
wp_mail_failed
wp_verify_nonce_failed
New Filters
admin_post_thumbnail_size
comment_excerpt_length
comment_form_fields
content_pagination
customize_loaded_components
dashboard_recent_drafts_query_args
dashboard_secondary_items
default_hidden_columns
document_title_parts
document_title_separator
duplicate_comment_id
embed_html
embed_oembed_discover
embed_site_title_html
embed_template
embed_thumbnail_image_shape
embed_thumbnail_image_size
enclosure_links
expiration_of_site_transient_{$transient}
expiration_of_transient_{$transient}
export_wp_filename
feed_links_show_comments_feed
feed_links_show_posts_feed
found_comments_query
get_header_image_tag
get_page_of_comment
get_page_uri
get_post_status
get_role_list
get_sample_permalink
get_terms_defaults
get_{$adjacent}_post_excluded_terms
hidden_columns
illegal_user_logins
image_get_intermediate_size
insert_user_meta
max_srcset_image_width
mejs_settings
nav_menu_item_args
nav_menu_item_title
navigation_markup_template
network_admin_plugin_action_links
network_admin_plugin_action_links_{$plugin_file}
notify_moderator
notify_post_author
oembed_discovery_links
oembed_endpoint_url
oembed_min_max_width
oembed_response_data
old_slug_redirect_url
plugin_action_links
plugin_action_links_{$plugin_file}
post_edit_category_parent_dropdown_args
post_embed_url
postmeta_form_keys
pre_delete_post
pre_get_document_title
pre_get_lastpostmodified
register_post_type_args
register_taxonomy_args
respond_link
rest_url
rest_url_prefix
screen_options_show_submit
show_network_active_plugins
signup_get_available_languages
subdirectory_reserved_names
submenu_file
taxonomy_labels_{$taxonomy}
the_category_list
the_excerpt_embed
update_right_now_text
user_profile_picture_description
users_list_table_query_args
view_mode_post_types
wp_calculate_image_sizes
wp_calculate_image_srcset
wp_dropdown_users_args
wp_http_ixr_client_headers
wp_post_revision_title_expanded
wp_prepare_revision_for_js
wp_theme_editor_filetypes
xmlrpc_chunk_parsing_size
2015-12-27 19:39:57 +01:00
|
|
|
share/ja-wordpress/wp-includes/widgets/class-wp-widget-links.php
|
2019-12-16 17:52:40 +01:00
|
|
|
share/ja-wordpress/wp-includes/widgets/class-wp-widget-media-audio.php
|
|
|
|
share/ja-wordpress/wp-includes/widgets/class-wp-widget-media-gallery.php
|
|
|
|
share/ja-wordpress/wp-includes/widgets/class-wp-widget-media-image.php
|
|
|
|
share/ja-wordpress/wp-includes/widgets/class-wp-widget-media-video.php
|
|
|
|
share/ja-wordpress/wp-includes/widgets/class-wp-widget-media.php
|
Update to 4.4
Changelog:
On December 8, 2015, WordPress Version 4.4, named for jazz musician Clifford Brown, was released to the public. For more information on this enhancement and bug-fix release, read the WordPress Blog, and see the Changelog for 4.4.
For Version 4.4, the database version (db_version in wp_options) changed to 35700, and the Trac revision was 35842.
Highlights
twenty-sixteen-white-desktop-1x.png
New Default Theme - Twenty Sixteen
Modern take on the classic blog design
Flexible header and fun color schemes will make your content shine
Mobile-first and responsive
The Finer Points
responsive-devices-desktop-1x.png
Responsive images:
WordPress now takes a smarter approach to displaying appropriate image sizes on any device, ensuring a perfect fit every time. You don’t need to do anything to your theme, it just works.
wp embed preview.png
Embed your WordPress content:
Now you can embed your posts on other sites, even other WordPress sites. Simply drop a post URL into the editor and see an instant embed preview, complete with the title, excerpt, and featured image if you’ve set one. We’ll even include your site icon and links for comments and sharing.
reverbnation embed.png
Even more embed providers:
In addition to post embeds, WordPress 4.4 also adds support for five new oEmbed providers: Cloudup, Reddit Comments, ReverbNation, Speaker Deck, and VideoPress.
For Developers
REST API infrastructure: Infrastructure for the REST API has been integrated into core, the first part of a multi-stage rollout. Inclusion of core endpoints is targeted for an upcoming release. To get a sneak peek of the core endpoints, and for more information on extending the REST API, check out the official WordPress REST API plugin.
Term meta: Terms now support metadata, just like posts. See add_term_meta(), get_term_meta(), and update_term_meta() for more information.
Comment query improvements: Comment queries now have cache handling to improve performance. New arguments in WP_Comment_Query make crafting robust comment queries simpler.
Term, comment, and network objects: New WP_Term, WP_Comment, and WP_Network objects make interacting with terms, comments, and networks more predictable and intuitive in code.
What's New
General
Developer reference - Improvements to inline code documentation.
i18n support - Improvements to translation strings all over the core.
Admin page headings were adjusted from H3 to H2 tags to reinforce page hierarchy
Improvements to how list tables are displayed on all size screens
Posts
The post/page permalink UI was simplified, linking the permalink and removing the "View" button
Media
Comments
The "View Comment" link was relocated from the Status meta box in the comment-editing screen
Many comment functions can now accept a full object instead of 'comment_ID' to reduce cache/db lookups
Orphaned comments now fall back to the 'edit_posts' capability
Appearance
Site icons will now fall back to the 'full' size URL when the 'thumbnail' size doesn't exist
Users
Install Process
Multisite
The language chooser was added to the new site form on wp-signup.php
Sites may no longer be created with the following reserved slugs: wp-admin, wp-content, wp-includes, or wp-json
Accessibility
Under The Hood
General
Unclosed HTML elements in shortcode attributes were disallowed
HTML was removed from all translatable text strings
Rewrite rules are now flushed on theme switch
Most core classes were moved to their own files
Embeds
Add oEmbed support for Cloudup.
Add oEmbed support for Reddit Comments.
Add oEmbed support for ReverbNation.
Add oEmbed support for Speaker Deck.
Add oEmbed support for VideoPress.
Remove oEmbed support for Blip.
JavaScript
Customizer: Ensure persistence of unchanged active state for controls, sections, and panels
Customizer: Fixed logic for determining the container element when focusing on a panel, section, or control
Customizer: Fixed clearing of a color control's setting by using proper empty value
Bug Fixes
Fail gracefully when checking mapped capabilities against unregistered post types
Visibility was restored for the Tags auto-suggest tooltip in Quick Edit
The $public_only parameter was added to count_user_posts()
Cron: Events are now rejected when the provided $timestamp value is not a valid timestamp
Users with no role are now redirected to the home page on login instead of their profile-editing screen
Multisite
A network can now be retrieved by its ID through WP_Network::get_instance()
A network can now be created or completed by passing arguments to WP_Network
Network-level capabilities were clarified and some long-time bugs were fixed
Classes
What's New
WP_Comment
WP_Comment_Query->$found_comments
WP_Comment_Query->$max_num_pages
WP_Comment_Query->$meta_query_clauses
WP_Comment_Query->$sql_clauses
WP_Comment_Query::fill_descendants()
WP_Comment_Query::get_comment_ids()
WP_Customize_Manager->$autofocus
WP_Customize_Manager->$preview_url
WP_Customize_Manager->$return_url
WP_Customize_Manager::customize_pane_settings()
WP_Customize_Manager::get_autofocus()
WP_Customize_Manager::get_document_title_template()
WP_Customize_Manager::get_preview_url()
WP_Customize_Manager::get_return_url()
WP_Customize_Manager::is_ios()
WP_Customize_Manager::set_autofocus()
WP_Customize_Manager::set_preview_url()
WP_Customize_Manager::set_return_url()
WP_Customize_Setting->$is_multidimensional_aggregated
WP_Customize_Setting->$is_previewed
WP_Customize_Setting::$aggregated_multidimensionals
WP_Customize_Setting::_multidimensional_preview_filter()
WP_Customize_Setting::aggregate_multidimensional()
get_root_value/ WP_Customize_Setting::get_root_value()
id_data/ WP_Customize_Setting::id_data()
set_root_value/ WP_Customize_Setting::set_root_value()
WP_Customize_Widgets::get_widget_control_parts()
WP_Customize_Widgets::is_panel_active()
WP_Filesystem_SSH2::sftp_path()
WP_HTTP_Response
WP_List_Table::get_primary_column()
WP_Locale->$start_of_week
WP_MS_Sites_List_Table::column_id()
WP_MS_Users_List_Table::column_id()
WP_Media_List_Table->$comment_pending_count
WP_Network
WP_Posts_List_Table::get_edit_link()
WP_Query->$is_embed
WP_Query->$updated_comment_meta_cache
WP_Query->$updated_term_meta_cache
WP_Query::is_embed()
WP_Query::lazyload_comment_meta()
WP_Query::lazyload_term_meta()
WP_REST_Request
WP_REST_Response
WP_REST_Server
WP_Screen->$_screen_reader_content
WP_Screen::get_screen_reader_content()
WP_Screen::get_screen_reader_text()
WP_Screen::remove_screen_reader_content()
WP_Screen::render_list_table_columns_preferences()
WP_Screen::render_meta_boxes_preferences()
WP_Screen::render_screen_reader_content()
WP_Screeb::render_view_mode()
WP_Screen::set_screen_reader_content()
WP_Term
>$update WP_Theme
WP_User::__unset()
>$request WP_User_Query
WP_User_Query::fill_query_vars()
WP_Users_List_Table::get_role_list()
WP_Widget_Calendar::$instance
WP_Widget_Tag_Cloud::_get_current_taxonomy()
WP_oEmbed_Controller
wpdb->$termmeta
Deprecated
Functions
What's New
_prime_comment_caches()
add_network_option()
add_term_meta()
delete_network_option()
delete_term_meta()
enqueue_embed_scripts()
get_header_image_tag()
get_html_split_regex()
get_network_option()
get_oembed_endpoint_url()
get_oembed_response_data()
get_oembed_response_data_rich()
get_password_reset_key()
get_post_embed_html()
get_post_embed_url()
get_preview_post_link()
get_rest_url()
get_shortcode_atts_regex()
get_subdirectory_reserved_names()
get_term_meta()
get_the_author_posts_link()
get_the_comments_navigation()
get_the_comments_pagination()
get_the_post_thumbnail_url()
is_embed()
is_post_type_viewable()
is_registered_sidebar()
map_deep()
print_embed_comments_button()
print_embed_scripts()
print_embed_sharing_button()
print_embed_sharing_dialog()
print_embed_styles()
register_rest_route()
rest_api_default_filters()
rest_api_init()
rest_api_loaded()
rest_api_register_rewrites()
rest_cookie_check_errors()
rest_cookie_collect_status()
rest_do_request()
rest_ensure_request()
rest_ensure_response()
rest_get_date_with_gmt()
rest_get_url_prefix()
rest_handle_deprecated_argument()
rest_handle_deprecated_function()
rest_handle_options_request()
rest_output_link_header()
rest_output_link_wp_head()
rest_output_rsd()
rest_parse_date()
rest_send_allow_header()
rest_send_cors_headers()
rest_url()
signup_get_available_languages()
strip_fragment_from_url()
stripslashes_from_strings_only()
the_comments_navigation()
the_comments_pagination()
the_excerpt_embed()
the_header_image_tag()
the_post_thumbnail_url()
update_network_option()
update_term_meta()
update_termmeta_cache()
urldecode_deep()
wp_ajax_delete_inactive_widgets()
wp_ajax_generate_password()
wp_ajax_save_wporg_username()
wp_calculate_image_sizes()
wp_calculate_image_srcset()
wp_embed_excerpt_attachment()
wp_embed_excerpt_attachment()
wp_filter_oembed_result()
wp_get_attachment_image_sizes()
wp_get_attachment_image_srcset()
wp_get_attachment_image_url()
wp_get_document_title()
wp_get_server_protocol()
wp_get_users_with_no_role()
wp_handle_comment_submission()
wp_image_add_srcset_and_sizes()
wp_installing()
wp_is_numeric_array()
wp_make_content_images_responsive()
wp_maybe_decline_date()
wp_new_comment_notify_moderator()
wp_new_comment_notify_postauthor()
wp_oembed_add_discovery_links()
wp_oembed_add_host_js()
wp_oembed_ensure_format()
wp_oembed_register_route()
wp_parse_url()
wp_remote_retrieve_cookie()
wp_remote_retrieve_cookie_value()
wp_remote_retrieve_cookies()
wp_removable_query_args()
wp_rest_server_class()
wp_send_new_user_notifications()
wp_term_is_shared()
Deprecated
wp_get_http()
Actions & Filters
New Actions
after_password_reset
after_signup_site
after_signup_user
attachment_updated
before_signup_header
clean_user_cache
customize_post_value_set
customize_post_value_set_{$setting_id}
delete_plugin
delete_widget
deleted_plugin
edit_user_created_user
embed_content
embed_content_meta
embed_footer
embed_head
enqueue_embed_scripts
invite_user
manage_posts_extra_tablenav
ms_network_not_found
network_site_new_created_user
network_site_users_created_user
network_user_new_created_user
page_attributes_meta_box_template
post_submitbox_minor_actions
pre_auto_update
register_new_user
rest_api_init
wp_add_nav_menu_item
wp_mail_failed
wp_verify_nonce_failed
New Filters
admin_post_thumbnail_size
comment_excerpt_length
comment_form_fields
content_pagination
customize_loaded_components
dashboard_recent_drafts_query_args
dashboard_secondary_items
default_hidden_columns
document_title_parts
document_title_separator
duplicate_comment_id
embed_html
embed_oembed_discover
embed_site_title_html
embed_template
embed_thumbnail_image_shape
embed_thumbnail_image_size
enclosure_links
expiration_of_site_transient_{$transient}
expiration_of_transient_{$transient}
export_wp_filename
feed_links_show_comments_feed
feed_links_show_posts_feed
found_comments_query
get_header_image_tag
get_page_of_comment
get_page_uri
get_post_status
get_role_list
get_sample_permalink
get_terms_defaults
get_{$adjacent}_post_excluded_terms
hidden_columns
illegal_user_logins
image_get_intermediate_size
insert_user_meta
max_srcset_image_width
mejs_settings
nav_menu_item_args
nav_menu_item_title
navigation_markup_template
network_admin_plugin_action_links
network_admin_plugin_action_links_{$plugin_file}
notify_moderator
notify_post_author
oembed_discovery_links
oembed_endpoint_url
oembed_min_max_width
oembed_response_data
old_slug_redirect_url
plugin_action_links
plugin_action_links_{$plugin_file}
post_edit_category_parent_dropdown_args
post_embed_url
postmeta_form_keys
pre_delete_post
pre_get_document_title
pre_get_lastpostmodified
register_post_type_args
register_taxonomy_args
respond_link
rest_url
rest_url_prefix
screen_options_show_submit
show_network_active_plugins
signup_get_available_languages
subdirectory_reserved_names
submenu_file
taxonomy_labels_{$taxonomy}
the_category_list
the_excerpt_embed
update_right_now_text
user_profile_picture_description
users_list_table_query_args
view_mode_post_types
wp_calculate_image_sizes
wp_calculate_image_srcset
wp_dropdown_users_args
wp_http_ixr_client_headers
wp_post_revision_title_expanded
wp_prepare_revision_for_js
wp_theme_editor_filetypes
xmlrpc_chunk_parsing_size
2015-12-27 19:39:57 +01:00
|
|
|
share/ja-wordpress/wp-includes/widgets/class-wp-widget-meta.php
|
|
|
|
share/ja-wordpress/wp-includes/widgets/class-wp-widget-pages.php
|
|
|
|
share/ja-wordpress/wp-includes/widgets/class-wp-widget-recent-comments.php
|
|
|
|
share/ja-wordpress/wp-includes/widgets/class-wp-widget-recent-posts.php
|
|
|
|
share/ja-wordpress/wp-includes/widgets/class-wp-widget-rss.php
|
|
|
|
share/ja-wordpress/wp-includes/widgets/class-wp-widget-search.php
|
|
|
|
share/ja-wordpress/wp-includes/widgets/class-wp-widget-tag-cloud.php
|
|
|
|
share/ja-wordpress/wp-includes/widgets/class-wp-widget-text.php
|
2013-11-10 12:13:08 +01:00
|
|
|
share/ja-wordpress/wp-includes/wlwmanifest.xml
|
|
|
|
share/ja-wordpress/wp-includes/wp-db.php
|
|
|
|
share/ja-wordpress/wp-includes/wp-diff.php
|
|
|
|
share/ja-wordpress/wp-links-opml.php
|
|
|
|
share/ja-wordpress/wp-load.php
|
|
|
|
share/ja-wordpress/wp-login.php
|
|
|
|
share/ja-wordpress/wp-mail.php
|
|
|
|
share/ja-wordpress/wp-settings.php
|
|
|
|
share/ja-wordpress/wp-signup.php
|
|
|
|
share/ja-wordpress/wp-trackback.php
|
|
|
|
share/ja-wordpress/xmlrpc.php
|