twentyGOLEM/wp-includes
nacin 84da5911aa Assume WP_DEBUG is defined in wpdb. Remove unnecessary constant() calls. Ensure DB_COLLATE defined as empty string doesn't override default Multisite collation. fixes #12041, see #11644
git-svn-id: http://svn.automattic.com/wordpress/trunk@13209 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-02-19 01:03:58 +00:00
..
Text
images
js jQuery UI 1.7.2. fixes #11595 2010-02-18 20:49:16 +00:00
pomo
atomlib.php
author-template.php
bookmark-template.php
bookmark.php Move deprecated functions to deprecated.php. Deprecate get_the_attachment_link() for wp_get_attachment_link(), get_attachment_icon_src() for wp_get_attachment_image_src(), 2010-02-13 06:39:51 +00:00
cache.php Preload commonly loaded site options when running multisite without a persistent cache. Introduce wp_cache_reset() and call it instead of wp_cache_init() when re-initing after the blog ID chanages to avoid throwing out the entire cache. Pass cached site options through the site option filter when fetching. 2010-02-12 17:06:43 +00:00
canonical.php 2nd pass at Taxonomy Term canonicalisation. Fix get_term_link() to expect null|false||WP_Error failure from get_term() family. See #12245, #8948 2010-02-16 09:08:26 +00:00
capabilities.php Introduce DISALLOW_FILE_EDIT flag for enabling/disabling the theem and plugin editors. Props nacin. see #11306 2010-02-09 00:07:52 +00:00
category-template.php Convert Terms page to use WP_Ajax_Response(), hierarchical terms will now appear under their parent OR have the parents prefixed, Terms will be removed from tag cloud/parent list upon deletion, Terms will be added to Parent list in correct order upon ajax creation, Errors on term creation flow back to UI, clean up _tag_row() alternate class handling, Show None text in Category dropdown if empty and show_if_empty = true. See #11838 2010-02-13 05:40:47 +00:00
category.php Fix notice in get_cat_name(). Return empty string if category does not exist, fixes #11737. 2010-02-13 02:35:41 +00:00
class-IXR.php
class-feed.php
class-json.php
class-oembed.php Add Youtu.be short URLs and Smugmug to the default oEmbed providers. Props Viper007Bond, fixes #11556, fixes #12157 2010-02-18 22:43:52 +00:00
class-phpass.php
class-phpmailer.php
class-pop3.php
class-simplepie.php
class-smtp.php
class-snoopy.php
class.wp-dependencies.php
class.wp-scripts.php
class.wp-styles.php Fix the 'colors' meta-css src (boolean) value generating parse_url errors, fixes #11820 2010-02-18 10:30:28 +00:00
classes.php Display robots.txt even on blogs with 0 posts on the home page. See #12256 2010-02-18 10:57:49 +00:00
comment-template.php Comment form output tweaks. Props beaulebens. see #10910 2010-02-17 19:28:03 +00:00
comment.php Adjust regex for counting links in a comment when checking if it needs to be held for moderation. Also fix notice in wp_new_comment(). see #11830 2010-02-14 10:59:37 +00:00
compat.php
cron.php
default-constants.php Better inline documentation for WP_DEBUG, WP_DEBUG_DISPLAY, and WP_DEBUG_LOG. Fixes #11987 2010-02-17 13:14:45 +00:00
default-embeds.php Use oEmbed for PollDaddy. Props Viper007Bond. fixes #12174 2010-02-08 16:15:13 +00:00
default-filters.php Add the generator element in feeds through the {rss2|atom|rdf|rss|opml}_head hooks. Fixes #6947 props sivel. 2010-02-13 16:45:16 +00:00
default-widgets.php Fix notices 2010-02-12 20:14:17 +00:00
deprecated.php Move deprecated pre-2.8 widget API to deprecated.php. Deprecate register_sidebar_widget, unregister_sidebar_widget, register_widget_control, unregister_widget_control, in favor of their wp_* counterparts. See #11388 2010-02-13 07:55:28 +00:00
feed-atom-comments.php Add the generator element in feeds through the {rss2|atom|rdf|rss|opml}_head hooks. Fixes #6947 props sivel. 2010-02-13 16:45:16 +00:00
feed-atom.php Add the generator element in feeds through the {rss2|atom|rdf|rss|opml}_head hooks. Fixes #6947 props sivel. 2010-02-13 16:45:16 +00:00
feed-rdf.php Add the generator element in feeds through the {rss2|atom|rdf|rss|opml}_head hooks. Fixes #6947 props sivel. 2010-02-13 16:45:16 +00:00
feed-rss.php Add the generator element in feeds through the {rss2|atom|rdf|rss|opml}_head hooks. Fixes #6947 props sivel. 2010-02-13 16:45:16 +00:00
feed-rss2-comments.php Add the generator element in feeds through the {rss2|atom|rdf|rss|opml}_head hooks. Fixes #6947 props sivel. 2010-02-13 16:45:16 +00:00
feed-rss2.php Add the generator element in feeds through the {rss2|atom|rdf|rss|opml}_head hooks. Fixes #6947 props sivel. 2010-02-13 16:45:16 +00:00
feed.php
formatting.php add_settings_error fixes. Props jeremyclarke. fixes #11474 2010-02-18 19:43:44 +00:00
functions.php Fix var name conflict in delete_site_option(), see #10788 2010-02-14 23:30:31 +00:00
functions.wp-scripts.php
functions.wp-styles.php
general-template.php Move more references from default to WP_FALLBACK_THEME. To make 'default' theme transition smoother in the future. 2010-02-18 22:09:06 +00:00
http.php Disable Redirection on HEAD requests. See #10624 2010-02-14 10:41:07 +00:00
kses.php
l10n.php Deprecate old l10n and sanitization APIs. Deprecate __ngettext() for _n(), __ngettext_noop() for _n_noop(), translate_with_context() for _x(). Deprecate sanitize_url for esc_url_raw, js_escape for esc_js, wp_specialchars for esc_html, attribute_escape for esc_attr. See #11388 2010-02-13 07:28:19 +00:00
link-template.php Rename get_post_link() to get_post_permalink() to avoid conflict with bbPress. Props scribu. fixes #12172 2010-02-08 16:23:32 +00:00
load.php Bail early for favicon.ico requests so we don't load WP twice. Props azaozz, sivel. Fixes #3426 2010-02-18 23:41:50 +00:00
locale.php Remove trailing whitespace 2010-01-26 22:49:05 +00:00
media.php Skip intermediate sizes of a different aspect ratio than the original image when considering which image to use in image_get_intermediate_size(). fixes #12218 2010-02-14 08:21:07 +00:00
meta.php Remove trailing whitespace 2010-01-26 22:49:05 +00:00
ms-blogs.php Rename wp-includes/blogs.php to ms-blogs.php. See #11644 2010-02-15 01:08:23 +00:00
ms-default-constants.php use current site domain for cookie domain when cookie domain not set, See #12142 2010-02-14 00:12:08 +00:00
ms-default-filters.php Integrate remove_tinymce_media_button() into wp_tiny_mce(). see #11644 2010-02-04 20:00:18 +00:00
ms-deprecated.php rearrage multisite initialization, remove deprecated $wpmuBaseTablePrefix, props nacin, see #11881 2010-01-28 16:09:52 +00:00
ms-files.php Improve the implementation of the default constant defining functions for multisite. See #11881. 2010-02-12 08:22:34 +00:00
ms-functions.php Assume WP_DEBUG is defined in wpdb. Remove unnecessary constant() calls. Ensure DB_COLLATE defined as empty string doesn't override default Multisite collation. fixes #12041, see #11644 2010-02-19 01:03:58 +00:00
ms-load.php Assume WP_DEBUG is defined in wpdb. Remove unnecessary constant() calls. Ensure DB_COLLATE defined as empty string doesn't override default Multisite collation. fixes #12041, see #11644 2010-02-19 01:03:58 +00:00
ms-settings.php Add ability to query by domain and/or path to get_blog_details(). Improve blog details caching. Use get_blog_details() in ms-settings.php so queries are cached. see #11644 2010-02-13 23:09:54 +00:00
pluggable-deprecated.php Move deprecated pluggable functions to a new file to lower their profile. Also throw deprecated warnings if a plugin defines a deprecated pluggable function. See #11388 2010-02-18 23:17:06 +00:00
pluggable.php Allow more special characters in wp_generate_password() second pass. props sivel, see #12159 2010-02-19 00:03:36 +00:00
plugin.php
post-template.php Always set $link_text. 2010-02-13 11:12:47 +00:00
post-thumbnail-template.php
post.php Assume WP_DEBUG is defined in wpdb. Remove unnecessary constant() calls. Ensure DB_COLLATE defined as empty string doesn't override default Multisite collation. fixes #12041, see #11644 2010-02-19 01:03:58 +00:00
query.php introduce post & comment classes, props skeltoac, See #12267 2010-02-18 01:52:37 +00:00
registration-functions.php
registration.php
rewrite.php
rss-functions.php
rss.php Deprecate magpie. Props nacin. fixes #11982 2010-01-25 18:37:05 +00:00
script-loader.php jQuery UI 1.7.2. fixes #11595 2010-02-18 20:49:16 +00:00
shortcodes.php
taxonomy.php 2nd pass at Taxonomy Term canonicalisation. Fix get_term_link() to expect null|false||WP_Error failure from get_term() family. See #12245, #8948 2010-02-16 09:08:26 +00:00
template-loader.php Assume WP_DEBUG is defined in wpdb. Remove unnecessary constant() calls. Ensure DB_COLLATE defined as empty string doesn't override default Multisite collation. fixes #12041, see #11644 2010-02-19 01:03:58 +00:00
theme.php Move more references from default to WP_FALLBACK_THEME. To make 'default' theme transition smoother in the future. 2010-02-18 22:09:06 +00:00
update.php Code style cleanups 2010-01-29 18:53:32 +00:00
user.php s/$blog/$blog_id/ as an argument in wp_dropdown_users(), for consistency, see #11086 2010-02-13 20:17:15 +00:00
vars.php Use stripos() instead of strpos() with strtolower(). For PHP < 5 we have stripos() in compat.php. Fixes #11176 2010-02-14 02:27:19 +00:00
version.php
widgets.php Move deprecated pre-2.8 widget API to deprecated.php. Deprecate register_sidebar_widget, unregister_sidebar_widget, register_widget_control, unregister_widget_control, in favor of their wp_* counterparts. See #11388 2010-02-13 07:55:28 +00:00
wlwmanifest.xml
wp-db.php Assume WP_DEBUG is defined in wpdb. Remove unnecessary constant() calls. Ensure DB_COLLATE defined as empty string doesn't override default Multisite collation. fixes #12041, see #11644 2010-02-19 01:03:58 +00:00
wp-diff.php