WordPress/wp-includes
2014-03-06 20:13:15 +00:00
..
certificates WP_HTTP: Update the Root Certificate bundle used for SSL communication by WP_HTTP. 2014-02-27 02:33:14 +00:00
css Add a loading indicator to the Media Library. 2014-03-06 17:46:15 +00:00
fonts
ID3
images Reference https://wordpress.org rather than http://wordpress.org in strings, links, comments, etc. 2014-03-03 02:34:27 +00:00
js Call the correct remove() method on the MEjs instance when exiting the media modal. 2014-03-06 20:13:15 +00:00
pomo
SimplePie
Text
theme-compat Reference https://wordpress.org rather than http://wordpress.org in strings, links, comments, etc. 2014-03-03 02:34:27 +00:00
admin-bar.php Reference https://wordpress.org rather than http://wordpress.org in strings, links, comments, etc. 2014-03-03 02:34:27 +00:00
atomlib.php
author-template.php Add exclude and include to wp_list_authors(). 2014-02-25 20:11:13 +00:00
bookmark-template.php
bookmark.php
cache.php
canonical.php
capabilities.php Don't default to current user for capability checks when dealing with a post without an author (post_author = 0). 2014-03-04 03:09:15 +00:00
category-template.php Accept nooped plurals in wp_generate_tag_cloud() / wp_tag_cloud(). 2014-03-03 17:29:15 +00:00
category.php
class-feed.php
class-http.php
class-IXR.php
class-json.php
class-oembed.php
class-phpass.php
class-phpmailer.php Update PHPMailer to 5.2.7 from 5.2.4. 2014-03-03 20:25:14 +00:00
class-pop3.php
class-simplepie.php
class-smtp.php Update PHPMailer to 5.2.7 from 5.2.4. 2014-03-03 20:25:14 +00:00
class-snoopy.php Use correct variable in the deprecated and abandoned Snoopy HTTP client. see #24210. 2013-07-08 17:17:46 +00:00
class-wp-admin-bar.php Convert argument array documentation to the hash-notation style for WP_Admin_Bar::add_node() and WP_Admin_Bar::add_group(). 2014-03-03 06:11:13 +00:00
class-wp-ajax-response.php
class-wp-customize-control.php Inline documentation for hooks in wp-includes/class-wp-customize-control.php. 2014-03-06 13:51:14 +00:00
class-wp-customize-manager.php Inline documentation for hooks in wp-includes/class-wp-customize-manager.php. 2014-03-06 14:11:15 +00:00
class-wp-customize-section.php Update the Customizer API inline docs. 2014-03-04 20:21:14 +00:00
class-wp-customize-setting.php Inline documentation for hooks in wp-includes/class-wp-customize-setting.php. 2014-03-06 14:04:13 +00:00
class-wp-customize-widgets.php Add widget management to the customizer. 2014-03-05 20:41:14 +00:00
class-wp-editor.php TinyMCE: add the <hr> plugin and button, see #27159 2014-03-06 00:54:14 +00:00
class-wp-embed.php
class-wp-error.php
class-wp-http-ixr-client.php
class-wp-image-editor-gd.php
class-wp-image-editor-imagick.php
class-wp-image-editor.php
class-wp-theme.php Add a filter to remove or rename page templates for a theme. This does not yet handle adding page templates. see #13265. 2014-02-26 20:31:15 +00:00
class-wp-walker.php
class-wp-xmlrpc-server.php
class-wp.php Return 404 when querying author's posts who is not a member and has no posts on the site 2014-02-26 18:12:13 +00:00
class.wp-dependencies.php
class.wp-scripts.php
class.wp-styles.php
comment-template.php Pass the comment object to the get_comment_date and get_comment_time. 2014-02-26 16:41:14 +00:00
comment.php Revert [27115] and let cache backends handle the stripping of spaces in cache keys as necessary. 2014-02-26 22:05:13 +00:00
compat.php
cron.php
date.php Add description for 'dayofyear' and 'dayofweek' arguments in WP_Date_Query. 2013-11-16 08:21:10 +00:00
default-constants.php
default-filters.php
default-widgets.php Add context and a missing period to widget descriptions. Fixes #26668. Props pavelevap, Hanni 2014-03-05 17:26:17 +00:00
deprecated.php Deprecate format_to_post() and remove its filter. Fixes #25526. Props simonwheatley 2014-03-05 22:48:15 +00:00
feed-atom-comments.php
feed-atom.php
feed-rdf.php
feed-rss2-comments.php
feed-rss2.php
feed-rss.php
feed.php
formatting.php Deprecate format_to_post() and remove its filter. Fixes #25526. Props simonwheatley 2014-03-05 22:48:15 +00:00
functions.php Update the list of HTTP status code descriptions. Fixes #16914. Props sirzooro and hakre for the original patches. 2014-03-05 22:01:16 +00:00
functions.wp-scripts.php
functions.wp-styles.php
general-template.php Let get_the_date() accept a post object. 2014-03-03 18:00:14 +00:00
http.php
kses.php Allow the role attribute in kses for all elements. 2014-03-04 02:11:16 +00:00
l10n.php
link-template.php Introduce get_the_permalink() as an alias for get_permalink(). 2014-03-05 07:24:14 +00:00
load.php Inline documentation fixes for timer_stop(). 2014-03-01 02:42:14 +00:00
locale.php
media-template.php Cleanup audio/video shortcodes in the media modal: 2014-03-06 19:06:16 +00:00
media.php Add TinyMCE placeholders for audio and video shortcodes. 2014-03-05 15:06:14 +00:00
meta.php
ms-blogs.php Fix the return description for switch_to_blog() to reflect that it always returns true. 2014-03-02 04:41:15 +00:00
ms-default-constants.php
ms-default-filters.php
ms-deprecated.php
ms-files.php
ms-functions.php
ms-load.php In get_site_by_path(), avoid passing $paths through prepare(). If a path contains a %, we end up with problems. see #27003. 2014-03-06 18:18:15 +00:00
ms-settings.php Multisite load: Properly call wp_cache_set(). 2014-03-05 06:27:14 +00:00
nav-menu-template.php Add the ability to short-circuit wp_nav_menu() via the pre_wp_nav_menu hook. props kasparsd, DrewAPicture, Rarst. fixes #23627. 2014-03-03 20:43:15 +00:00
nav-menu.php
option.php Inline documentation for hooks in wp-includes/option.php. 2014-03-02 23:35:13 +00:00
pluggable-deprecated.php Reference https://wordpress.org rather than http://wordpress.org in strings, links, comments, etc. 2014-03-03 02:34:27 +00:00
pluggable.php Improve inline documentation for wp_new_user_notification(). 2014-02-09 21:07:12 +00:00
plugin.php Introduce doing_filter() and doing_action() to identify hooks in progress. 2014-02-26 18:44:14 +00:00
post-formats.php Allow has_post_format() to be used to check for any format. 2013-11-24 13:45:10 +00:00
post-template.php Add has-post-thumbnail as a post class. 2014-03-06 06:06:14 +00:00
post-thumbnail-template.php
post.php Allow get_page_by_path() and get_page_by_title() to accept an array of post types. Fixes #24763. Props zbtirrell. 2014-03-05 22:26:15 +00:00
query.php Add has_password and post_password query variables to WP_Query. 2014-03-04 07:45:14 +00:00
registration-functions.php
registration.php
revision.php
rewrite.php Fix a typo in the author_rewrite_rules hook doc. 2014-03-02 02:50:14 +00:00
rss-functions.php
rss.php
script-loader.php Add TinyMCE placeholders for audio and video shortcodes. 2014-03-05 15:06:14 +00:00
shortcodes.php Bail early from shortcode functions if no delimiter is present. 2014-03-04 07:11:13 +00:00
taxonomy.php Revert [27115] and let cache backends handle the stripping of spaces in cache keys as necessary. 2014-02-26 22:05:13 +00:00
template-loader.php
template.php
theme.php Use wp_get_attachment_url() instead of the GUID when getting header image URLs. Fixes #27222. Props Kopepasah. 2014-03-06 15:55:15 +00:00
update.php Reference https://wordpress.org rather than http://wordpress.org in strings, links, comments, etc. 2014-03-03 02:34:27 +00:00
user.php Additional clarification for wp_authenticate_cookie() parameters. 2014-03-02 19:51:14 +00:00
vars.php
version.php Update mce-view.js and the wpview TinyMCE plugin, and use them to show gallery previews in the Visual editor, props gcorne, see #26959 2014-03-05 07:01:14 +00:00
widgets.php
wlwmanifest.xml
wp-db.php Make OBJECT a case sensitive constant, for HHVM compatibility and general sanity. 2014-03-03 17:36:13 +00:00
wp-diff.php