Wordpress/wp-includes
Andrew Ozz bcd9d1a36e Moves orphaned sidebars to main content area above Inactive Widgets, props aaroncampbell, see #17979
git-svn-id: https://develop.svn.wordpress.org/trunk@18631 602fd350-edb4-49c9-b593-d223f7449a82
2011-09-03 03:01:11 +00:00
..
Text
css Fix editor icons when no SCRIPT_DEBUG, see #17144 2011-08-03 23:56:21 +00:00
images Fix editor icons when no SCRIPT_DEBUG, see #17144 2011-08-03 23:56:21 +00:00
js s/hask/hack/. props scribu, see #16695. 2011-09-02 21:25:42 +00:00
pomo Sync pomo library with the current GlotPress version 2011-08-11 04:29:35 +00:00
theme-compat <!DOCTYPE html> for all, fixes #18202 2011-07-22 00:25:41 +00:00
admin-bar.php
atomlib.php
author-template.php @since s/3.2/3.2.0/ 2011-06-11 04:40:18 +00:00
bookmark-template.php
bookmark.php
cache.php Introduce wp_cache_incr() and wp_cache_decr(). fixes #18494 2011-08-22 17:39:44 +00:00
canonical.php
capabilities.php Handle null user ID in the WP_User constructor. Props kawauso. fixes #17894 2011-08-24 19:47:35 +00:00
category-template.php
category.php
class-IXR.php
class-feed.php
class-http.php
class-json.php
class-oembed.php
class-phpass.php Update phpass. Props duck_. fixes #16072 2011-04-21 20:44:39 +00:00
class-phpmailer.php
class-pop3.php
class-simplepie.php
class-smtp.php
class-snoopy.php
class-wp-admin-bar.php Some more class instantiations. props eko-fr, fixes #18049. 2011-08-18 06:16:57 +00:00
class-wp-ajax-response.php
class-wp-editor.php Load all Parent theme stylesheets before Child theme stylesheets in the TinyMCE Editor. props SergeyBiryukov. Fixes #18457 2011-08-19 14:56:34 +00:00
class-wp-error.php
class-wp-http-ixr-client.php
class-wp-walker.php
class-wp-xmlrpc-server.php Check for comment existence before checking edit_comment meta cap. props xknown, fixes #18104. 2011-08-23 10:22:34 +00:00
class-wp.php
class.wp-dependencies.php
class.wp-scripts.php
class.wp-styles.php
comment-template.php
comment.php
compat.php
cron.php
default-constants.php
default-filters.php Avoid losing widgets when switching themes - take one, props aaroncampbell, see #17979 2011-09-02 22:13:55 +00:00
default-widgets.php
deprecated.php Introduce metadata_exists(), WP_User::get_data_by(), WP_User::get(), WP_User::has_prop(). Don't fill user objects with meta. Eliminate data duplication in cache and memory. Props scribu. see #15458 2011-08-24 19:32:59 +00:00
feed-atom-comments.php
feed-atom.php
feed-rdf.php
feed-rss.php
feed-rss2-comments.php
feed-rss2.php
feed.php
formatting.php Add 'q' tag to nestable tags list in force_balance_tags(). props solarissmoke, fixes #6870. 2011-08-23 15:37:38 +00:00
functions.php Properly handle nested arrays in wp_list_filter(). Props scribu, SergeyBiryukov. fixes #16137 2011-08-25 19:50:29 +00:00
functions.wp-scripts.php Call _doing_it_wrong() individually in wp_scripts and wp_styles functions. Partially reverts [18556], [18557], removes wp_styles_init(), wp_scripts_init(). fixes #11526. 2011-08-17 21:02:43 +00:00
functions.wp-styles.php Call _doing_it_wrong() individually in wp_scripts and wp_styles functions. Partially reverts [18556], [18557], removes wp_styles_init(), wp_scripts_init(). fixes #11526. 2011-08-17 21:02:43 +00:00
general-template.php
http.php
kses.php
l10n.php
link-template.php
load.php
locale.php
media.php Remove unused global. Props ocean90. fixes #18484 2011-08-25 19:35:22 +00:00
meta.php Introduce metadata_exists(), WP_User::get_data_by(), WP_User::get(), WP_User::has_prop(). Don't fill user objects with meta. Eliminate data duplication in cache and memory. Props scribu. see #15458 2011-08-24 19:32:59 +00:00
ms-blogs.php Use update_blog_details() in wpmu_update_blogs_date(). Props jakub.tyrcha. fixes #18122 2011-08-25 18:01:49 +00:00
ms-default-constants.php
ms-default-filters.php
ms-deprecated.php
ms-files.php
ms-functions.php Instantiate some MS variables as objects before using them. Spaces not tabs for vertical alignment. Remove unnecessary conditional piece. props PeteMall, see #18049. 2011-08-17 17:49:57 +00:00
ms-load.php Don't set the site_name cache on every call to get_current_site_name(). Props mark-k, solarissmoke. fixes #16676 2011-08-25 19:29:47 +00:00
ms-settings.php Remove old $base/BASE MU check. props mdawaffe, fixes #18479. 2011-08-18 22:27:30 +00:00
nav-menu-template.php
nav-menu.php
pluggable-deprecated.php
pluggable.php Introduce metadata_exists(), WP_User::get_data_by(), WP_User::get(), WP_User::has_prop(). Don't fill user objects with meta. Eliminate data duplication in cache and memory. Props scribu. see #15458 2011-08-24 19:32:59 +00:00
plugin.php
post-template.php
post-thumbnail-template.php
post.php Cast to array in get_page_by_path() foreach 2011-08-31 06:46:16 +00:00
query.php
registration-functions.php
registration.php
rewrite.php Fix rewrite documentation typo and clarify with "rules array" over "this/the structure". props SergeyBiryukov. see #16687 2011-08-18 17:57:22 +00:00
rss-functions.php
rss.php
script-loader.php Moves orphaned sidebars to main content area above Inactive Widgets, props aaroncampbell, see #17979 2011-09-03 03:01:11 +00:00
shortcodes.php
taxonomy.php Support fields = slugs in wp_get_object_terms(). Props lancewillett, SergeyBiryukov. fixes #15835 2011-08-25 18:49:46 +00:00
template-loader.php
theme.php Avoid losing widgets when switching themes - take one, props aaroncampbell, see #17979 2011-09-02 22:13:55 +00:00
update.php
user.php Introduce metadata_exists(), WP_User::get_data_by(), WP_User::get(), WP_User::has_prop(). Don't fill user objects with meta. Eliminate data duplication in cache and memory. Props scribu. see #15458 2011-08-24 19:32:59 +00:00
vars.php
version.php
widgets.php Avoid losing widgets when switching themes - take one, props aaroncampbell, see #17979 2011-09-02 22:13:55 +00:00
wlwmanifest.xml
wp-db.php Clarify %d is an integer in wpdb documentation. See #18407 2011-08-19 15:01:35 +00:00
wp-diff.php