Wordpress/wp-includes
2012-05-26 04:34:45 +00:00
..
css Compress scripts/styles: 3.4-beta4-20921. 2012-05-25 22:58:24 +00:00
images Retina display icons: add 2x sprite for the toolbar, props chexee, fixes #20293 2012-05-16 23:55:38 +00:00
js Theme Customizer: Add a signature to preview requests to be super-double-ultra-sure that the customizer generated the preview. Redirects can be sneaky. fixes #20507, see #19910. 2012-05-26 04:08:44 +00:00
pomo
Text
theme-compat
admin-bar.php Hide 'Customize' toolbar item when customizer is not supported. fixes #20751, see #19910. 2012-05-25 22:26:00 +00:00
atomlib.php
author-template.php Add 'author' to rel attribute for get_the_author_link(). props sirzooro, CoenJacobs, Ipstenu. fixes #20047. 2012-04-27 18:17:41 +00:00
bookmark-template.php
bookmark.php
cache.php
canonical.php Only look for public post types in redirect_guess_404_permalink() when no post type query var is present. props jeremyfelt. fixes #19693. 2012-05-02 17:39:43 +00:00
capabilities.php Update phpdoc for WP_User::has_cap(). props nunomorgadinho. see #19756. 2012-05-02 14:17:04 +00:00
category-template.php Replace commas with periods when converting ratings float values to strings, to avoid issues with localized decimal points. 2012-05-01 22:09:55 +00:00
category.php
class-feed.php
class-http.php Handle relative urls when processing redirects. Introduce WP_Http::make_absolute_url(). Props dd32. fixes #20434 2012-05-10 21:32:02 +00:00
class-IXR.php
class-json.php
class-oembed.php ALIGN *ALL* THE THINGS! see #20324 2012-05-24 07:14:10 +00:00
class-phpass.php
class-phpmailer.php Pinking shears 2012-05-03 16:41:59 +00:00
class-pop3.php
class-simplepie.php Pinking shears 2012-05-03 16:41:59 +00:00
class-smtp.php
class-snoopy.php
class-wp-admin-bar.php
class-wp-ajax-response.php
class-wp-atom-server.php Pinking shears 2012-05-03 16:41:59 +00:00
class-wp-customize-control.php Theme Customizer: Improve background image control, add correct meta key to custom headers and backgrounds uploaded using the customizer. see #19910. 2012-05-25 20:26:25 +00:00
class-wp-customize-manager.php Theme Customizer: Introduce a remove_preview_signature() method that we can employ to ensure we do not think a wp_die() is a customizer-generated preview. see #20507. 2012-05-26 04:34:45 +00:00
class-wp-customize-section.php
class-wp-customize-setting.php Theme Customizer: Properly escape customize settings when sending values to JS. Add WP_Customize_Setting->js_value(). fixes #20687, see #19910. 2012-05-16 20:59:02 +00:00
class-wp-editor.php
class-wp-error.php
class-wp-http-ixr-client.php
class-wp-theme.php Pinking shears 2012-05-03 16:41:59 +00:00
class-wp-walker.php
class-wp-xmlrpc-server.php Introduce _prepare_comment(). Avoid repeated auth attempts. Props maxcutler. fixes #20703 2012-05-23 20:40:40 +00:00
class-wp.php
class.wp-dependencies.php
class.wp-scripts.php
class.wp-styles.php
comment-template.php In comment_form(), pass the $post_id to comments_open(). props insertvisionhere. fixes #20572. 2012-04-30 01:47:22 +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
default-constants.php
default-filters.php Fire the wp_cron action from init instead of sanitize_comment_cookies so that cron handlers can rely on a fully initialized env. Props SergeyBiryukov, norocketsurgeon. fixes #19818 2012-04-30 21:02:54 +00:00
default-widgets.php
deprecated.php Pinking shears 2012-05-03 16:41:59 +00:00
feed-atom-comments.php
feed-atom.php
feed-rdf.php
feed-rss2-comments.php
feed-rss2.php
feed-rss.php
feed.php
formatting.php i18n: Update the word splitting we use when trimming strings to build excerpts so that it has support for a character based mode for locales where character splitting is more approproate like Japan. 2012-05-23 21:04:35 +00:00
functions.php Pinking shears 2012-05-03 16:41:59 +00:00
functions.wp-scripts.php
functions.wp-styles.php
general-template.php
http.php API for allowing cross origin resource sharing. 2012-05-15 18:46:03 +00:00
kses.php Handle multiple feed: schemes. 2012-04-19 21:48:12 +00:00
l10n.php Exclude admin pot files when calculating the list of installed languages in get_available_languages(). fixes #20676 2012-05-14 17:58:06 +00:00
link-template.php Introduce set_url_scheme(). Includes get_site_url() logic for determining when to use http vs. https. Use this to rerite urls to obey is_ssl(). Props jkudish. fixes #18017 2012-05-18 20:04:59 +00:00
load.php
locale.php
media.php In image_resize(), do not force the destination filename to *.jpg when we are dealing with a *.jpeg. 2012-05-02 20:58:57 +00:00
meta.php
ms-blogs.php
ms-default-constants.php
ms-default-filters.php
ms-deprecated.php
ms-files.php
ms-functions.php Rolling upgrade to set the welcome_user_email network-wide option via the welcome_user_msg_filter() callback. Fixes ability to save the welcome user email when no entry exists in the database. see #20116 2012-05-02 20:31:37 +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 Call filters for default option values only as needed to reduce number of filter calls. Props Ott042. see #20448 2012-05-14 17:00:13 +00:00
pluggable-deprecated.php
pluggable.php Remove $wp_secret_key_default. 2012-05-02 19:29:39 +00:00
plugin.php
post-template.php Don't escape anchor text as an attributein wp_get_attachment_link(). Props SergeyBiryukov. fixes #19282 2012-04-30 21:22:58 +00:00
post-thumbnail-template.php Add $wp_query parameter to update_post_thumbnail_cache(). props scribu. see #19949, fixes that ticket for 3.4. 2012-04-30 15:55:57 +00:00
post.php get_post_stati() returns post statuses not types. Props jeremyfelt. Fixes #20664. 2012-05-13 07:41:47 +00:00
query.php Disambiguate menu_order. Props markjaquith. fixes #20711 2012-05-21 19:50:58 +00:00
registration-functions.php
registration.php
rewrite.php Remove wp-register.php. 2012-04-25 20:49:57 +00:00
rss-functions.php
rss.php
script-loader.php Theme Customizer: Improve activate and publish flow, make customizer states easier to track. fixes #20743, see #19910. 2012-05-25 17:42:06 +00:00
shortcodes.php
taxonomy.php
template-loader.php
template.php Remove reference to a global eliminated long ago. props tamlyn, fixes #20668. 2012-05-24 07:06:13 +00:00
theme.php Hide 'Customize' toolbar item when customizer is not supported. fixes #20751, see #19910. 2012-05-25 22:26:00 +00:00
update.php
user.php Use maybe_serialize() where appropriate. fixes #19617. 2012-04-27 15:57:51 +00:00
vars.php
version.php Compress scripts/styles: 3.4-beta4-20923. 2012-05-26 00:58:26 +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