WordPress/wp-includes
2013-09-06 17:27:08 +00:00
..
certificates WP_HTTP: Replacing the Fsockopen & Streams Transports with a new Streams transport which fully supports HTTPS communication. 2013-09-04 04:49:12 +00:00
css New develop.svn.wordpress.org repository based on the old core.svn repository. 2013-08-07 05:49:02 +00:00
ID3
images
js Remove the banner when concatenating TinyMCE so wp-tinymce.js.gz doesn't change every time the build process is run. See #25159. 2013-08-31 22:02:10 +00:00
pomo
SimplePie SimplePie: Merge 5e046a3 from upstream. props rlerdorf, see #24210. 2013-07-08 17:10:16 +00:00
Text
theme-compat
admin-bar.php Network Admin toolbar menu: Add Plugins and Themes, remove Visit Network. 2013-08-26 15:22:11 +00:00
atomlib.php
author-template.php
bookmark-template.php
bookmark.php Fix potential SQLi through improper use of API functions. 2013-07-29 18:16:47 +00:00
cache.php
canonical.php Check bad dates and redirect, instead of 404ing, as necessary and appropriate. 2013-09-06 16:36:09 +00:00
capabilities.php Don't set up $post_author_data in map_meta_cap() as we don't need it. 2013-08-30 04:01:08 +00:00
category-template.php Make in_category() an alias of has_category(). fixes #16718. 2013-08-24 22:54:10 +00:00
category.php
class-feed.php Use wp_safe_remote_request() and friends instead of reject_unsafe_urls = true. 2013-07-31 06:52:13 +00:00
class-http.php WP_HTTP: Re-enable curl, it was accidentally left out of [25224]. See #25007 See #16606 2013-09-04 04:50:08 +00:00
class-IXR.php
class-json.php
class-oembed.php Use wp_safe_remote_request() and friends instead of reject_unsafe_urls = true. 2013-07-31 06:52:13 +00:00
class-phpass.php
class-phpmailer.php
class-pop3.php
class-simplepie.php
class-smtp.php
class-snoopy.php
class-wp-admin-bar.php
class-wp-ajax-response.php
class-wp-customize-control.php
class-wp-customize-manager.php
class-wp-customize-section.php Actually display customizer section descriptions in a meaningful way. props obenland, helen. fixes #24392. 2013-08-23 16:18:10 +00:00
class-wp-customize-setting.php
class-wp-editor.php Remove the Spellchecker button from TinyMCE. 2013-07-18 22:44:40 +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 Remove debug. 2013-07-22 17:13:41 +00:00
class-wp-image-editor.php Pinking shears 2013-08-22 15:56:08 +00:00
class-wp-theme.php
class-wp-walker.php
class-wp-xmlrpc-server.php Introduce show_in_menu for register_taxonomy. 2013-08-26 22:35:10 +00:00
class-wp.php
class.wp-dependencies.php
class.wp-scripts.php
class.wp-styles.php Prevent WP_Styles::do_item() from adding its own style tags when concatenation is disabled. props stephenharris. fixes #24813. 2013-09-01 13:15:09 +00:00
comment-template.php Make sure $args is an array before treating it as such. fixes #25151 for trunk. 2013-08-28 05:28:09 +00:00
comment.php WP_Date_Query. 2013-08-27 16:39:09 +00:00
compat.php
cron.php
date.php WP_Date_Query. 2013-08-27 16:39:09 +00:00
default-constants.php
default-filters.php Pass the taxonomy around to relevant nav menu actions to avoid arbitrarily deleting all items with menu-item-type of taxonomy. Adds unit test for wp_get_associated_nav_menu_items(). 2013-08-29 16:45:10 +00:00
default-widgets.php Flush the cache in Recent Comments widget on edit_comment. props pento, fixes #24779. 2013-08-17 09:30:09 +00:00
deprecated.php
feed-atom-comments.php
feed-atom.php
feed-rdf.php
feed-rss2-comments.php Use a CDATA second for comment authors in RSS2 comment feeds so that HTML in comments doesn't kill the XML validation. 2013-08-07 13:43:43 +00:00
feed-rss2.php
feed-rss.php
feed.php Pass the $sep function argument to the wp_title_rss and get_wp_title_rss filters. props scribu, fixes #16983. 2013-08-06 18:41:10 +00:00
formatting.php Use a better variable name in antispambot() introduced with [25055]. Props duck_ Fixes #16754 2013-08-28 01:47:09 +00:00
functions.php Be less verbose when erroring out in do_feed() for an invalid feed template. fixes #24874. 2013-08-30 23:37:11 +00:00
functions.wp-scripts.php
functions.wp-styles.php
general-template.php Escape URLs in feed_links(). props Chouby. fixes #25212. 2013-09-02 10:11:09 +00:00
http.php Additional checks when evaluating the safety of an HTTP request, to avoid false negatives. 2013-07-31 06:44:57 +00:00
kses.php
l10n.php Pinking shears 2013-08-22 15:56:08 +00:00
link-template.php Pinking shears 2013-08-22 15:56:08 +00:00
load.php
locale.php Remove ultimately unnecessary visibility keyword from a WP_Locale method because this file is included when we bail for PHP 4. props ocean90. fixes #24915. for trunk. 2013-08-01 19:47:36 +00:00
media-template.php Media: Fix embedding of audio/video players when the file was just uploaded. 2013-07-23 17:29:55 +00:00
media.php Ignore case differences when checking file extension in wp_audio_shortcode() and wp_video_shortcode(). props nofearinc, bhengh. fixes #25140. 2013-08-26 19:21:10 +00:00
meta.php Move get_meta_type() into the WP_Meta_Query class as get_cast_for_type(). WP_Query can then access it like: $this->meta_query->get_cast_for_type(). 2013-09-05 23:32:09 +00:00
ms-blogs.php Deprecate get_blogaddress_by_domain(), unused since [25261]. props jeremyfelt. fixes #25235. 2013-09-06 11:41:09 +00:00
ms-default-constants.php
ms-default-filters.php Additional checks when evaluating the safety of an HTTP request, to avoid false negatives. 2013-07-31 06:44:57 +00:00
ms-deprecated.php Deprecate get_blogaddress_by_domain(), unused since [25261]. props jeremyfelt. fixes #25235. 2013-09-06 11:41:09 +00:00
ms-files.php
ms-functions.php Update phpdoc for get_current_site(). props jeremyfelt. fixes #25040. 2013-09-04 08:26:08 +00:00
ms-load.php
ms-settings.php
nav-menu-template.php If a nav menu has no items, wait until after the wp_nav_menu_items filter before deciding whether to print nothing. 2013-07-10 05:14:43 +00:00
nav-menu.php Use get_nav_menu_locations() in wp_delete_nav_menu(). 2013-08-31 01:39:09 +00:00
option.php User state settings: 2013-08-23 21:43:09 +00:00
pluggable-deprecated.php
pluggable.php Short descriptions for inline docs should end with a period, per the vast majority of core. see #25229. 2013-09-06 01:38:09 +00:00
plugin.php
post-formats.php Allow has_post_format() to accept an array of formats to check. props ericmann. fixes #17320. 2013-07-28 20:48:09 +00:00
post-template.php Remove display of 'Previously restored by' in the revisions meta box as it is busted. 2013-08-31 01:33:09 +00:00
post-thumbnail-template.php
post.php More adjustments and improvements for inline documentation for get_pages(). see #25186. 2013-09-06 01:21:09 +00:00
query.php Allow is_tag() to accept term_id, slug, 'term_name or array of any. Many other is_*()` funcs already do this. Adds unit tests. 2013-09-06 17:27:08 +00:00
registration-functions.php
registration.php
revision.php Revisions changes. 2013-07-24 06:08:14 +00:00
rewrite.php Only variables should be passed by reference. 2013-09-05 21:53:09 +00:00
rss-functions.php
rss.php Inline docs for hooks in MagPie. 2013-09-06 17:19:09 +00:00
script-loader.php Ensure zxcvbn.min.js loads when we are guessing the wp-includes URL. 2013-09-04 21:16:09 +00:00
shortcodes.php
taxonomy.php Avoid database error when include or exclude is not really a term_id. Adds more unit tests. 2013-09-05 17:15:09 +00:00
template-loader.php
template.php
theme.php Upgrader: Make clearing the Plugin and Theme update caches optional during install and upgrade proceedures. See #22704 2013-09-06 01:33:09 +00:00
update.php Core Updates: Ensure that the system supports outgoing HTTPS requests before making an update check over HTTPS. Fixes a typo in [25219]. See #22704 2013-09-03 07:12:10 +00:00
user.php Move check_password_reset_key(), reset_password(), and register_new_user() from wp-login.php to wp-includes/user.php, to make them reusable. props beaulebens for initial patch. fixes #20279. 2013-09-04 08:59:09 +00:00
vars.php
version.php Add signup_id primary key to $wpdb->signups, and add better indexes. 2013-08-30 04:30:08 +00:00
widgets.php Remove reference to unused variable. fixes #24965. 2013-08-06 09:38:24 +00:00
wlwmanifest.xml
wp-db.php Document the 'query' filter in wp-db. 2013-09-06 17:07:09 +00:00
wp-diff.php