WordPress/wp-includes
Bot (Assets) aa441349c8 Compress scripts/styles: 3.6-beta1-23970.
git-svn-id: http://core.svn.wordpress.org/trunk@23970 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-04-11 22:58:39 +00:00
..
css Compress scripts/styles: 3.6-beta1-23953. 2013-04-10 16:58:41 +00:00
ID3 Add functions for generating metadata for video and audio, using the 2013-03-21 04:55:42 +00:00
images
js Compress scripts/styles: 3.6-beta1-23970. 2013-04-11 22:58:39 +00:00
pomo
SimplePie
Text
theme-compat
admin-bar.php
atomlib.php
author-template.php
bookmark-template.php
bookmark.php
cache.php
canonical.php
capabilities.php
category-template.php Pass the tag object instead of just the tag ID to topic_count_text_callback. see [23741]. see #21198. 2013-04-03 03:55:05 +00:00
category.php
class-feed.php
class-http.php WP_HTTP: Prevent the 'max_body_length' and 'stream_handle' properties of the curl class from leaking between requests by specifically initializing them in every case. See #23472 & r23605 2013-03-04 05:40:43 +00:00
class-IXR.php
class-json.php
class-oembed.php
class-phpass.php Fix typos in documentation (wp-includes/[a-h]). See #18560. 2011-09-03 16:02:41 +00:00
class-phpmailer.php
class-pop3.php
class-simplepie.php
class-smtp.php
class-snoopy.php Fix typos in phpdoc. props bradparbs. fixes #23481. 2013-03-04 04:23:00 +00:00
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
class-wp-customize-setting.php
class-wp-editor.php Pass post format as a class to TinyMCE's body, props adamsilverstein, fixes #23198 2013-03-16 05:57:54 +00:00
class-wp-embed.php
class-wp-error.php
class-wp-http-ixr-client.php
class-wp-image-editor-gd.php Preserve alpha in WP_Image_Editor_GD when images are not resized. 2013-04-01 15:21:19 +00:00
class-wp-image-editor-imagick.php Clarify phpdoc for the vertical and horizontal arguments to the flip() method in WP_Image_Editor*. 2013-03-19 03:30:04 +00:00
class-wp-image-editor.php Clarify phpdoc for the vertical and horizontal arguments to the flip() method in WP_Image_Editor*. 2013-03-19 03:30:04 +00:00
class-wp-theme.php
class-wp-walker.php
class-wp-xmlrpc-server.php Remove \s from regex in pingback_ping() to avoid UTF-8 issues. props tenpura. fixes #24001. 2013-04-10 16:29:00 +00:00
class-wp.php
class.wp-dependencies.php
class.wp-scripts.php
class.wp-styles.php
comment-template.php Fix inconsistent spacing in comment_form(). props sim, TravisHoffman. fixes #23878. 2013-04-07 23:57:35 +00:00
comment.php
compat.php
cron.php
default-constants.php
default-filters.php Logged out warnings: by default, load only in the admin. Plugins and themes can load on the front-end when needed, see #23295 2013-03-30 19:17:09 +00:00
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
feed.php Add filters to comments_link_feed(), comment_link(), and get_comments_link(). esc_url() the echoed output of comments_link(). 2013-03-06 19:57:31 +00:00
formatting.php Remove duplicate array key. props tivnet. fixes #24021. 2013-04-10 15:55:53 +00:00
functions.php Logged out warnings: fix phpdoc, props ocean90, see #23295 2013-04-05 23:28:40 +00:00
functions.wp-scripts.php Fix typo in phpdoc. props fanquake. fixes #23737. 2013-03-11 09:39:55 +00:00
functions.wp-styles.php
general-template.php In the HTML outputted from get_search_form(): remove incrementing the IDs for XHTML after the first call, remove the <div> wrapper for HTML5. Props obenland, props bpetty. Fixes #16539 2013-04-05 00:26:53 +00:00
http.php
kses.php
l10n.php
link-template.php Avoid an undefined index notice in get_post_type_archive_feed_link(). props ericlewis. fixes #23744. 2013-03-12 01:50:46 +00:00
load.php No longer need to work around zend_hash_del_key_or_index bug. fixes #24029. see [4717] 2013-04-10 07:57:58 +00:00
locale.php
media-template.php
media.php Enforce video dimensions. 2013-04-11 22:34:05 +00:00
meta.php
ms-blogs.php Fire the update_blog_public action from update_blog_status() instead of update_blog_public(). Pass blog ID and value to the action. 2013-03-25 09:29:58 +00:00
ms-default-constants.php
ms-default-filters.php
ms-deprecated.php
ms-files.php
ms-functions.php Fire the update_blog_public action from update_blog_status() instead of update_blog_public(). Pass blog ID and value to the action. 2013-03-25 09:29:58 +00:00
ms-load.php
ms-settings.php
nav-menu-template.php
nav-menu.php Use correct variable. fixes #24014. see #23119. 2013-04-09 20:50:45 +00:00
option.php
pluggable-deprecated.php
pluggable.php Pluggable Auth: When setting new passwords for users trim any leading or trailing space to match what we do when we test passwords. 2013-03-27 14:15:13 +00:00
plugin.php
post-formats.php PHPDoc fixes and additions for post formats. props c3mdigital, DrewAPicture. fixes #23974. 2013-04-09 09:38:25 +00:00
post-template.php Revisions: remove the new _wp_last_revision_matches_current_post(), can be replaced by a simple revisions version check. Fixes #23913 2013-04-02 19:39:48 +00:00
post-thumbnail-template.php
post.php Fix a longstanding "off by one" revision authorship bug. 2013-03-27 20:21:38 +00:00
query.php Standardize the post format theme API functions with the_post_format_THING() and get_the_post_format_THING(). 2013-04-04 08:09:02 +00:00
registration-functions.php
registration.php
revision.php _wp_preview_terms_filter() should be @since 3.6.0. Standardize on 3.6.0 instead of 3.6. 2013-04-09 13:05:21 +00:00
rewrite.php
rss-functions.php
rss.php
script-loader.php Update MediaElement.js to 2.11.1 2013-04-11 22:13:44 +00:00
shortcodes.php Introduce [audio] and [video] shortcodes, and use MediaElement.js to play them. 2013-03-16 05:25:44 +00:00
taxonomy.php Remove unnecessary error suppression from get_terms(). fixes #21887. 2013-03-04 02:52:43 +00:00
template-loader.php
template.php Improve punctuation in phpdoc. see #23090. 2013-03-12 09:30:13 +00:00
theme.php Sanity checks on image metadata to avoid warnings, etc. 2013-03-29 20:51:35 +00:00
update.php
user.php Fix fatal error in WP_User_Query when searching users by URL. Move wp_is_large_network() to wp-includes. fixes #23683 for trunk. 2013-03-12 09:19:55 +00:00
vars.php TinyMCE: better exclusion of Opera mobile, fixes #21416 2012-07-30 19:40:52 +00:00
version.php Compress scripts/styles: 3.6-beta1-23970. 2013-04-11 22:58:39 +00:00
widgets.php
wlwmanifest.xml
wp-db.php
wp-diff.php