.. |
Text
|
…
|
|
admin-bar
|
Fix attribute spacing. Props Utkarsh. see #14772
|
2010-10-22 18:59:06 +00:00 |
images
|
…
|
|
js
|
Rearrange wp-load include. see #11420.
|
2010-10-24 03:56:10 +00:00 |
pomo
|
…
|
|
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
|
Fix html in WP_Object_Cache::stats. props Utkarsh, fixes #15183.
|
2010-10-21 13:15:24 +00:00 |
canonical.php
|
Pruning shears.
|
2010-10-21 19:55:28 +00:00 |
capabilities.php
|
Do not set role if it is the same. Props nickmomrik. fixes #14708
|
2010-10-22 19:38:20 +00:00 |
category-template.php
|
…
|
|
category.php
|
…
|
|
class-IXR.php
|
…
|
|
class-feed.php
|
…
|
|
class-http.php
|
Support wildcard domains in WP_PROXY_BYPASS_HOSTS and WP_ACCESSIBLE_HOSTS. Fixes #14636
|
2010-10-22 10:27:35 +00:00 |
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
|
…
|
|
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-rss.php
|
…
|
|
feed-rss2-comments.php
|
…
|
|
feed-rss2.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
|
Use a consistent variable.
|
2010-10-23 17:51:18 +00:00 |
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
|
Actions for adding and deleting meta. Props wojtek.szkutnik mitchoyoshitaka. fixes #14173
|
2010-10-22 19:18:33 +00:00 |
ms-blogs.php
|
…
|
|
ms-default-constants.php
|
…
|
|
ms-default-filters.php
|
…
|
|
ms-deprecated.php
|
…
|
|
ms-files.php
|
…
|
|
ms-functions.php
|
s/ms-options/settings. props PeteMall, fixes #14826.
|
2010-10-21 17:09:15 +00:00 |
ms-load.php
|
…
|
|
ms-settings.php
|
…
|
|
nav-menu-template.php
|
Pruning shears.
|
2010-10-21 19:55:28 +00:00 |
nav-menu.php
|
…
|
|
pluggable-deprecated.php
|
…
|
|
pluggable.php
|
…
|
|
plugin.php
|
…
|
|
post-template.php
|
…
|
|
post-thumbnail-template.php
|
…
|
|
post.php
|
Allow page rewrites to be disabled. see #13818.
|
2010-10-26 07:12:06 +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
|
Pass user object through _wp_get_user_contactmethods() to the user_contactmethods filter. props aaroncampbell, fixes #15186.
|
2010-10-21 15:42:06 +00:00 |
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
|
Introduce sanitize_title_for_query(). See #9591
|
2010-10-23 12:55:55 +00:00 |
template-loader.php
|
…
|
|
theme.php
|
…
|
|
update.php
|
…
|
|
user.php
|
Kill off get_users_of_blog args argument.
|
2010-10-21 13:12:05 +00:00 |
vars.php
|
…
|
|
version.php
|
…
|
|
widgets.php
|
…
|
|
wlwmanifest.xml
|
…
|
|
wp-db.php
|
Pruning shears.
|
2010-10-21 19:55:28 +00:00 |
wp-diff.php
|
…
|
|