WordPress/wp-includes
2012-03-02 22:15:21 +00:00
..
css Compress scripts/styles: 3.4-alpha-19996. 2012-02-25 04:16:01 +00:00
images
js Compress scripts/styles: 3.4-alpha-20061. 2012-03-01 19:00:20 +00:00
pomo
Text
theme-compat
admin-bar.php
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-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-admin-bar.php
class-wp-ajax-response.php
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 Introduce new theme customizer to replace theme preview. Rough first pass. props koopersmith, ocean90. see #19910. 2012-02-25 04:12:43 +00:00
class-wp-customize-setting.php Theme Customizer: Strip slashes when sanitizing previewed values. see #19910. 2012-02-28 21:21:16 +00:00
class-wp-customize.php Theme Customizer: Use wp_loaded for customize setting registration. see #19910. 2012-03-01 00:14:51 +00:00
class-wp-editor.php Don't pass non-existing rtl stylesheet to TinyMCE, update phpdoc for add_editor_style(), see #19437 2012-03-01 00:18:26 +00:00
class-wp-error.php
class-wp-http-ixr-client.php
class-wp-theme.php Use correct variable; return correct value for get_screenshot() when value is uncached. see #20103. 2012-02-29 20:46:41 +00:00
class-wp-walker.php
class-wp-xmlrpc-server.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
class-wp.php
class.wp-dependencies.php Use one space, not two, after trailing punctuation. fixes #19537 2011-12-13 23:45:31 +00:00
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 Pinking shears 6-20000 2012-02-27 19:46:52 +00:00
compat.php
cron.php
customize-controls.php Theme Customizer: Use home_url instead of get_home_url. props nacin, fixes #20137, see #19910. 2012-02-29 23:28:13 +00:00
default-constants.php
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 Can haz recursion? get_current_theme() is deprecated in favor of wp_get_theme(), not itself. props duck_. see #20138. 2012-02-29 20:22:16 +00:00
feed-atom-comments.php
feed-atom.php
feed-rdf.php
feed-rss2-comments.php
feed-rss2.php
feed-rss.php
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 Use array_combine() in get_file_data() and avoid variable variables when an array is just fine. fixes #20126. 2012-03-02 21:07:31 +00:00
functions.wp-scripts.php
functions.wp-styles.php
general-template.php
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
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
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
option.php
pluggable-deprecated.php
pluggable.php
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
post.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
query.php Return to apply_filters_ref_array() for back compat with callbacks that specify a ref for the args. Props scribu. see #18536 2012-02-28 20:37:47 +00:00
registration-functions.php
registration.php Lose EOF ?>. Clean up EOF newlines. fixes #12307 2012-01-08 17:01:11 +00:00
rewrite.php Pinking shears 6-20000 2012-02-27 19:46:52 +00:00
rss-functions.php
rss.php
script-loader.php Introduce jQuery Masonry. Use it to arrange header thumbnails on custom header screen. Props aaroncampbell. fixes #17242 2012-03-01 18:57:28 +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 Don't pass non-existing rtl stylesheet to TinyMCE, update phpdoc for add_editor_style(), see #19437 2012-03-01 00:18:26 +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-20095. 2012-03-02 22:15:21 +00:00
widgets.php One newline is enough. 2012-01-05 20:10:39 +00:00
wlwmanifest.xml
wp-db.php
wp-diff.php