WordPress/wp-includes
2015-09-22 06:06:25 +00:00
..
certificates
css
fonts Dashicons: Fix font ID in SVG file. 2015-07-23 10:03:24 +00:00
ID3
images
js
pomo
SimplePie
Text
theme-compat
widgets Widgets: add a static property to WP_Widget_Calendar to ensure that the id attribute is only output once. 2015-09-22 05:09:24 +00:00
admin-bar.php
atomlib.php
author-template.php
bookmark-template.php
bookmark.php
cache.php Docs: Improve documentation for the WP_Object_Cache class. 2015-09-16 10:03:26 +00:00
canonical.php
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
class-oembed.php
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 Customize: Fix live previewing of menu changes on subdirectory installs. 2015-09-18 05:47:27 +00:00
class-wp-customize-panel.php Customize: Remove redundant aria-label attributes. 2015-09-13 06:16:26 +00:00
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
class-wp-role.php
class-wp-roles.php
class-wp-tax-query.php Taxonomy: move WP_Tax_Query into its own file. taxonomy.php loads the new files, so this is 100% BC if someone is loading taxonomy.php directly. New files created using svn cp. 2015-08-26 12:49:21 +00:00
class-wp-theme.php
class-wp-user-query.php Docs: Update the docs for WP_User_Query->prepare_query() for ordering by the value of the include argument, allowed since 4.1. 2015-09-21 00:47:25 +00:00
class-wp-user.php Users: add __unset to WP_User. 2015-09-22 05:00:24 +00:00
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
class.wp-dependencies.php foreach is a statement, not a function. 2015-08-25 20:28:22 +00:00
class.wp-scripts.php After [32656], add @access annotations to methods that have no doc block in wp-includes/*. 2015-05-29 21:37:24 +00:00
class.wp-styles.php
comment-functions.php
comment-template.php
comment.php Walker_Comment should be in its own file. Loaded now via wp-includes/comment.php, which makes it 100% BC. 2015-09-09 02:41:24 +00:00
compat.php
cron.php
date.php
default-constants.php
default-filters.php
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 Serve RSS feeds with the proper mime-type: application/rss+xml. The reason for hacking around browsers by using text/xml appears to no longer be relevant. 2015-05-09 06:39:24 +00:00
feed.php
formatting.php Sanitization: when falling back to (wait for it...) $fallback in sanitize_html_class(), sanitize it as well. 2015-09-22 04:31:25 +00:00
functions.php
functions.wp-scripts.php
functions.wp-styles.php
general-template.php
http-functions.php HTTP: Add some new Cookie helper functions: 2015-09-22 03:14:25 +00:00
http.php
kses.php
l10n.php
link-template.php Introduce template functions for comment navigation: 2015-09-21 16:32:26 +00:00
load.php
locale.php
media-template.php After [34048], restore the else statement for h (height of video) in wp_underscore_video_template(). 2015-09-11 18:30:26 +00:00
media.php Media: Add a new function, wp_get_attachment_image_url(), which is a shortcut for wp_get_attachment_image_src() - same function signature, but returns just the URL based on $size. 2015-09-22 04:13:27 +00:00
meta-functions.php
meta.php
ms-blogs.php
ms-default-constants.php Fix doc blocks for ms-*.php files. 2015-05-26 21:51:31 +00:00
ms-default-filters.php
ms-deprecated.php
ms-files.php
ms-functions.php Multisite: as a precaution, make wp-json a reserved subdirectory name. 2015-09-22 04:21:25 +00:00
ms-load.php
ms-settings.php
nav-menu-template.php
nav-menu.php
option.php
pluggable-deprecated.php
pluggable.php
plugin.php
post-formats.php
post-functions.php
post-template.php
post-thumbnail-template.php Media: Add new functions, get_the_post_thumbnail_url() and the_post_thumbnail_url(). 2015-09-22 04:15:24 +00:00
post.php
query.php Docs: is_main_query()'s _doing_it_wrong() notice suggests using WP_Query statically (WP_Query::is_main_query()). Use an alternate syntax: WP_Query->is_main_query(), to not confuse. 2015-09-21 15:31:26 +00:00
registration-functions.php Lose EOF ?>. Clean up EOF newlines. fixes #12307 2012-01-08 17:01:11 +00:00
registration.php
revision.php
rewrite-constants.php
rewrite-functions.php
rewrite.php
rss-functions.php Don't rely on include_path to include files. 2013-09-25 00:18:11 +00:00
rss.php
script-loader.php
session.php
shortcodes.php
taxonomy-functions.php Widgets: Make the categories widget work with custom taxonomies. 2015-09-22 04:25:24 +00:00
taxonomy.php Taxonomy: move WP_Tax_Query into its own file. taxonomy.php loads the new files, so this is 100% BC if someone is loading taxonomy.php directly. New files created using svn cp. 2015-08-26 12:49:21 +00:00
template-loader.php
template.php Docs: Update the DocBlock descriptions for a variety of template functions to better reflect that the dynamic $type_template hook can be used to filter the template path. 2015-07-14 22:27:24 +00:00
theme.php Flush rewrite rules upon theme switch 2015-09-10 23:50:24 +00:00
update.php
user-functions.php
user.php
vars.php Introduce a new $is_edge global for the Microsoft Edge browser. 2015-09-05 22:33:23 +00:00
version.php List Tables: when comparing string literals (non-numeric in nature) against vars, strict comparison can/should be used. 2015-09-22 06:06:25 +00:00
widget-functions.php
widgets.php
wlwmanifest.xml
wp-db.php
wp-diff.php Pass false as the 2nd argument to class_exists() to disable autoloading and to not cause problems for those who define __autoload(). 2015-09-20 03:52:25 +00:00