.. |
certificates
|
|
|
css
|
|
|
customize
|
|
|
fonts
|
|
|
ID3
|
|
|
images
|
Embeds: Load the default site icon from the wp-includes directory.
|
2016-02-23 16:55:27 +00:00 |
IXR
|
XML-RPC: break up class-IXR.php into individual class files.
|
2016-08-26 22:08:33 +00:00 |
js
|
|
|
pomo
|
Merge the changes to GlotPress's POMO from upstream to WordPress's copy.
|
2015-11-20 04:34:25 +00:00 |
random_compat
|
Update Random_Compat from 1.1.6 to 1.2.1.
|
2016-03-08 17:15:27 +00:00 |
Requests
|
|
|
rest-api
|
|
|
SimplePie
|
|
|
Text
|
|
|
theme-compat
|
|
|
widgets
|
|
|
admin-bar.php
|
|
|
atomlib.php
|
|
|
author-template.php
|
|
|
bookmark-template.php
|
|
|
bookmark.php
|
|
|
cache.php
|
Multisite: use get_current_blog_id() where applicable, in lieu of plucking the $blog_id global from outer space.
|
2016-08-31 04:55:54 +00:00 |
canonical.php
|
|
|
capabilities.php
|
|
|
category-template.php
|
|
|
category.php
|
Docs: Use 3-digit, x.x.x-style semantic versioning for _doing_it_wrong() , _deprecated_function() , _deprecated_argument() , and _deprecated_file() throughout core.
|
2016-07-06 12:40:29 +00:00 |
class-http.php
|
Bootstrap: do not go gentle into that good night r38411, r38412, and parts of r38389.
|
2016-08-31 16:31:29 +00:00 |
class-IXR.php
|
|
|
class-json.php
|
|
|
class-oembed.php
|
|
|
class-phpass.php
|
|
|
class-phpmailer.php
|
|
|
class-pop3.php
|
|
|
class-requests.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-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
|
|
|
class-wp-comment.php
|
|
|
class-wp-customize-control.php
|
|
|
class-wp-customize-manager.php
|
|
|
class-wp-customize-nav-menus.php
|
|
|
class-wp-customize-panel.php
|
|
|
class-wp-customize-section.php
|
|
|
class-wp-customize-setting.php
|
|
|
class-wp-customize-widgets.php
|
|
|
class-wp-dependency.php
|
|
|
class-wp-editor.php
|
|
|
class-wp-embed.php
|
|
|
class-wp-error.php
|
|
|
class-wp-feed-cache-transient.php
|
|
|
class-wp-feed-cache.php
|
|
|
class-wp-hook.php
|
Docs: Fix minor formatting for inline docs in WP_Hook following its introduction in [38571].
|
2016-09-08 04:17:30 +00:00 |
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 API: Normalize cookies before passing them to Requests.
|
2016-07-27 15:32:27 +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
|
General: use get_bloginfo( 'version' ) instead of global $wp_version in several locations - excluding those locations which reload version.php mid-flight.
|
2016-08-31 05:49:37 +00:00 |
class-wp-matchesmapregex.php
|
|
|
class-wp-meta-query.php
|
Query: add a protected field, $db , (composition, as it were) to WP_*_Query classes to hold the value for the database abstraction, instead of importing the global $wpdb into every method that uses it. Reduces the number of global imports by 32.
|
2016-08-18 18:21:31 +00:00 |
class-wp-metadata-lazyloader.php
|
|
|
class-wp-network-query.php
|
|
|
class-wp-network.php
|
|
|
class-wp-oembed-controller.php
|
|
|
class-wp-post-type.php
|
|
|
class-wp-post.php
|
|
|
class-wp-query.php
|
|
|
class-wp-rewrite.php
|
|
|
class-wp-role.php
|
|
|
class-wp-roles.php
|
Roles: set a property, $db , on WP_Roles to reduce global imports.
|
2016-08-26 21:16:59 +00:00 |
class-wp-session-tokens.php
|
|
|
class-wp-simplepie-file.php
|
|
|
class-wp-simplepie-sanitize-kses.php
|
Feed: move 'WP_Feed_Cache', 'WP_Feed_Cache_Transient', WP_SimplePie_File and WP_SimplePie_Sanitize_KSES into their own files via svn cp . If we move forard with autoloading, class-feed.php is useless. We could even remove it now, and just load these new files in wp-settings.php . That can be decided post-mortem. class-feed.php is an interesting name: there is no Feed or WP_Feed class.
|
2016-08-25 18:18:39 +00:00 |
class-wp-site-query.php
|
Multisite: Provide $join as a possible SQL clause to the sites_clauses filter.
|
2016-09-20 17:49:28 +00:00 |
class-wp-site.php
|
|
|
class-wp-tax-query.php
|
|
|
class-wp-term-query.php
|
|
|
class-wp-term.php
|
|
|
class-wp-text-diff-renderer-inline.php
|
|
|
class-wp-text-diff-renderer-table.php
|
Diff: move WP_Text_Diff_Renderer_inline (behold that lowercase "i") and WP_Text_Diff_Renderer_Table into their own files via svn cp .
|
2016-08-25 17:37:30 +00:00 |
class-wp-theme.php
|
|
|
class-wp-user-meta-session-tokens.php
|
|
|
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
|
|
|
class-wp.php
|
|
|
class.wp-dependencies.php
|
|
|
class.wp-scripts.php
|
|
|
class.wp-styles.php
|
|
|
comment-template.php
|
|
|
comment.php
|
|
|
compat.php
|
Docs: Replace some more HTTP links with HTTPS.
|
2016-08-10 16:10:31 +00:00 |
cron.php
|
|
|
date.php
|
|
|
default-constants.php
|
|
|
default-filters.php
|
|
|
default-widgets.php
|
|
|
deprecated.php
|
|
|
embed-template.php
|
Docs: Use 3-digit, x.x.x-style semantic versioning for _doing_it_wrong() , _deprecated_function() , _deprecated_argument() , and _deprecated_file() throughout core.
|
2016-07-06 12:40:29 +00:00 |
embed.php
|
|
|
feed-atom-comments.php
|
|
|
feed-atom.php
|
|
|
feed-rdf.php
|
|
|
feed-rss2-comments.php
|
|
|
feed-rss2.php
|
|
|
feed-rss.php
|
Themes: Improve document title output.
|
2015-10-20 16:21:25 +00:00 |
feed.php
|
|
|
formatting.php
|
|
|
functions.php
|
|
|
functions.wp-scripts.php
|
|
|
functions.wp-styles.php
|
|
|
general-template.php
|
|
|
http.php
|
|
|
kses.php
|
|
|
l10n.php
|
|
|
link-template.php
|
|
|
load.php
|
|
|
media-template.php
|
|
|
media.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
|
|
|
nav-menu.php
|
|
|
option.php
|
|
|
pluggable-deprecated.php
|
|
|
pluggable.php
|
|
|
plugin.php
|
|
|
post-formats.php
|
foreach is a statement, not a function.
|
2015-08-25 20:28:22 +00:00 |
post-template.php
|
|
|
post-thumbnail-template.php
|
|
|
post.php
|
|
|
query.php
|
|
|
registration-functions.php
|
|
|
registration.php
|
|
|
rest-api.php
|
|
|
revision.php
|
|
|
rewrite.php
|
Docs: Apply inline @see tags to hooks referenced in DocBlocks in a variety of wp-includes/* files.
|
2016-05-23 19:02:28 +00:00 |
rss-functions.php
|
|
|
rss.php
|
|
|
script-loader.php
|
|
|
shortcodes.php
|
|
|
taxonomy.php
|
|
|
template-loader.php
|
|
|
template.php
|
|
|
theme.php
|
|
|
update.php
|
|
|
user.php
|
|
|
vars.php
|
|
|
version.php
|
|
|
widgets.php
|
|
|
wlwmanifest.xml
|
|
|
wp-db.php
|
|
|
wp-diff.php
|
|
|