WordPress/wp-includes
Boone Gorges 9935b60e72 Comments: When checking comments, returned error object should include HTTP status code.
The status code in the `WP_Error` `data` array is needed to send
headers in wp-comments-post.php, and was erroneously not included in
[38778].

Props needle, websupporter.
Fixes #36901.
Built from https://develop.svn.wordpress.org/trunk@38783


git-svn-id: http://core.svn.wordpress.org/trunk@38726 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2016-10-12 13:50:30 +00:00
..
certificates
css Toolbar: Update links to the about page if current user can't access the dashboard of the current site. 2016-09-27 19:01:29 +00:00
customize Administration: Improve the usage of the button CSS classes. 2016-09-28 19:54:28 +00:00
fonts
ID3
images
IXR
js TinyMCE: prevent iOS Safari from expanding the iframe width beyond the container width. 2016-10-12 03:36:30 +00:00
pomo
random_compat
Requests HTTP: Update Requests to master (0048f3c) which fixes a number of outstanding issues. 2016-10-05 03:24:37 +00:00
rest-api Docs: Improve formatting of filter docs added in [38689]. 2016-10-07 19:24:28 +00:00
SimplePie
Text
theme-compat
widgets
admin-bar.php Toolbar: Be more strict about adding a 'View Posts' link to the toolbar. 2016-10-03 08:38:29 +00:00
atomlib.php
author-template.php
bookmark-template.php
bookmark.php
cache.php
canonical.php
capabilities.php Taxonomy: Introduce more fine grained capabilities for managing taxonomy terms. 2016-09-30 22:40:28 +00:00
category-template.php Taxonomy: Avoid a fatal error in the_tags() in the event that get_the_term_list() returns a WP_Error. 2016-10-11 03:27:31 +00:00
category.php
class-http.php HTTP: Update Requests to master (0048f3c) which fixes a number of outstanding issues. 2016-10-05 03:24:37 +00:00
class-IXR.php
class-json.php
class-oembed.php Embeds: Add oEmbed support for User, List and Like Twitter timelines. 2016-09-30 21:42:28 +00:00
class-phpass.php
class-phpmailer.php
class-pop3.php
class-requests.php HTTP: Update Requests to master (0048f3c) which fixes a number of outstanding issues. 2016-10-05 03:24:37 +00:00
class-simplepie.php
class-smtp.php
class-snoopy.php
class-walker-category-dropdown.php
class-walker-category.php
class-walker-comment.php
class-walker-nav-menu.php
class-walker-page-dropdown.php
class-walker-page.php
class-wp-admin-bar.php
class-wp-ajax-response.php
class-wp-comment-query.php General: Restore usage of $wpdb, instead of $this->db. 2016-10-10 06:38:31 +00:00
class-wp-comment.php
class-wp-customize-control.php
class-wp-customize-manager.php Customize: Ensure customize_validate_{$setting->id} filters apply on input post values for WP_Customize_Setting subclasses that neglect to apply the filter themselves. 2016-10-09 20:08:32 +00:00
class-wp-customize-nav-menus.php Customize: Show Pages section first and pre-expanded in list of available nav menu items. 2016-10-09 23:41:30 +00:00
class-wp-customize-panel.php
class-wp-customize-section.php
class-wp-customize-setting.php
class-wp-customize-widgets.php Customize: Improve message displayed in widgets panel when there are no widget areas currently displayed in the preview. 2016-10-09 21:09:31 +00:00
class-wp-dependency.php
class-wp-editor.php TiinyMCE: update to 4.4.3, changelog: https://www.tinymce.com/docs/changelog/#version443-september12016 2016-10-11 00:10:32 +00:00
class-wp-embed.php
class-wp-error.php
class-wp-feed-cache-transient.php
class-wp-feed-cache.php
class-wp-hook.php
class-wp-http-cookie.php
class-wp-http-curl.php
class-wp-http-encoding.php
class-wp-http-ixr-client.php
class-wp-http-proxy.php
class-wp-http-requests-response.php HTTP: Document that the return value of wp_remote_retrieve_headers() changed from a simple array to an object which implements ArrayAccess. 2016-10-05 03:51:28 +00:00
class-wp-http-response.php
class-wp-http-streams.php
class-wp-image-editor-gd.php
class-wp-image-editor-imagick.php
class-wp-image-editor.php
class-wp-locale.php
class-wp-matchesmapregex.php
class-wp-meta-query.php General: Restore usage of $wpdb, instead of $this->db. 2016-10-10 06:38:31 +00:00
class-wp-metadata-lazyloader.php
class-wp-network-query.php General: Restore usage of $wpdb, instead of $this->db. 2016-10-10 06:38:31 +00:00
class-wp-network.php
class-wp-oembed-controller.php
class-wp-post-type.php
class-wp-post.php
class-wp-query.php General: Restore usage of $wpdb, instead of $this->db. 2016-10-10 06:38:31 +00:00
class-wp-rewrite.php Make sure rewrite rules are not written until wp_loaded has fired 2016-10-07 19:44:28 +00:00
class-wp-role.php
class-wp-roles.php General: Restore usage of $wpdb, instead of $this->db. 2016-10-10 06:38:31 +00:00
class-wp-session-tokens.php
class-wp-simplepie-file.php
class-wp-simplepie-sanitize-kses.php
class-wp-site-query.php General: Restore usage of $wpdb, instead of $this->db. 2016-10-10 06:38:31 +00:00
class-wp-site.php
class-wp-tax-query.php General: Restore usage of $wpdb, instead of $this->db. 2016-10-10 06:38:31 +00:00
class-wp-taxonomy.php Taxonomy: Introduce WP_Taxonomy and use it in register_taxonomy() and unregister_taxonomy(). 2016-10-07 17:12:29 +00:00
class-wp-term-query.php General: Restore usage of $wpdb, instead of $this->db. 2016-10-10 06:38:31 +00:00
class-wp-term.php
class-wp-text-diff-renderer-inline.php
class-wp-text-diff-renderer-table.php
class-wp-theme.php I18N: Introduce a user-specific language setting. 2016-10-03 07:04:29 +00:00
class-wp-user-meta-session-tokens.php
class-wp-user-query.php General: Restore usage of $wpdb, instead of $this->db. 2016-10-10 06:38:31 +00:00
class-wp-user.php General: Restore usage of $wpdb, instead of $this->db. 2016-10-10 06:38:31 +00:00
class-wp-walker.php
class-wp-widget-factory.php
class-wp-widget.php
class-wp-xmlrpc-server.php XML-RPC: Re-add a global $wpdb missed in [38768]. 2016-10-11 01:43:31 +00:00
class-wp.php Pings/Trackbacks: Add filter argument to fetching of pingbacks_url in X-pingback header 2016-09-28 19:28:30 +00:00
class.wp-dependencies.php
class.wp-scripts.php
class.wp-styles.php
comment-template.php Set default value of 'max_depth' in get_comment_reply_link(). 2016-09-28 04:20:55 +00:00
comment.php Comments: When checking comments, returned error object should include HTTP status code. 2016-10-12 13:50:30 +00:00
compat.php
cron.php
date.php General: Restore usage of $wpdb, instead of $this->db. 2016-10-10 06:38:31 +00:00
default-constants.php
default-filters.php Comments: Abstract die() calls from comment submission routine. 2016-10-11 03:43:28 +00:00
default-widgets.php
deprecated.php Themes: Remove paged.php from the theme template hierarchy. 2016-10-07 21:03:31 +00:00
embed-template.php
embed.php
feed-atom-comments.php
feed-atom.php
feed-rdf.php
feed-rss2-comments.php
feed-rss2.php
feed-rss.php
feed.php
formatting.php Emoji: Add support for the upcoming Emoji 4 release. 2016-10-04 03:24:30 +00:00
functions.php Add 'urn' to the list of URI protocols whitelisted by default. 2016-09-30 13:15:28 +00:00
functions.wp-scripts.php
functions.wp-styles.php
general-template.php Emoji: Update Emoji CDN filter default for resource hints. 2016-10-09 04:24:31 +00:00
http.php HTTP: Document that the return value of wp_remote_retrieve_headers() changed from a simple array to an object which implements ArrayAccess. 2016-10-05 03:51:28 +00:00
kses.php
l10n.php I18N: Introduce a user-specific language setting. 2016-10-03 07:04:29 +00:00
link-template.php Taxonomy: Introduce more fine grained capabilities for managing taxonomy terms. 2016-09-30 22:40:28 +00:00
load.php
media-template.php
media.php
meta.php Meta: Improve ID casting when getting, updating or deleting meta data. 2016-10-01 06:28:30 +00:00
ms-blogs.php Multisite: Use get_sites() instead of a database lookup in get_id_from_blogname(). 2016-09-27 18:18:28 +00:00
ms-default-constants.php
ms-default-filters.php
ms-deprecated.php
ms-files.php Multsite: Flush output buffer after readfile() in ms-files.php. 2016-09-27 20:05:28 +00:00
ms-functions.php Multisite: Allow to set the site language of a new site to English. 2016-09-26 18:39:32 +00:00
ms-load.php Multisite: Clarify that get_site_by_path() does not return exact matches. 2016-10-12 01:10:29 +00:00
ms-settings.php
nav-menu-template.php
nav-menu.php Menus: Do not show trashed posts in nav menus. 2016-10-07 16:50:29 +00:00
option.php Options: Move register_setting() from wp-admin to wp-includes. 2016-09-30 15:53:29 +00:00
pluggable-deprecated.php
pluggable.php
plugin.php
post-formats.php
post-template.php Docs: Document global variables used by get_the_content(). 2016-10-07 17:00:29 +00:00
post-thumbnail-template.php
post.php
query.php
registration-functions.php
registration.php
rest-api.php
revision.php
rewrite.php
rss-functions.php
rss.php
script-loader.php
shortcodes.php Shortcodes: Add a do_shortcode_tag filter. 2016-10-04 00:39:37 +00:00
taxonomy.php Taxonomy: Specify taxonomy when populating cached object terms. 2016-10-11 04:06:28 +00:00
template-loader.php Themes: Remove paged.php from the theme template hierarchy. 2016-10-07 21:03:31 +00:00
template.php Themes: Remove paged.php from the theme template hierarchy. 2016-10-07 21:03:31 +00:00
theme.php Customize: Opt to disable IE8 support via conditional comments instead of using unreliable Array.prototype.indexOf feature detection. 2016-09-25 04:35:32 +00:00
update.php
user.php I18N: Introduce a user-specific language setting. 2016-10-03 07:04:29 +00:00
vars.php
version.php Comments: When checking comments, returned error object should include HTTP status code. 2016-10-12 13:50:30 +00:00
widgets.php
wlwmanifest.xml
wp-db.php
wp-diff.php