Wordpress/wp-includes
Andrew Nacin 0ebf7aec8b We indent with spaces, not tabs. props sivel. fixes #20394.
git-svn-id: https://develop.svn.wordpress.org/trunk@20703 602fd350-edb4-49c9-b593-d223f7449a82
2012-05-02 21:13:08 +00:00
..
Text
css Compress scripts/styles: 3.4-beta3-20678. 2012-05-01 22:58:23 +00:00
images
js Compress scripts/styles: 3.4-beta3-20681. TinyMCE updated. 2012-05-02 01:58:25 +00:00
pomo
theme-compat
admin-bar.php Add a link to the Customizer from the Admin Bar appearance menu. Props sabreuse. fixes #20575 2012-05-01 12:47:46 +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-IXR.php
class-feed.php
class-http.php
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
class-wp-ajax-response.php
class-wp-atom-server.php
class-wp-customize-control.php Theme Customizer: Add statuses to the color and image controls. see #19910. 2012-04-25 21:03:29 +00:00
class-wp-customize-section.php
class-wp-customize-setting.php Theme Customizer: Migrate to an ajax-based solution for refreshing the preview and saving. see #20507, #19910. 2012-04-30 15:46:17 +00:00
class-wp-customize.php Theme Customizer: Pass the WP_Customize instance to all actions fired inside the class. Plugins/themes should not refer to the $wp_customize global. see #19910, #20448. 2012-04-30 17:20:32 +00:00
class-wp-editor.php
class-wp-error.php
class-wp-http-ixr-client.php
class-wp-theme.php Don't try to translate tags in WP_Theme::translate_header() if we are not in the admin and get_theme_feature_list() isn't defined. see #20103. 2012-05-01 18:02:40 +00:00
class-wp-walker.php
class-wp-xmlrpc-server.php We indent with spaces, not tabs. props sivel. fixes #20394. 2012-05-02 21:13:08 +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
customize-controls.php Theme Customizer: Migrate to an ajax-based solution for refreshing the preview and saving. see #20507, #19910. 2012-04-30 15:46:17 +00:00
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 Require both wp-head-callback and admin-head-callback for custom header theme support. fixes #20603. 2012-05-02 15:16:48 +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 Add Vietnamese vowels to remove_accents(). props SergeyBiryukov. fixes #17738. 2012-05-02 16:55:16 +00:00
functions.php Properly extract file headers via get_file_data() when CR line endings are used. props solarissmoke for the initial patch. fixes #19854. 2012-04-30 01:25:29 +00:00
functions.wp-scripts.php
functions.wp-styles.php
general-template.php
http.php
kses.php Handle multiple feed: schemes. 2012-04-19 21:48:12 +00:00
l10n.php Allow nooped plurals to receive a textdomain on registration to then be used on translation. 2012-04-30 16:18:35 +00:00
link-template.php Always escape the output of get_pagenum_link(). fixes #14556. 2012-05-02 16:29:39 +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 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
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
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 Return false in get_attached_file() when the file does not exist, rather than a path to the base uploads directory. props mikeschinkel. fixes #18855. 2012-04-27 16:08:58 +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 Remove wp-register.php. 2012-04-25 20:49:57 +00:00
rss-functions.php
rss.php
script-loader.php Update jQuery imgAreaSelect plugin to 0.9.8. props ocean90. fixes #19881. 2012-04-25 21:49:57 +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 Require both wp-head-callback and admin-head-callback for custom header theme support. fixes #20603. 2012-05-02 15:16:48 +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-beta3-20693. 2012-05-02 19:58:23 +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