.. |
Text
|
…
|
|
css
|
Compress scripts/styles: 3.4-beta2-20548.
|
2012-04-20 04:58:21 +00:00 |
images
|
…
|
|
js
|
Compress scripts/styles: 3.4-beta2-20546.
|
2012-04-20 02:58:21 +00:00 |
pomo
|
…
|
|
theme-compat
|
…
|
|
admin-bar.php
|
Don't hide links to the upload form and show an error for mobile devices that cannot upload, see #20410
|
2012-04-12 00:16:37 +00:00 |
atomlib.php
|
…
|
|
author-template.php
|
Remove key mangling code from get_the_author_meta(). Make it more inline with get_user_option(). Handle collision with old users table columns that are on old schema, particularly user_description.
|
2012-04-23 21:34:07 +00:00 |
bookmark-template.php
|
…
|
|
bookmark.php
|
…
|
|
cache.php
|
…
|
|
canonical.php
|
Don't do a canonical redirect for singular paged pages when on the front-page. This was breaking pagination on sites with a static home page. Props batmoo. see #20385
|
2012-04-11 21:18:40 +00:00 |
capabilities.php
|
Do not block file mod/edit caps when DISALLOW_UNFILTERED_HTML is set. There are separate constants (DISALLOW_FILE_EDIT and DISALLOW_FILE_MODS for those). fixes #20488.
|
2012-04-19 14:05:05 +00:00 |
category-template.php
|
Add $id parameter to get_the_tag_list() for consistency with get_the_(category|term)_list(). Props kawauso. Fixes #20072.
|
2012-04-20 10:06:05 +00:00 |
category.php
|
…
|
|
class-IXR.php
|
…
|
|
class-feed.php
|
…
|
|
class-http.php
|
WP_HTTP: Curl: $theHeaders is an array, not an object, introduced in [20370]. Props kurtpayne. Fixes #20389 See #20219
|
2012-04-07 07:16:30 +00:00 |
class-json.php
|
…
|
|
class-oembed.php
|
Add sanity checks to WP_oEmbed::data2html() to ensure we are working with scalar values. Always use the filter. props mdawaffe, fixes #20322.
|
2012-04-19 19:46:34 +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
|
Introduce wp_is_mobile() and use it instead of $is_iphone global, see #20014
|
2012-04-10 01:19:30 +00:00 |
class-wp-ajax-response.php
|
…
|
|
class-wp-atom-server.php
|
Consolidate some strings. Props ramiy. see #20216
|
2012-03-19 19:04:49 +00:00 |
class-wp-customize-control.php
|
Theme Customizer: Improve image picker control. see #19910.
|
2012-04-20 02:39:55 +00:00 |
class-wp-customize-section.php
|
Add some missing documentation and fix a couple of typos. Props roscius. Fixes #19756.
|
2012-04-04 17:32:03 +00:00 |
class-wp-customize-setting.php
|
Theme Customizer: Properly pass arguments by reference to WP_Customize_Setting->multidimensional(). see #19910, [20136], #20163.
|
2012-03-28 09:27:26 +00:00 |
class-wp-customize.php
|
Theme Customizer: Simplify logic when preparing menu controls. Include instructions to edit menu content in section description. Add string for default state. see #19910.
|
2012-04-23 23:03:09 +00:00 |
class-wp-editor.php
|
Fix adding of parent theme's editor-style before child theme's, props SergeyBiryukov, see #19437
|
2012-04-02 22:26:11 +00:00 |
class-wp-error.php
|
…
|
|
class-wp-http-ixr-client.php
|
…
|
|
class-wp-theme.php
|
Add arrays together in WP_Theme::get_allowed() to preserve keys (theme names could be numeric). props ocean90, fixes #15306.
|
2012-04-16 18:37:57 +00:00 |
class-wp-walker.php
|
…
|
|
class-wp-xmlrpc-server.php
|
Check the publish_post cap when publishing an already existing post.
|
2012-04-23 21:54:30 +00:00 |
class-wp.php
|
…
|
|
class.wp-dependencies.php
|
…
|
|
class.wp-scripts.php
|
…
|
|
class.wp-styles.php
|
…
|
|
comment-template.php
|
Introduce WP_User::exists(). see #20372
|
2012-04-06 19:18:45 +00:00 |
comment.php
|
Accept a post object in clean_post_cache(). Fixes #20486.
|
2012-04-23 22:04:35 +00:00 |
compat.php
|
…
|
|
cron.php
|
…
|
|
customize-controls.php
|
Move to admin.php?customize=on&theme=$stylesheet, rather than juggling both template and stylesheet values. see #19910.
|
2012-04-17 21:43:47 +00:00 |
default-constants.php
|
…
|
|
default-filters.php
|
Schedule auto-draft deletion from post-new.php instead of from admin.php. This provides better throttling for large multisite installs and reduces the risk of a delete avalanche.
|
2012-04-12 18:49:48 +00:00 |
default-widgets.php
|
Use get_taxonomies() instead of get_object_taxonomies() in the tag cloud widget. props GautamGupta, scribu. see #20238, see #16125.
|
2012-03-24 14:00:52 +00:00 |
deprecated.php
|
Accept a post object in clean_post_cache(). Fixes #20486.
|
2012-04-23 22:04:35 +00:00 |
feed-atom-comments.php
|
…
|
|
feed-atom.php
|
…
|
|
feed-rdf.php
|
…
|
|
feed-rss.php
|
…
|
|
feed-rss2-comments.php
|
…
|
|
feed-rss2.php
|
…
|
|
feed.php
|
…
|
|
formatting.php
|
Recognise protocols other than "http" in _links_add_base(). Props SergeyBiryukov. Fixes #19665.
|
2012-04-14 19:14:10 +00:00 |
functions.php
|
Fix typo in filter name for wp_die() APP request handler. props benbalter, fixes #20457.
|
2012-04-16 16:15:18 +00:00 |
functions.wp-scripts.php
|
…
|
|
functions.wp-styles.php
|
…
|
|
general-template.php
|
Replace all instances of thickbox theme preview with the theme customizer. fixes #20404.
|
2012-04-10 02:25:03 +00:00 |
http.php
|
…
|
|
kses.php
|
Handle multiple feed: schemes.
|
2012-04-19 21:48:12 +00:00 |
l10n.php
|
…
|
|
link-template.php
|
Handle uppercase HTML entities in get_previous_posts_link(). Props ounziw. See #4152, fixes #19803.
|
2012-04-19 15:08:06 +00:00 |
load.php
|
…
|
|
locale.php
|
…
|
|
media.php
|
wp_oembed_get() returns false on failure. Props SergeyBiryukov. Fixes #20355.
|
2012-04-22 11:19:56 +00:00 |
meta.php
|
Use the metadata API rather than raw queries and direct do_action calls. see #20417.
|
2012-04-11 20:02:39 +00:00 |
ms-blogs.php
|
Don't update a blog's last_updated time for all post deletions. Update only when published posts are deleted.
|
2012-04-13 17:30:37 +00:00 |
ms-default-constants.php
|
…
|
|
ms-default-filters.php
|
Don't update a blog's last_updated time for all post deletions. Update only when published posts are deleted.
|
2012-04-13 17:30:37 +00:00 |
ms-deprecated.php
|
Introduce WP_User::exists(). see #20372
|
2012-04-06 19:18:45 +00:00 |
ms-files.php
|
…
|
|
ms-functions.php
|
Add terminal punctuation to some signup error messages. Props dllh. fixes #20332
|
2012-04-11 20:41:59 +00:00 |
ms-load.php
|
…
|
|
ms-settings.php
|
…
|
|
nav-menu-template.php
|
Only output the class attribute in wp_nav_menu() if we have classes to add. Don't waste time on an strlen() call. props niallkennedy, fixes #20483.
|
2012-04-18 19:06:22 +00:00 |
nav-menu.php
|
…
|
|
option.php
|
Introduce $wpdb->delete(). props justindgivens, scribu. fixes #18948.
|
2012-03-24 15:24:31 +00:00 |
pluggable-deprecated.php
|
…
|
|
pluggable.php
|
Add missing "?" to gravatar_default URL in get_avatar() to set size parameter correctly. Fixes #20512.
|
2012-04-22 11:45:31 +00:00 |
plugin.php
|
…
|
|
post-template.php
|
…
|
|
post-thumbnail-template.php
|
…
|
|
post.php
|
Accept a post object in clean_post_cache(). Fixes #20486.
|
2012-04-23 22:04:35 +00:00 |
query.php
|
No need for by-reference when calculating the queried object in PHP5. props SergeyBiryukov, duck_, fixes #20039.
|
2012-04-17 03:41:07 +00:00 |
registration-functions.php
|
…
|
|
registration.php
|
…
|
|
rewrite.php
|
…
|
|
rss-functions.php
|
…
|
|
rss.php
|
…
|
|
script-loader.php
|
Remove jQuery postMessage plugin, as it is no longer used (as of [20517]). see #19910.
|
2012-04-18 20:32:13 +00:00 |
shortcodes.php
|
…
|
|
taxonomy.php
|
Add view_item to the phpdoc for get_taxonomy_labels(). props Caspie. fixes #20406.
|
2012-04-11 20:08:30 +00:00 |
template-loader.php
|
…
|
|
template.php
|
…
|
|
theme.php
|
If a cached theme root is no longer registered, skip it. Assume the cache is out of date. see #20103.
|
2012-04-20 13:22:54 +00:00 |
update.php
|
Use correct filter name in wp_update_themes(): s/load-plugins/load-themes/. See r19683, #18876.
|
2012-03-24 14:07:12 +00:00 |
user.php
|
Don't deprecate cleaning the user cache by ID. See #20460.
|
2012-04-19 11:51:27 +00:00 |
vars.php
|
Introduce wp_is_mobile() and use it instead of $is_iphone global, see #20014
|
2012-04-10 01:19:30 +00:00 |
version.php
|
Compress scripts/styles: 3.4-beta3-20574.
|
2012-04-23 23:58:22 +00:00 |
widgets.php
|
…
|
|
wlwmanifest.xml
|
…
|
|
wp-db.php
|
Escape special characters when outputting DB failures. see #13839.
|
2012-04-16 21:55:47 +00:00 |
wp-diff.php
|
…
|
|