WordPress/wp-includes
2010-02-22 02:01:44 +00:00
..
images
js Move autocomplete to standard jquery directory. Use core jQuery. Use jQuery instead of $. see #11817 2010-02-20 23:35:05 +00:00
pomo Sync pomo. Props nbachiyski. fixes #11832 2010-02-19 18:01:50 +00:00
Text Update Text_Diff. Props simek. Fixes #9467 2010-02-19 01:25:26 +00:00
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
canonical.php Trim trailing whites 2010-02-21 00:03:42 +00:00
capabilities.php use map_meta_cap for multisite superadmins, props dd32, fixes #12109 2010-02-21 00:19:05 +00:00
category-template.php Trim trailing whites 2010-02-21 00:03:42 +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-feed.php
class-http.php Split WP_Http classes into separate file. Fixes #11559 2010-02-21 02:06:24 +00:00
class-IXR.php
class-json.php
class-oembed.php Add FunnyOrDie.com oEmbed support. Props Viper007Bond. Fixes #11899. 2010-02-21 02:17:39 +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 Trim trailing whites 2010-02-21 00:03:42 +00:00
comment.php Variable Cleanup, Unused variables, Typo'd variables, unused code blocks. Fixes #12299 2010-02-20 02:01:46 +00:00
compat.php
cron.php
custom-navigation.php output correct parent id, visual hierarchy in admin, See #11817 2010-02-22 02:01:44 +00:00
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
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 Allow the Tag Cloud Widget to support non-tag taxonomies. Props Sivel. Fixes #11612 2010-02-21 02:47:58 +00:00
deprecated.php Trim trailing whites 2010-02-21 00:03:42 +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-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-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.php
formatting.php Remove unused references to global $wpdb 2010-02-20 00:50:29 +00:00
functions.php Trim trailing whites 2010-02-21 00:03:42 +00:00
functions.wp-scripts.php
functions.wp-styles.php
general-template.php Trim trailing whites 2010-02-21 00:03:42 +00:00
http.php Split WP_Http classes into separate file. Fixes #11559 2010-02-21 02:06:24 +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 Variable Cleanup, Unused variables, Typo'd variables, unused code blocks. Fixes #12299 2010-02-20 02:01:46 +00:00
load.php Rename is_installed() to ms_not_installed(). See #12083 2010-02-20 13:51:32 +00:00
locale.php
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 Variable Cleanup, Unused variables, Typo'd variables, unused code blocks. Fixes #12299 2010-02-20 02:01:46 +00:00
ms-default-constants.php Trim trailing whites 2010-02-21 00:03:42 +00:00
ms-default-filters.php
ms-deprecated.php rearrage multisite initialization, remove deprecated $wpmuBaseTablePrefix, props nacin, see #11881 2010-01-28 16:09:52 +00:00
ms-files.php
ms-functions.php Variable Cleanup, Unused variables, Typo'd variables, unused code blocks. Fixes #12299 2010-02-20 02:01:46 +00:00
ms-load.php Minor MS startup cleanups. See #11644 2010-02-20 14:07:23 +00:00
ms-settings.php Minor MS startup cleanups. See #11644 2010-02-20 14:07:23 +00:00
pluggable-deprecated.php Set svn eol-style native on new files 2010-02-20 21:00:19 +00:00
pluggable.php Variable Cleanup, Unused variables, Typo'd variables, unused code blocks. Fixes #12299 2010-02-20 02:01:46 +00:00
plugin.php
post-template.php Variable Cleanup, Unused variables, Typo'd variables, unused code blocks. Fixes #12299 2010-02-20 02:01:46 +00:00
post-thumbnail-template.php
post.php Use nav_menu as the taxonomy name and nav_menu_item as the post type. Set object_id in postmeta. see #11817 2010-02-21 18:24:41 +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 Remove unused references to global $wpdb 2010-02-20 00:50:29 +00:00
script-loader.php Use core jQuery UI. see #11817 2010-02-21 00:10:20 +00:00
shortcodes.php
taxonomy.php Use nav_menu as the taxonomy name and nav_menu_item as the post type. Set object_id in postmeta. see #11817 2010-02-21 18:24:41 +00:00
template-loader.php Trim trailing whites 2010-02-21 00:03:42 +00:00
theme.php Fix potential notice. props hakre, see #12283 2010-02-19 15:04:46 +00:00
update.php
user.php Update get_user_option()'s PHPDoc Comment to remove mentions of blog options. See #11615 2010-02-19 10:49:07 +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 Add an index on comment_parent to speed up wp_delete_comment() reparenting queries. fixes #12289 2010-02-19 17:56:40 +00:00
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 Fix wpdb::tables() prefix handling. Ensures PHP4 compat. See #12083 2010-02-20 10:50:57 +00:00
wp-diff.php