Wordpress/src/wp-includes
2013-09-02 10:10:09 +00:00
..
css
ID3
images
js Remove wp-tinymce.js.gz from develop.svn, as this is now part of the build process. 2013-08-30 22:24:15 +00:00
pomo
SimplePie
Text
theme-compat
admin-bar.php Network Admin toolbar menu: Add Plugins and Themes, remove Visit Network. 2013-08-26 15:21:42 +00:00
atomlib.php
author-template.php
bookmark-template.php
bookmark.php
cache.php
canonical.php
capabilities.php Don't set up $post_author_data in map_meta_cap() as we don't need it. 2013-08-30 04:00:06 +00:00
category-template.php Make in_category() an alias of has_category(). fixes #16718. 2013-08-24 22:53:39 +00:00
category.php
class-feed.php
class-http.php WP_HTTP: Make the new 2nd parameter to WP_HTP::processHeaders() as optional. See #21182. Fixes #25179 2013-08-30 02:10:34 +00:00
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-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:17:48 +00:00
class-wp-customize-setting.php
class-wp-editor.php
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 Pinking shears 2013-08-22 15:55:07 +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:34:56 +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:14:49 +00:00
comment-template.php Make sure $args is an array before treating it as such. fixes #25151 for trunk. 2013-08-28 05:27:03 +00:00
comment.php WP_Date_Query. 2013-08-27 16:38:32 +00:00
compat.php
cron.php
date.php WP_Date_Query. 2013-08-27 16:38:32 +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:44:36 +00:00
default-widgets.php Flush the cache in Recent Comments widget on edit_comment. props pento, fixes #24779. 2013-08-17 09:29:52 +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 11:16:29 +00:00
feed-rss2.php
feed-rss.php
feed.php
formatting.php Use a better variable name in antispambot() introduced with [25055]. Props duck_ Fixes #16754 2013-08-28 01:46:57 +00:00
functions.php Be less verbose when erroring out in do_feed() for an invalid feed template. fixes #24874. 2013-08-30 23:36:58 +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:10:09 +00:00
http.php
kses.php
l10n.php Pinking shears 2013-08-22 15:55:07 +00:00
link-template.php Pinking shears 2013-08-22 15:55:07 +00:00
load.php
locale.php
media-template.php
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:20:36 +00:00
meta.php Improve inline docs for function params that can be serialized when non-scalar. Fixes #18488. 2013-08-21 21:10:23 +00:00
ms-blogs.php Return esc_url_raw(), not esc_url(), from get_blogaddress_by_domain(). props tlovett1, fixes #25057. #wcpvd 2013-08-16 19:41:59 +00:00
ms-default-constants.php
ms-default-filters.php
ms-deprecated.php
ms-files.php
ms-functions.php Use an array as a default value for $meta in multisite signup-related functions. fixes #25149. 2013-09-02 03:32:49 +00:00
ms-load.php
ms-settings.php
nav-menu-template.php
nav-menu.php Use get_nav_menu_locations() in wp_delete_nav_menu(). 2013-08-31 01:38:11 +00:00
option.php User state settings: 2013-08-23 21:42:23 +00:00
pluggable-deprecated.php
pluggable.php Update phpdoc for get_user_to_edit(), get_userdata(), and get_user_by(). props tivnet. fixes #24992. 2013-09-02 03:24:33 +00:00
plugin.php
post-formats.php
post-template.php Remove display of 'Previously restored by' in the revisions meta box as it is busted. 2013-08-31 01:32:06 +00:00
post-thumbnail-template.php
post.php Correct rewrite tag for hierarchical post types without a query_var. 2013-08-30 08:07:06 +00:00
query.php WP_Date_Query. 2013-08-27 16:38:32 +00:00
registration-functions.php
registration.php
revision.php
rewrite.php
rss-functions.php
rss.php
script-loader.php Use Dropbox's zxcvbn library for our password meter. 2013-08-28 16:08:19 +00:00
shortcodes.php
taxonomy.php No need to re-map the return values of wp_parse_id_list() to int. 2013-08-29 18:53:03 +00:00
template-loader.php
template.php
theme.php Fix 'html5' theme support. 2013-08-31 01:29:08 +00:00
update.php
user.php
vars.php
version.php Add signup_id primary key to $wpdb->signups, and add better indexes. 2013-08-30 04:29:06 +00:00
widgets.php
wlwmanifest.xml
wp-db.php
wp-diff.php