Wordpress/wp-includes
Andrew Nacin d9bab22085 Fix meta value querying in wp_list_pages(). props SergeyBiryukov. fixes #20376.
git-svn-id: https://develop.svn.wordpress.org/trunk@22445 602fd350-edb4-49c9-b593-d223f7449a82
2012-11-07 21:48:38 +00:00
..
SimplePie Update SimplePie to 1.3.1. Props rmccue, ocean90. fixes #22321 2012-11-05 14:25:25 +00:00
Text
css Allow the .hidden class to hide a button. props helenyhou. fixes #22018. 2012-11-07 21:25:25 +00:00
images More retina backgrounds and bits, props saracannon, empireoflight and lessbloat, see #21019 2012-11-07 20:54:08 +00:00
js Compress scripts/styles: 3.5-beta2-22438. TinyMCE updated. 2012-11-07 20:29:58 +00:00
pomo Fix typos in comments. Props SergeyBiryukov, see #22337 2012-10-31 23:56:23 +00:00
theme-compat Don't return encoded ampersands from get_post_comments_feed_link() to avoid canonical redirect issues. Apply esc_url() when appropriate. 2012-11-07 19:56:10 +00:00
admin-bar.php More retina backgrounds and bits, props saracannon, empireoflight and lessbloat, see #21019 2012-11-07 20:54:08 +00:00
atomlib.php
author-template.php
bookmark-template.php Display links if no link categories exist. props MikeHansenMe. fixes #22216. 2012-11-07 19:25:18 +00:00
bookmark.php
cache.php
canonical.php
capabilities.php When using WP_User::set_role() to set the role, don't unset all caps when the requested role matches the current role. 2012-11-07 17:16:37 +00:00
category-template.php Check for WP_Error in get_the_category(). props batmoo. fixes #21155. 2012-11-06 23:47:14 +00:00
category.php
class-IXR.php
class-feed.php When reading local feeds from disk, check that the file exists first to avoid a PHP Warning in WP_SimplePie_File. Props SergeyBiryukov. Fixes #17756 2012-10-30 20:48:35 +00:00
class-http.php
class-json.php
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 Update SimplePie to 1.3.1. Props rmccue, ocean90. fixes #22321 2012-11-05 14:25:25 +00:00
class-smtp.php
class-snoopy.php
class-wp-admin-bar.php
class-wp-ajax-response.php
class-wp-customize-control.php Keyboard accessibility for the theme customizer. props lessbloat, jorbin, JustinSainton. fixes #21283. 2012-11-06 14:47:25 +00:00
class-wp-customize-manager.php
class-wp-customize-section.php Keyboard accessibility for the theme customizer. props lessbloat, jorbin, JustinSainton. fixes #21283. 2012-11-06 14:47:25 +00:00
class-wp-customize-setting.php
class-wp-editor.php Use correct variable name in code comment. props SergeyBiryukov, fixes #21962. 2012-11-07 08:57:49 +00:00
class-wp-embed.php Invalidate oEmbed caches on pre_post_update instead of save_post so existing metadata caches may be used. fixes #22190. 2012-11-05 16:47:04 +00:00
class-wp-error.php
class-wp-http-ixr-client.php
class-wp-image-editor-gd.php Properly return new WP_Error objects. props bpetty. see #6812. 2012-11-07 17:49:00 +00:00
class-wp-image-editor-imagick.php Call Imagick::queryformats() non-statically to preserve back compat with older versions of Imagick. 2012-11-07 17:50:38 +00:00
class-wp-image-editor.php
class-wp-theme.php
class-wp-walker.php
class-wp-xmlrpc-server.php In wp_xmlrpc_server::_insert_post(), preservea valid post status instead of overwriting it with 'draft'. This preserves the 'inherit' status of attachments. Props markoheijnen. fixes #22335 2012-11-05 14:44:25 +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
compat.php
cron.php
default-constants.php
default-filters.php
default-widgets.php More retina backgrounds and bits, props saracannon, empireoflight and lessbloat, see #21019 2012-11-07 20:54:08 +00:00
deprecated.php Don't return encoded ampersands from get_post_comments_feed_link() to avoid canonical redirect issues. Apply esc_url() when appropriate. 2012-11-07 19:56:10 +00:00
feed-atom-comments.php Don't return encoded ampersands from get_post_comments_feed_link() to avoid canonical redirect issues. Apply esc_url() when appropriate. 2012-11-07 19:56:10 +00:00
feed-atom.php Don't return encoded ampersands from get_post_comments_feed_link() to avoid canonical redirect issues. Apply esc_url() when appropriate. 2012-11-07 19:56:10 +00:00
feed-rdf.php
feed-rss.php
feed-rss2-comments.php
feed-rss2.php
feed.php
formatting.php Avoid an uncaught exception in get_gmt_from_date(). The return value is imperfect - date( $format, 0 ) - but better than a fatal error. props wonderboymusic. fixes #20942. 2012-11-07 20:07:41 +00:00
functions.php Prevent an issue on windows systems which can cause the temporary directory from get_temp_dir() from returning a path containing \/. Props to SergeyBiryukov for the initial patch. Fixes #20778 2012-10-30 20:58:35 +00:00
functions.wp-scripts.php
functions.wp-styles.php
general-template.php
http.php
kses.php
l10n.php Theme Translations: Allow for theme pomo files to be loaded from WP_LANG_DIR/themes/{$domain}-{$locale}.(p|m)o. 2012-10-31 21:30:33 +00:00
link-template.php Don't return encoded ampersands from get_post_comments_feed_link() to avoid canonical redirect issues. Apply esc_url() when appropriate. 2012-11-07 19:56:10 +00:00
load.php
locale.php
media.php Media: Integrate the gallery workflow with the media menu. 2012-11-07 20:14:41 +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 Merge some strings. props pavelevap. fixes #22306. 2012-11-07 19:37:54 +00:00
ms-load.php
ms-settings.php
nav-menu-template.php
nav-menu.php Correctly associate new menu items with a menu when using wp_update_nav_menu_item() 2012-11-06 14:46:56 +00:00
option.php
pluggable-deprecated.php
pluggable.php
plugin.php
post-template.php
post-thumbnail-template.php
post.php Fix meta value querying in wp_list_pages(). props SergeyBiryukov. fixes #20376. 2012-11-07 21:48:38 +00:00
query.php Don't assign wp_the_query to wp_query by reference. Removing the ref avoids accidentally stomping wp_the_query. 2012-11-07 20:03:28 +00:00
registration-functions.php
registration.php
rewrite.php Update the old wp-app.php rule to allow for a trailing slash followed by endpoint data. props wonderboymusic. fixes #22035. 2012-11-07 21:27:02 +00:00
rss-functions.php
rss.php
script-loader.php Media: Integrate the gallery workflow with the media menu. 2012-11-07 20:14:41 +00:00
shortcodes.php Update shortcode regular expression commentary. See #17657. 2012-11-06 14:47:33 +00:00
taxonomy.php Only call wp_get_object_terms() if get_object_term_cache() says there is no cache (false), which is different than no terms. props wonderboymusic, fixes #16505. 2012-11-07 20:00:51 +00:00
template-loader.php Clean up [22347] a bit. see #14348 2012-10-31 23:01:13 +00:00
template.php
theme.php Allow get_custom_header() to handle a default registered header that has yet to be saved to the database. fixes #22221. 2012-11-07 20:12:47 +00:00
update.php
user.php Add a $public_only argument to count_many_users_posts() and get_posts_by_author_sql(). Defaults to false, and allows the counts to be returned for only public posts. props ryan, westi. fixes #21431. 2012-11-05 23:11:25 +00:00
vars.php
version.php Update the old wp-app.php rule to allow for a trailing slash followed by endpoint data. props wonderboymusic. fixes #22035. 2012-11-07 21:27:02 +00:00
widgets.php
wlwmanifest.xml
wp-db.php Enforce a minimum of two arguments for wpdb::prepare(). The first argument is the query (or fragment thereof), which is required. Additional arguments are values to substitute into placeholders. 2012-11-07 19:30:59 +00:00
wp-diff.php