WordPress/wp-includes
Bot (Assets) 785d1c131e Compress scripts/styles: 3.5-RC2-23003.
git-svn-id: http://core.svn.wordpress.org/trunk@23003 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-12-03 22:29:01 +00:00
..
css Compress scripts/styles: 3.5-RC2-23003. 2012-12-03 22:29:01 +00:00
images ImageOptim for uplaoder icons. see #22610 2012-11-30 02:18:07 +00:00
js Alternative Text, not Alternate Text. props SergeyBiryukov. fixes #21176. 2012-12-03 19:21:34 +00:00
pomo
SimplePie SimplePie: Return nothing and throw an error in SimplePie_Sanitize when DOMDocument is disabled. 2012-12-02 16:43:12 +00:00
Text
theme-compat
admin-bar.php Use the create_posts post type cap in more places. Remove the janky create_posts meta cap. see #16714. 2012-11-28 22:28:20 +00:00
atomlib.php Lose EOF ?>. Clean up EOF newlines. fixes #12307 2012-01-08 17:01:11 +00:00
author-template.php
bookmark-template.php In wp_list_bookmarks(), don't stomp the categorize argument. Fixes categorized display in the links widget. 2012-11-28 23:19:03 +00:00
bookmark.php
cache.php
canonical.php
capabilities.php Use the create_posts post type cap in more places. Remove the janky create_posts meta cap. see #16714. 2012-11-28 22:28:20 +00:00
category-template.php
category.php
class-feed.php Do SimplePie sanitization with wp_kses_post() rather than DOMDocument, which cannot be guaranteed to be available. 2012-11-22 07:23:43 +00:00
class-http.php Objects no longer need to be explicitly passed by ref to call_user_func*() to be callable. Props wonderboymusic. fixes #21865 2012-10-04 20:00:16 +00:00
class-IXR.php
class-json.php Lose EOF ?>. Clean up EOF newlines. fixes #12307 2012-01-08 17:01:11 +00:00
class-oembed.php Add Instagram oEmbed support. Props bananastalktome. Fixes #21704. 2012-10-31 22:45:23 +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
class-wp-customize-setting.php
class-wp-editor.php Scope button classes so they can be used on the frontend without interfering with theme styles. 2012-11-30 13:40:59 +00:00
class-wp-embed.php
class-wp-error.php
class-wp-http-ixr-client.php
class-wp-image-editor-gd.php In wp_image_editor(), use wp_image_editor_supports() to check for rotation capabilities rather than directly checking the existence of the imagerotate function. 2012-11-27 14:36:55 +00:00
class-wp-image-editor-imagick.php Increase the PHP memory_limit to WP_MAX_MEMORY_LIMIT in WP_Image_Editor_Imagick. 2012-12-03 19:44:58 +00:00
class-wp-image-editor.php
class-wp-theme.php
class-wp-walker.php
class-wp-xmlrpc-server.php Remove XML-RPC's blogger::getTemplate and setTemplate. They are not supported and do nothing. 2012-11-29 02:35:39 +00:00
class-wp.php
class.wp-dependencies.php Revert [21420] and [21481]. Accepting a string caused back compat problems including the possibility of revealing previously hidden circular dependencies resulting in infinite loops. 2012-10-23 20:32:12 +00:00
class.wp-scripts.php
class.wp-styles.php
comment-template.php
comment.php Duplicate comments should be allowed under a different comment parent. props andy. fixes #21609. 2012-10-14 17:06:37 +00:00
compat.php
cron.php
default-constants.php
default-filters.php
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
formatting.php
functions.php Properly set the base URL for the main site when ms-files rewriting is enabled for MU-era installs. 2012-12-03 22:24:06 +00:00
functions.wp-scripts.php
functions.wp-styles.php Have wp_script_is() and wp_style_is() accept 'enqueued', as it reads better than 'queue' and is consistent with 'registered'. fixes #21741. 2012-08-30 18:57:57 +00:00
general-template.php
http.php
kses.php
l10n.php
link-template.php
load.php
locale.php Add a translator's comment. see #19924. 2012-02-06 19:43:26 +00:00
media.php In the QuickPress media modal, use the new post id when a post is published. 2012-12-03 07:17:10 +00:00
meta.php
ms-blogs.php
ms-default-constants.php Have wp_upload_dir() account for blog switching, ms-files rewriting, and the UPLOADS constant properly. This type of logic needs a lot of code comments. 2012-10-12 22:05:02 +00:00
ms-default-filters.php
ms-deprecated.php
ms-files.php
ms-functions.php Make the return of is_upload_space_available() more obvious. props georgestephanis. see #22585. 2012-11-27 03:42:02 +00:00
ms-load.php
ms-settings.php
nav-menu-template.php
nav-menu.php
option.php
pluggable-deprecated.php
pluggable.php
plugin.php
post-template.php
post-thumbnail-template.php
post.php Do not save an initial revision for a post created through the auto-draft mechanism. Prevents a bogus revision, often with the title 'Auto Draft'. Restores pre-auto-draft behavior made obvious by XML-RPC's implementation of both auto-drafts and the subsequent wp.getRevisions method. fixes #22687. see #22686. 2012-12-03 06:28:28 +00:00
query.php
registration-functions.php
registration.php
rewrite.php
rss-functions.php Lose EOF ?>. Clean up EOF newlines. fixes #12307 2012-01-08 17:01:11 +00:00
rss.php
script-loader.php In the QuickPress media modal, use the new post id when a post is published. 2012-12-03 07:17:10 +00:00
shortcodes.php
taxonomy.php Clear the object term relationships cache in wp_set_object_terms() rather than wp_set_post_terms(). This should be done lower in the stack than wp_set_post_terms(). 2012-11-27 19:42:38 +00:00
template-loader.php
template.php
theme.php
update.php
user.php
vars.php
version.php Compress scripts/styles: 3.5-RC2-23003. 2012-12-03 22:29:01 +00:00
widgets.php
wlwmanifest.xml
wp-db.php
wp-diff.php