WordPress/wp-includes
2015-09-18 21:38:25 +00:00
..
certificates HTTP: Update the Root Certificate bundle. 2015-09-18 08:43:26 +00:00
css
fonts
ID3
images
js Media JS: ensure that wp.media.frame (a static reference to the "current" Frame) is reset when a cached frame is opened. 2015-09-17 00:10:26 +00:00
pomo
SimplePie
Text
theme-compat Theme Compat: Remove commented out code. 2015-09-18 21:38:25 +00:00
widgets Widgets: don't show a dropdown if there is only 1 taxonomy or zero taxonomies available to the Tag Cloud widget form. Don't output the widget if there are no terms in the selected taxonomy. 2015-09-17 22:11:24 +00:00
admin-bar.php
atomlib.php
author-template.php
bookmark-template.php
bookmark.php
cache.php
canonical.php Canonical: redirect URLs that match an attachment masked on the wrong URL to the attachment link for the matched attachment. 2015-09-17 21:32:24 +00:00
capabilities-functions.php
capabilities.php
category-functions.php
category-template.php
category.php
class-feed.php
class-http.php
class-IXR.php
class-json.php Docs: Put "it's" in its place (again). 2015-09-16 12:46:28 +00:00
class-oembed.php
class-phpass.php
class-phpmailer.php
class-pop3.php Docs: Put "it's" in its place (again). 2015-09-16 12:46:28 +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-page-dropdown.php
class-walker-page.php
class-wp-admin-bar.php
class-wp-ajax-response.php
class-wp-comment-query.php Split the comment query. 2015-09-18 19:28:51 +00:00
class-wp-comment.php
class-wp-customize-control.php
class-wp-customize-manager.php Customize: Reduce peak memory usage by JSON-encoding settings and controls individually. 2015-09-17 19:42:26 +00:00
class-wp-customize-nav-menus.php Customize: Fix live previewing of menu changes on subdirectory installs. 2015-09-18 05:47:27 +00:00
class-wp-customize-panel.php
class-wp-customize-section.php
class-wp-customize-setting.php
class-wp-customize-widgets.php
class-wp-editor.php
class-wp-embed.php
class-wp-error.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-streams.php Docs: Put "it's" in its place (again). 2015-09-16 12:46:28 +00:00
class-wp-image-editor-gd.php
class-wp-image-editor-imagick.php
class-wp-image-editor.php
class-wp-meta-query.php
class-wp-network.php
class-wp-post.php
class-wp-rewrite.php
class-wp-role.php
class-wp-roles.php
class-wp-tax-query.php
class-wp-theme.php Docs: Fix some syntactical issues with the DocBlock for the WP_Theme->update property, introduced in [33957]. 2015-09-16 13:29:25 +00:00
class-wp-user-query.php
class-wp-user.php
class-wp-walker.php
class-wp-widget-factory.php
class-wp-widget.php
class-wp-xmlrpc-server.php Uploader: Fire 'wp_handle_upload' in wp_upload_bits(). Thusly, the filter in wp_xmlrpc_server::mw_newMediaObject() is redundant. 2015-09-17 04:46:25 +00:00
class-wp.php Allow taxonomies to be non-public. 2015-09-16 19:05:23 +00:00
class.wp-dependencies.php
class.wp-scripts.php
class.wp-styles.php
comment-functions.php Split the comment query. 2015-09-18 19:28:51 +00:00
comment-template.php Add title_reply_before and title_reply_after args to comment_form() to allow the "Leave a Reply" heading level to be changed. 2015-09-18 19:18:26 +00:00
comment.php
compat.php
cron.php
date.php
default-constants.php
default-filters.php Lazy-load comment meta on single post pages. 2015-09-17 20:01:24 +00:00
default-widgets.php
deprecated.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 Comments: in wp_rel_nofollow_callback(), account for the fact that a link might already have a rel attribute. Currently, if a link already has a rel, it will result it duplicate attributes on the element with conflicting values. 2015-09-18 04:36:24 +00:00
functions.php Superglobals: Revert [34059] until further notice. 2015-09-17 12:33:26 +00:00
functions.wp-scripts.php
functions.wp-styles.php
general-template.php
http-functions.php Docs: Clarify the file header summary for wp-includes/http-functions.php, introduced in [33748]. 2015-09-03 03:37:20 +00:00
http.php
kses.php
l10n.php
link-template.php
load.php Remove support for my-hacks.php 2015-09-18 17:06:25 +00:00
locale.php
media-template.php
media.php Media: Ensure that HTML5 captions apply the 'img_caption_shortcode_width'. 2015-09-17 06:04:24 +00:00
meta-functions.php
meta.php
ms-blogs.php
ms-default-constants.php
ms-default-filters.php Move new user notification emails to add_action() callbacks. 2015-09-16 22:19:24 +00:00
ms-deprecated.php
ms-files.php
ms-functions.php Docs: Add a changelog entry for the addition of 'wp-admin', 'wp-content', and 'wp-includes' as reserved names for the subdirectory_reserved_names filter docs. 2015-09-16 13:26:26 +00:00
ms-load.php
ms-settings.php
nav-menu-template.php
nav-menu.php
option.php
pluggable-deprecated.php
pluggable.php After [34160], also upgrade objects passed to get_avatar(). 2015-09-16 17:34:24 +00:00
plugin.php Docs: Clarify the significance of the $accepted_args parameter value in the documentation for add_filter(). 2015-09-18 14:53:28 +00:00
post-formats.php
post-functions.php In wp_mime_type_icon(), the length of the $wilds array varies depending on what is passed as $mime. Loop over $wilds instead of arbitrarily checking $wilds[0]. 2015-09-17 00:37:25 +00:00
post-template.php After [34280], rename menu_tag arg to container, fix docs. 2015-09-18 19:05:25 +00:00
post-thumbnail-template.php
post.php
query.php Docs: Fix some syntactical issues in the DocBlock for set_query_var(). 2015-09-18 10:29:25 +00:00
registration-functions.php
registration.php
revision.php
rewrite-constants.php
rewrite-functions.php
rewrite.php
rss-functions.php
rss.php
script-loader.php Media: add a filter, 'mejs_settings', to allow devs to pass more config settings to MediaElement. 2015-09-18 20:00:27 +00:00
session.php
shortcodes.php
taxonomy-functions.php Allow taxonomies to be non-public. 2015-09-16 19:05:23 +00:00
taxonomy.php
template-loader.php
template.php
theme.php
update.php
user-functions.php Tell the insert_user_meta filter whether user is being updated. 2015-09-17 14:35:26 +00:00
user.php
vars.php
version.php Theme Compat: Remove commented out code. 2015-09-18 21:38:25 +00:00
widget-functions.php
widgets.php
wlwmanifest.xml
wp-db.php Docs: Put "it's" in its place (again). 2015-09-16 12:46:28 +00:00
wp-diff.php