..
ID3
…
SimplePie
…
Text
…
certificates
…
css
…
fonts
…
images
…
js
…
pomo
…
theme-compat
…
widgets
Widgets: use `input[type="number"]` for the `number` prop in the Recent Posts and Recent Comments widget forms.
2015-09-24 19:53:26 +00:00
admin-bar.php
…
atomlib.php
…
author-template.php
…
bookmark-template.php
…
bookmark.php
…
cache.php
…
canonical.php
Canonical/Rewrite: sanity check posts that are paged with `<!--nextpage-->`. Page numbers past the max number of pages are returning the last page of content and causing infinite duplicate content.
2015-09-24 14:04:24 +00:00
capabilities-functions.php
…
capabilities.php
…
category-functions.php
…
category-template.php
…
category.php
…
class-IXR.php
…
class-feed.php
…
class-http.php
Docs: Improve the summary and description for the `pre_http_request` filter docs to better illustrate expected values.
2015-09-24 18:52:25 +00:00
class-json.php
…
class-oembed.php
Update the oEmbed endpoint URL for Photobucket.
2015-09-24 22:03:25 +00:00
class-phpass.php
…
class-phpmailer.php
…
class-pop3.php
…
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
…
class-wp-comment.php
…
class-wp-customize-control.php
…
class-wp-customize-manager.php
…
class-wp-customize-nav-menus.php
Customizer: Use the plural label for available menu item types.
2015-09-24 09:16:25 +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
…
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
Canonical/Rewrite: sanity check posts that are paged with `<!--nextpage-->`. Page numbers past the max number of pages are returning the last page of content and causing infinite duplicate content.
2015-09-24 14:04:24 +00:00
class-wp-role.php
…
class-wp-roles.php
…
class-wp-tax-query.php
…
class-wp-theme.php
…
class-wp-user-query.php
Introduce 'paged' parameter for `WP_User_Query`.
2015-09-25 04:26:29 +00:00
class-wp-user.php
…
class-wp-walker.php
…
class-wp-widget-factory.php
…
class-wp-widget.php
…
class-wp-xmlrpc-server.php
…
class-wp.php
After [34492], no need to import the global instance when we are, in fact, currently, that instance.
2015-09-24 14:20:24 +00:00
class.wp-dependencies.php
…
class.wp-scripts.php
…
class.wp-styles.php
…
comment-functions.php
Allow metadata to be attached to comment at time of creation.
2015-09-25 04:41:25 +00:00
comment-template.php
Comments: In `comment_form()`, move the comment textarea to the top for logged-out users when replying, improves keyboard/focus navigation.
2015-09-24 22:00:28 +00:00
comment.php
…
compat.php
…
cron.php
…
date.php
…
default-constants.php
…
default-filters.php
Introduce metadata for taxonomy terms.
2015-09-25 03:59:27 +00:00
default-widgets.php
…
deprecated.php
…
feed-atom-comments.php
…
feed-atom.php
…
feed-rdf.php
…
feed-rss.php
…
feed-rss2-comments.php
…
feed-rss2.php
…
feed.php
…
formatting.php
…
functions.php
Docs: Clarify the summary and optional `$query` parameter description for `remove_query_arg()`.
2015-09-24 19:34:24 +00:00
functions.wp-scripts.php
…
functions.wp-styles.php
…
general-template.php
…
http-functions.php
…
http.php
…
kses.php
…
l10n.php
Docs: Link up a hook reference with an inline `@see` tag in the return description for `get_locale()`.
2015-09-24 05:51:23 +00:00
link-template.php
Links: in `get_adjacent_post()`, add a `"get_{$adjacent}_post_excluded_terms"` filter.
2015-09-25 02:38:25 +00:00
load.php
…
locale.php
Docs: Add a summary, version, and `@access` tag to the property DocBlock for `WP_Locale->number_format`.
2015-09-24 13:26:24 +00:00
media-template.php
…
media.php
…
meta-functions.php
…
meta.php
…
ms-blogs.php
…
ms-default-constants.php
…
ms-default-filters.php
…
ms-deprecated.php
…
ms-files.php
…
ms-functions.php
…
ms-load.php
…
ms-settings.php
…
nav-menu-template.php
Add `$depth` as a parameter in the `nav_menu_item_args` filter.
2015-09-24 17:59:24 +00:00
nav-menu.php
…
option.php
…
pluggable-deprecated.php
…
pluggable.php
…
plugin.php
…
post-formats.php
…
post-functions.php
Convert the `$args` passed to `register_post_type()` into an array before passing them to the new `register_post_type_args` filter.
2015-09-24 19:39:25 +00:00
post-template.php
…
post-thumbnail-template.php
…
post.php
…
query.php
Docs: Add more explicit optional parameter types and return descriptions in the DocBlocks for `is_page()`, `is_single()`, `is_singular()`.
2015-09-24 16:18:24 +00:00
registration-functions.php
…
registration.php
…
revision.php
…
rewrite-constants.php
…
rewrite-functions.php
Canonical/Rewrite: sanity check posts that are paged with `<!--nextpage-->`. Page numbers past the max number of pages are returning the last page of content and causing infinite duplicate content.
2015-09-24 14:04:24 +00:00
rewrite.php
…
rss-functions.php
…
rss.php
…
script-loader.php
…
session.php
…
shortcodes.php
…
taxonomy-functions.php
After [34529], normalize documentation for `get_terms()` and `wp_get_object_terms()`.
2015-09-25 04:05:24 +00:00
taxonomy.php
…
template-loader.php
…
template.php
…
theme.php
…
update.php
…
user-functions.php
…
user.php
…
vars.php
…
version.php
Allow metadata to be attached to comment at time of creation.
2015-09-25 04:41:25 +00:00
widget-functions.php
…
widgets.php
…
wlwmanifest.xml
…
wp-db.php
Introduce metadata for taxonomy terms.
2015-09-25 03:59:27 +00:00
wp-diff.php
…