WordPress/wp-admin/includes
whyisjake 2544e89df4 General: WordPress updates
* XML-RPC: Improve error messages for unprivileged users.
* External Libraries: Disable deserialization in Requests_Utility_FilteredIterator
* Embeds: Disable embeds on deactivated Multisite sites.
* Coding standards: Modify escaping functions to avoid potential false positives.
* XML-RPC: Return error message if attachment ID is incorrect.
* Upgrade/install: Improve logic check when determining installation status.
* Meta: Sanitize meta key before checking protection status.
* Themes: Ensure that only privileged users can set a background image when a theme is using the deprecated custom background page.

Brings the changes from [49380,49382-49388] to the 4.8 branch.

Props xknown, zieladam, peterwilsoncc, whyisjake, desrosj, dd32.

Built from https://develop.svn.wordpress.org/branches/4.8@49398


git-svn-id: http://core.svn.wordpress.org/branches/4.8@49157 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2020-10-29 18:55:23 +00:00
..
admin-filters.php
admin.php
ajax-actions.php Escape the output in wp_ajax_upload_attachment(). 2019-09-04 16:31:23 +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 Accessibility: Change the "Show details" links in the update core screen to buttons. 2017-05-11 23:50:41 +00:00
class-core-upgrader.php
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
class-plugin-upgrader-skin.php
class-plugin-upgrader.php Cron API: Add a new wp_doing_cron() helper function. 2017-05-06 14:30:40 +00:00
class-theme-installer-skin.php
class-theme-upgrader-skin.php
class-theme-upgrader.php Updates: Allow background updates to update multiple plugins/themes in the same request. 2016-11-13 09:53:32 +00:00
class-walker-category-checklist.php Taxonomy: Fix typo in $aria_checked variable name in Walker_Category_Checklist::start_el(). 2017-03-29 11:22:47 +00:00
class-walker-nav-menu-checklist.php
class-walker-nav-menu-edit.php
class-wp-ajax-upgrader-skin.php
class-wp-automatic-updater.php Upgrade/Install: After [40394], rename wp_disallow_file_mods() to wp_is_file_mod_allowed(). 2017-05-11 19:24:41 +00:00
class-wp-comments-list-table.php Comments: In WP_Comments_List_Table::extra_tablenav(), save the state of ::has_items() to a static variable, so that the value is consistent between top and bottom navigation. 2017-07-10 23:09:34 +00:00
class-wp-community-events.php Dashboard: Improve the handling of locations determined by geolocating the IP address and by entering a city name. Fix couple of edge cases, and some names. 2017-05-19 05:48:42 +00:00
class-wp-filesystem-base.php
class-wp-filesystem-direct.php
class-wp-filesystem-ftpext.php
class-wp-filesystem-ftpsockets.php Filesystem: Add return statement to WP_Filesystem_ftpsockets->rmdir 2016-12-28 03:52:42 +00:00
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 General: Use interpolation instead of concatenation for all dynamic hook names. 2016-12-14 04:18:42 +00:00
class-wp-media-list-table.php Administration: Fix some HTML validation errors. 2017-05-23 17:58:43 +00:00
class-wp-ms-sites-list-table.php Administration: Fix some HTML validation errors. 2017-05-23 17:58:43 +00:00
class-wp-ms-themes-list-table.php Upgrade/Install: Refresh update counts after page load. 2016-10-19 10:27:29 +00:00
class-wp-ms-users-list-table.php Docs: Add description for $mode global in WP_MS_Sites_List_Table and WP_MS_Users_List_Table. 2017-03-22 03:48:42 +00:00
class-wp-plugin-install-list-table.php
class-wp-plugins-list-table.php General: Add missing URL-encoding and add extra hardening to plugin and template names when they're displayed in the admin area. 2017-09-19 10:21:16 +00:00
class-wp-post-comments-list-table.php
class-wp-posts-list-table.php Administration: Fix some HTML validation errors. 2017-05-23 17:58:43 +00:00
class-wp-press-this.php Press This: Verify intent before fetching in-page resources using Press This. 2017-03-06 13:55:41 +00:00
class-wp-screen.php Multisite: Validate activation links. 2018-12-13 01:35:21 +00:00
class-wp-site-icon.php
class-wp-terms-list-table.php
class-wp-theme-install-list-table.php Docs: Notate the incoming $theme object members for WP_Theme_Install_List_Table::single_row() as a proper hash notation. 2016-11-08 20:16:31 +00:00
class-wp-themes-list-table.php
class-wp-upgrader-skin.php
class-wp-upgrader-skins.php Load: Re-add class-wp-upgrader-skins.php. 2016-12-03 03:40:41 +00:00
class-wp-upgrader.php
class-wp-users-list-table.php Administration: Fix some HTML validation errors. 2017-05-23 17:58:43 +00:00
comment.php
continents-cities.php
credits.php
dashboard.php I18N: Improve translator comments for strings in the community events widget. 2017-06-01 09:49:42 +00:00
deprecated.php Dashboard: Update the existing WordPress News dashboard widget to also include upcoming meetup events and WordCamps near the current user’s location. 2017-05-10 20:04:42 +00:00
edit-tag-messages.php
export.php Docs: Correct a number of typos/spelling mistakes in inline comments. 2016-10-25 00:38:35 +00:00
file.php Filesystem API: Ensure filenames are valid before attempting to unzip them to ensure malformed file paths don't cause issues. 2017-09-19 14:37:33 +00:00
image-edit.php I18N: Remove unnecessary __() calls in _rotate_image_resource() and _flip_image_resource(). 2016-11-19 02:30:31 +00:00
image.php Media: Keep PDF previews from overwriting files. 2017-02-27 15:39:47 +00:00
import.php
list-table.php
media.php General: WordPress updates 2020-10-29 18:55:23 +00:00
menu.php
meta-boxes.php Accessibility: Add "(opens in a new window)" screen reader text to the "News-Nearby Events" dashboard widget footer links. 2017-05-11 22:47:41 +00:00
misc.php Administration: Pass the result of set-screen-option filter to the new set_screen_option_{$option} filter to ensure backward compatibility. 2020-07-01 09:50:46 +00:00
ms-admin-filters.php
ms-deprecated.php
ms.php General: WordPress updates 2020-10-29 18:55:23 +00:00
nav-menu.php Accessibility: Improve the Menus post type meta boxes pagination links. 2016-10-27 15:23:31 +00:00
network.php
noop.php Docs: Add missing file header to wp-admin/includes/noop.php, introduced in [34037]. 2017-01-25 23:10:43 +00:00
options.php Accessibility: Avoid a keyboard trap on the permalink custom structure setting. 2017-07-10 23:16:32 +00:00
plugin-install.php Plugins: Don't strip line breaks and blockquote elements in the plugin information modal. 2017-05-11 19:16:42 +00:00
plugin.php Docs: Use a consistent description for $plugin parameter in various plugin API functions. 2017-01-12 06:16:41 +00:00
post.php Editor: Remove unwanted fields before saving posts. 2018-12-13 01:40:21 +00:00
revision.php
schema.php Multisite: Replace unnecessary is_super_admin() check when setting up the initial network. 2017-04-10 22:00:43 +00:00
screen.php
taxonomy.php
template.php General: WordPress updates 2020-10-29 18:55:23 +00:00
theme-install.php
theme.php Customize: Prevent links to customize.php from being generated which have query vars from wp_removable_query_args() present. 2017-03-22 23:04:42 +00:00
translation-install.php Upgrade/Install: After [40394], rename wp_disallow_file_mods() to wp_is_file_mod_allowed(). 2017-05-11 19:24:41 +00:00
update-core.php External Libraries: Remove unnecessary / obsoleted MediaElement.js files. 2018-01-16 08:02:34 +00:00
update.php Cron API: Add a new wp_doing_cron() helper function. 2017-05-06 14:30:40 +00:00
upgrade.php Multisite: Revert indentation of the sample page content added in [40296]. 2017-06-01 09:16:40 +00:00
user.php Mail: Ensure entities in the site title are decoded when used in the body of the new user email. 2017-02-26 22:20:44 +00:00
widgets.php Accessibility: Make some Widgets buttons real buttons. 2017-04-19 21:14:44 +00:00