WordPress/wp-admin/includes
2020-10-29 16:58:05 +00:00
..
admin-filters.php
admin.php
ajax-actions.php Media: In wp_ajax_image_editor(), check if the error property exists before accessing it. 2020-09-07 13:07:03 +00:00
bookmark.php
class-automatic-upgrader-skin.php
class-bulk-plugin-upgrader-skin.php
class-bulk-theme-upgrader-skin.php
class-bulk-upgrader-skin.php
class-core-upgrader.php
class-custom-background.php
class-custom-image-header.php Coding standards: Modify escaping functions to avoid potential false positives. 2020-10-29 16:58:05 +00:00
class-file-upload-upgrader.php
class-ftp-pure.php
class-ftp-sockets.php
class-ftp.php
class-language-pack-upgrader-skin.php
class-language-pack-upgrader.php
class-pclzip.php
class-plugin-installer-skin.php Upgrade/Install: Clarify the descriptions for install_(plugin|theme)_overwrite_actions. 2020-07-28 18:16:07 +00:00
class-plugin-upgrader-skin.php Docs: Add missing documentation for various upgrade/install class properties and methods. 2020-07-28 11:57:03 +00:00
class-plugin-upgrader.php Plugins: Move the "Successfully installed the plugin" string to the correct Plugin_Upgrader method. 2020-08-04 18:04:05 +00:00
class-theme-installer-skin.php Themes: Normalize the installed theme path in Theme_Installer_Skin::do_overwrite() before comparing with the uploaded theme. 2020-08-31 18:31:09 +00:00
class-theme-upgrader-skin.php Docs: Add missing documentation for various upgrade/install class properties and methods. 2020-07-28 11:57:03 +00:00
class-theme-upgrader.php Plugins: Move the "Successfully installed the plugin" string to the correct Plugin_Upgrader method. 2020-08-04 18:04:05 +00:00
class-walker-category-checklist.php Taxonomy: Make sure wp_terms_checklist() and Walker_Category_Checklist::start_el() properly handle an array of strings as selected_cats or popular_cats values. 2020-08-27 03:08:03 +00:00
class-walker-nav-menu-checklist.php
class-walker-nav-menu-edit.php
class-wp-ajax-upgrader-skin.php Docs: Add missing documentation for various upgrade/install class properties and methods. 2020-07-28 11:57:03 +00:00
class-wp-automatic-updater.php Upgrade/Install: Check if plugin or theme update results are available before applying the notification filters. 2020-10-15 23:31:07 +00:00
class-wp-comments-list-table.php Administration: Don't override the $mode global in WP_Screen::render_view_mode() if it's already set. 2020-07-28 16:55:04 +00:00
class-wp-community-events.php Community Events: Display dates and times in the user's time zone. 2020-10-22 04:05:05 +00:00
class-wp-debug-data.php Site Health: Only display the warning about the post_max_size PHP value when it's lower than upload_max_filesize. 2020-08-17 01:29:03 +00:00
class-wp-filesystem-base.php
class-wp-filesystem-direct.php
class-wp-filesystem-ftpext.php Filesystem API: Use correct variable when closing the file handle in WP_Filesystem_FTPext::get_contents(). 2020-08-17 00:57:07 +00:00
class-wp-filesystem-ftpsockets.php
class-wp-filesystem-ssh2.php
class-wp-importer.php
class-wp-internal-pointers.php
class-wp-links-list-table.php
class-wp-list-table-compat.php
class-wp-list-table.php Quick/Bulk Edit: Revert [48134] to address the bottom "Bulk actions" dropdown not functioning properly on Posts and Users list tables. 2020-08-26 14:21:04 +00:00
class-wp-media-list-table.php
class-wp-ms-sites-list-table.php
class-wp-ms-themes-list-table.php Upgrade/Install: Only display the auto-update links on the Network Admin > Themes screen for themes that support the feature. 2020-08-27 22:26:04 +00:00
class-wp-ms-users-list-table.php
class-wp-plugin-install-list-table.php
class-wp-plugins-list-table.php Plugins: Avoid a PHP notice if the update-supported key in plugin data is not set. 2020-08-18 20:40:04 +00:00
class-wp-post-comments-list-table.php
class-wp-posts-list-table.php Administration: Pull the table_view_mode filter for now. 2020-07-28 16:19:03 +00:00
class-wp-privacy-data-export-requests-list-table.php
class-wp-privacy-data-removal-requests-list-table.php
class-wp-privacy-policy-content.php
class-wp-privacy-requests-table.php
class-wp-screen.php Administration: Don't override the $mode global in WP_Screen::render_view_mode() if it's already set. 2020-07-28 16:55:04 +00:00
class-wp-site-health-auto-updates.php Site Health: Recognize define( 'WP_AUTO_UPDATE_CORE', 'minor' ) as an acceptable value. 2020-08-17 01:04:04 +00:00
class-wp-site-health.php Site Health: Ensure that the tests returned by WP_Site_Health::get_tests() always have the required array keys: direct and async. 2020-08-17 02:23:06 +00:00
class-wp-site-icon.php
class-wp-terms-list-table.php
class-wp-theme-install-list-table.php
class-wp-themes-list-table.php
class-wp-upgrader-skin.php Docs: Add missing documentation for various upgrade/install class properties and methods. 2020-07-28 11:57:03 +00:00
class-wp-upgrader-skins.php
class-wp-upgrader.php
class-wp-users-list-table.php
comment.php
continents-cities.php
credits.php
dashboard.php Community Events: Display dates and times in the user's time zone. 2020-10-22 04:05:05 +00:00
deprecated.php
edit-tag-messages.php
export.php
file.php Site Health: Check if session_status() exists before calling it. 2020-08-07 13:43:05 +00:00
image-edit.php
image.php
import.php
list-table.php
media.php Coding standards: Modify escaping functions to avoid potential false positives. 2020-10-29 16:58:05 +00:00
menu.php
meta-boxes.php
misc.php
ms-admin-filters.php
ms-deprecated.php
ms.php Coding standards: Modify escaping functions to avoid potential false positives. 2020-10-29 16:58:05 +00:00
nav-menu.php
network.php
noop.php
options.php
plugin-install.php
plugin.php
post.php
privacy-tools.php
revision.php
schema.php
screen.php
taxonomy.php
template.php Coding standards: Modify escaping functions to avoid potential false positives. 2020-10-29 16:58:05 +00:00
theme-install.php
theme.php Docs: Correct usage of the dynamic auto_update_{$type} filter. 2020-08-07 19:25:02 +00:00
translation-install.php
update-core.php
update.php Themes: Pass correct variable to is_php_version_compatible() in wp_theme_update_row(). 2020-07-30 11:46:05 +00:00
upgrade.php Upgrade/Install: Make the check for empty home option in __get_option() more resilient. 2020-08-26 17:07:09 +00:00
user.php
widgets.php