.. |
Text
|
…
|
|
css
|
Compress scripts/styles: 3.4-alpha-20186.
|
2012-03-15 05:45:23 +00:00 |
images
|
…
|
|
js
|
Compress scripts/styles: 3.4-alpha-20192.
|
2012-03-15 13:58:27 +00:00 |
pomo
|
…
|
|
theme-compat
|
…
|
|
admin-bar.php
|
In the admin, render the Toolbar immediately, rather than waiting until the footer. When intensive pages take a while to load, you aren't stuck without a working admin header. fixes #20161.
|
2012-03-02 22:51:29 +00:00 |
atomlib.php
|
…
|
|
author-template.php
|
…
|
|
bookmark-template.php
|
…
|
|
bookmark.php
|
…
|
|
cache.php
|
Prevent notices by checking if the $group key isset(). See #20004.
|
2012-03-02 21:57:03 +00:00 |
canonical.php
|
Ensure that a category is part of the query before redirecting permalink structures containing %category%. Fixes #19241.
|
2012-02-21 19:00:06 +00:00 |
capabilities.php
|
…
|
|
category-template.php
|
Reduce references to the $wp_rewrite global because it's no longer used or a wrapper function can be used instead. Fixes #14546.#14546.
|
2012-02-28 20:29:33 +00:00 |
category.php
|
…
|
|
class-IXR.php
|
…
|
|
class-feed.php
|
…
|
|
class-http.php
|
WP_HTTP: Curl: Handle Redirections in PHP rather than internally in Curl, Simplifies code flow between safe_mode On and Off, and works around certain bugs. Props simonwheatley for initial patch. Fixes #20219, Fixes #17490
|
2012-03-18 05:00:05 +00:00 |
class-json.php
|
…
|
|
class-oembed.php
|
…
|
|
class-phpass.php
|
…
|
|
class-phpmailer.php
|
Upgrade PHPMailer to 5.2.1. Props MattyRob. fixes #19887
|
2012-02-07 16:13:51 +00:00 |
class-pop3.php
|
…
|
|
class-simplepie.php
|
Switch from Net_IPv6 to SimplePie_Net_IPv6. Props stephdau, rmccue. fixes #19991
|
2012-02-09 20:17:23 +00:00 |
class-smtp.php
|
Upgrade PHPMailer to 5.2.1. Props MattyRob. fixes #19887
|
2012-02-07 16:13:51 +00:00 |
class-snoopy.php
|
…
|
|
class-wp-admin-bar.php
|
…
|
|
class-wp-ajax-response.php
|
Make sure we are using the admin-ajax handler when we call wp_die() for WP_Ajax_Response. see #20024.
|
2012-02-12 19:02:07 +00:00 |
class-wp-atom-server.php
|
New wp_die_app_handler context in wp_die() for APP requests. Introduces _scalar_wp_die_handler() as a generic handler that wraps die(), for use by plugins. Move deprecated function to the end of the wp-app.php file (same as xmlrpc.php). see #20042.
|
2012-03-01 21:35:15 +00:00 |
class-wp-customize-section.php
|
Theme Customizer: Move section descriptions to the title attribute of the section name. see #19910.
|
2012-03-15 05:32:40 +00:00 |
class-wp-customize-setting.php
|
Theme Customizer: Improve sidebar CSS. Display most elements inline, refine padding/line-heights. see #19910.
|
2012-03-15 05:30:11 +00:00 |
class-wp-customize.php
|
Introduce new registration methods for custom headers and custom backgrounds. Backwards compatible, but old methods will be deprecated. see #20249. see #17242.
|
2012-03-19 17:12:44 +00:00 |
class-wp-editor.php
|
Set proper HTML5 input types in the admin, props georgestephanis, fixes #17863
|
2012-03-10 01:23:48 +00:00 |
class-wp-error.php
|
…
|
|
class-wp-http-ixr-client.php
|
…
|
|
class-wp-theme.php
|
Updates to WP_Theme, wp_get_themes(), and related deprecated functions, after [UT570] [UT578] [UT579]. see #20103.
|
2012-03-15 15:39:21 +00:00 |
class-wp-walker.php
|
…
|
|
class-wp-xmlrpc-server.php
|
XMLRPC: Start casting datatypes in _prepare_term so as to ensure consistent datatypes in our responses. See #18438.
|
2012-03-08 13:31:32 +00:00 |
class-wp.php
|
Deprecate ancient "debugging" tools.
|
2012-02-17 00:02:42 +00:00 |
class.wp-dependencies.php
|
…
|
|
class.wp-scripts.php
|
Pinking shears 6-20000
|
2012-02-27 19:46:52 +00:00 |
class.wp-styles.php
|
…
|
|
comment-template.php
|
…
|
|
comment.php
|
Add $post_ID context to the pre_ping filter. props alexkingorg, devesine. fixes #18506.
|
2012-03-06 22:44:44 +00:00 |
compat.php
|
…
|
|
cron.php
|
Use site_url() to construct the cron url. Props SergeyBiryukov. see #13449
|
2012-02-14 17:53:35 +00:00 |
customize-controls.php
|
Theme Customizer: Move contents of customize.loader.css to wp-admin.css. Make markup/CSS for the full-screen overlay modular. see #19910.
|
2012-03-07 03:19:35 +00:00 |
default-constants.php
|
Provide a DB fallback for keys in wp_salt(). Fall back when any secret is used more than once. Change how we detect a localized 'put your unique phrase here' -- eliminate $wp_default_secret_key and introduce $wp_secret_key_default to be added during the localized build process, not by translators. fixes #19599.
|
2012-01-27 18:52:20 +00:00 |
default-filters.php
|
…
|
|
default-widgets.php
|
Add a trailing colon for consistency with other widget labels. See #20158.
|
2012-03-02 20:25:12 +00:00 |
deprecated.php
|
Updates to WP_Theme, wp_get_themes(), and related deprecated functions, after [UT570] [UT578] [UT579]. see #20103.
|
2012-03-15 15:39:21 +00:00 |
feed-atom-comments.php
|
Use the site's locale for the feed language. Provides the same result as language_attributes(). Removes the rss_language option. fixes #13440. see #5517.
|
2012-01-29 19:56:33 +00:00 |
feed-atom.php
|
Use the site's locale for the feed language. Provides the same result as language_attributes(). Removes the rss_language option. fixes #13440. see #5517.
|
2012-01-29 19:56:33 +00:00 |
feed-rdf.php
|
…
|
|
feed-rss.php
|
Use the site's locale for the feed language. Provides the same result as language_attributes(). Removes the rss_language option. fixes #13440. see #5517.
|
2012-01-29 19:56:33 +00:00 |
feed-rss2-comments.php
|
…
|
|
feed-rss2.php
|
Use the site's locale for the feed language. Provides the same result as language_attributes(). Removes the rss_language option. fixes #13440. see #5517.
|
2012-01-29 19:56:33 +00:00 |
feed.php
|
…
|
|
formatting.php
|
<input> is not a block-level element; do not treat it like one in wpautop(). props SergeyBiryukov. props kurtpayne for the unit test. fixes #16456.
|
2012-03-02 19:59:50 +00:00 |
functions.php
|
Restore the h1 styling for wp_die(), primarily affects database down messages. See #17975
|
2012-03-18 11:51:25 +00:00 |
functions.wp-scripts.php
|
…
|
|
functions.wp-styles.php
|
…
|
|
general-template.php
|
Don't try to load the visual editor for Amazon's Silk browser (Kindle Fire), as it doesn't work. Add in a sunrise clause for WebKit build 534. see #20012.
|
2012-02-17 00:21:00 +00:00 |
http.php
|
…
|
|
kses.php
|
Reduce memory usage in wp-includes/kses.php by switching unnecessary empty arrays to boolean. Fixes #20017.
|
2012-02-21 20:33:44 +00:00 |
l10n.php
|
Load the new admin and network admin mo files, if present. see #19852
|
2012-01-27 22:19:56 +00:00 |
link-template.php
|
Reduce references to the $wp_rewrite global because it's no longer used or a wrapper function can be used instead. Fixes #14546.#14546.
|
2012-02-28 20:29:33 +00:00 |
load.php
|
Use is_rtl() for html direction when possible. In sites.php, language_attributes() will always exist (MU vestige). When the DB is dead, language_attributes() is worse than a simple is_rtl() check. is_rtl() exists here due to wp_load_translations_early(). see #18180.
|
2012-02-08 06:05:35 +00:00 |
locale.php
|
Add a translator's comment. see #19924.
|
2012-02-06 19:43:26 +00:00 |
media.php
|
Theme Customizer: Bind wp_plupload_default_settings() to the customize_controls_enqueue_scripts hook. Fixes JS errors. see #19910, [20189].
|
2012-03-15 19:46:15 +00:00 |
meta.php
|
…
|
|
ms-blogs.php
|
Add refresh_blog_details action. Props mdawaffe. fixes #19987
|
2012-02-09 19:53:53 +00:00 |
ms-default-constants.php
|
…
|
|
ms-default-filters.php
|
…
|
|
ms-deprecated.php
|
…
|
|
ms-files.php
|
…
|
|
ms-functions.php
|
Pass WP_User object to the newuser_notify_siteadmin filter. props boonebgorges. fixes #20162.
|
2012-03-02 23:52:19 +00:00 |
ms-load.php
|
Introduce wp_load_translations_early(), which can be used before the locale is properly loaded in order to translate early error strings. Internationalize setup-config.php -- translators no longer have a reason to modify this file. fixes #18180.
|
2012-01-26 20:34:27 +00:00 |
ms-settings.php
|
Introduce wp_load_translations_early(), which can be used before the locale is properly loaded in order to translate early error strings. Internationalize setup-config.php -- translators no longer have a reason to modify this file. fixes #18180.
|
2012-01-26 20:34:27 +00:00 |
nav-menu-template.php
|
…
|
|
nav-menu.php
|
…
|
|
option.php
|
…
|
|
pluggable-deprecated.php
|
…
|
|
pluggable.php
|
Internally cache return values of wp_salt(). Always run the filter. Big performance gains on a pageload that generates hundreds of nonces. see #19599.
|
2012-03-07 03:41:56 +00:00 |
plugin.php
|
…
|
|
post-template.php
|
Introduce get_page_template_slug( $id = null ) to return a page's template (like "showcase.php"). Returns false if post ID is not a page, and an empty string for the default page template. Use the function across core. props billerickson for initial patch. fixes #18750.
|
2012-03-02 18:56:54 +00:00 |
post-thumbnail-template.php
|
Split the main WP_Query posts query into two queries to avoid temp tables. Leverage cache to avoid second query in persistent cache environments. Props scribu, cheald, prettyboymp. see #18536
|
2012-02-14 15:09:35 +00:00 |
post.php
|
Use return value of update_post_meta() in set_post_thumbnail() instead of always returning true. Props webord. Fixes #20218.
|
2012-03-14 09:48:57 +00:00 |
query.php
|
Call _get_post_ancestors() from get_post_ancestors() if the ancestors property is not set in the post object. Works around situations where ancestors is not set in the cached version of the post object. see #18536
|
2012-03-12 18:23:48 +00:00 |
registration-functions.php
|
…
|
|
registration.php
|
…
|
|
rewrite.php
|
Pinking shears 6-20000
|
2012-02-27 19:46:52 +00:00 |
rss-functions.php
|
…
|
|
rss.php
|
…
|
|
script-loader.php
|
Theme Customizer: First pass for upload controls, using background image as an example. Add a wrapper for Plupload that allows for custom upload UIs. see #19910.
|
2012-03-15 04:14:05 +00:00 |
shortcodes.php
|
…
|
|
taxonomy.php
|
Reduce references to the $wp_rewrite global because it's no longer used or a wrapper function can be used instead. Fixes #14546.#14546.
|
2012-02-28 20:29:33 +00:00 |
template-loader.php
|
…
|
|
template.php
|
Introduce get_page_template_slug( $id = null ) to return a page's template (like "showcase.php"). Returns false if post ID is not a page, and an empty string for the default page template. Use the function across core. props billerickson for initial patch. fixes #18750.
|
2012-03-02 18:56:54 +00:00 |
theme.php
|
The word 'support' does not have a overly long 'p'. see #20249.
|
2012-03-19 18:00:27 +00:00 |
update.php
|
Introduce WP_Theme, wp_get_themes(), and wp_get_theme() to replace get_themes(), get_theme(), get_theme_data(), current_theme_info(), and others.
|
2012-02-28 21:24:44 +00:00 |
user.php
|
$userdata should be null for anonymous requests. props MattyRob. props duck_ for the unit test. fixes #19769 for trunk.
|
2012-03-02 20:59:30 +00:00 |
vars.php
|
…
|
|
version.php
|
Compress scripts/styles: 3.4-alpha-20205.
|
2012-03-16 04:58:24 +00:00 |
widgets.php
|
…
|
|
wlwmanifest.xml
|
…
|
|
wp-db.php
|
Refactor WPDB::get_caller() into wp_debug_backtrace_summary() and improve the functionality to provide enhanced context and a standardised default pretty format. Fixes #19589
|
2012-01-28 11:56:50 +00:00 |
wp-diff.php
|
…
|
|