WordPress/wp-includes
2010-10-26 14:43:20 +00:00
..
admin-bar
images
js Rearrange wp-load include. see #11420. 2010-10-24 03:56:10 +00:00
pomo
Text
theme-compat
admin-bar.php Don't show the admin bar in the plugin/theme installers. Inserts condition directly into iframe_header(). Allows show_admin_bar() to be called after init by unsetting wp_admin_bar, thus preventing render once those hooks are fired. see #14772. 2010-10-23 19:49:25 +00:00
atomlib.php
author-template.php
bookmark-template.php
bookmark.php
cache.php
canonical.php
capabilities.php
category-template.php
category.php
class-feed.php
class-http.php
class-IXR.php
class-json.php
class-oembed.php
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
class.wp-xmlrpc-server.php 4th argument of wp.getOptions is optional so don't notice if it's not supplied. 2010-10-26 14:43:20 +00:00
classes.php Attempt at a fix for url encoding issues with UTF8 chars. See #10249. 2010-10-25 14:50:58 +00:00
comment-template.php Pass comment ID from comment_text to get_comment_text. Also add the comment object as context to the filter. fixes #14261 2010-10-25 03:11:01 +00:00
comment.php
compat.php
cron.php
default-constants.php
default-embeds.php
default-filters.php Remove redundant filter. props coffee2code. fixes #14285. 2010-10-26 03:34:28 +00:00
default-widgets.php
deprecated.php
feed-atom-comments.php
feed-atom.php
feed-rdf.php
feed-rss2-comments.php
feed-rss2.php
feed-rss.php
feed.php
formatting.php Idempotence for sanitize_user(). Make sanitize_key() match its phpdoc. Props duck_ fixes #15198 2010-10-24 20:33:54 +00:00
functions.php Don't show the admin bar in the plugin/theme installers. Inserts condition directly into iframe_header(). Allows show_admin_bar() to be called after init by unsetting wp_admin_bar, thus preventing render once those hooks are fired. see #14772. 2010-10-23 19:49:25 +00:00
functions.wp-scripts.php
functions.wp-styles.php
general-template.php Importer and exporter overhaul, mega props duck. 2010-10-25 20:43:52 +00:00
http.php
kses.php
l10n.php
link-template.php
load.php Also look for SUBDOMAIN_INSTALL in is_multisite(). props wpmuguru, fixes #14536 for trunk. 2010-10-26 03:45:13 +00:00
locale.php
media.php
meta.php
ms-blogs.php
ms-default-constants.php
ms-default-filters.php
ms-deprecated.php
ms-files.php
ms-functions.php
ms-load.php
ms-settings.php
nav-menu-template.php
nav-menu.php
pluggable-deprecated.php
pluggable.php
plugin.php
post-template.php
post-thumbnail-template.php
post.php Refactor wp_get_recent_posts to use get_posts(). Props blepoxp. fixes #14389 2010-10-26 13:50:38 +00:00
query.php Remove dead arguments. see [15937], see #13818, props dd32. 2010-10-24 03:27:01 +00:00
registration-functions.php
registration.php
rewrite.php
rss-functions.php
rss.php
script-loader.php Fix infinite recursion caused by malformed URLs. Props mdawaffe. fixes #14655 2010-10-26 13:44:03 +00:00
shortcodes.php
taxonomy.php
template-loader.php
theme.php
update.php
user.php
vars.php
version.php
widgets.php
wlwmanifest.xml
wp-db.php
wp-diff.php