WordPress/wp-includes
2011-12-01 00:36:19 +00:00
..
css Begin to generalize toolbar icon CSS. see #19404. 2011-12-01 00:16:17 +00:00
images Admin bar: lighter search icon, props chexee, fixes #19151 2011-11-22 23:36:58 +00:00
js Fix the tabbing JS to work as described in the W3 ARIA draft: Tab to select, Enter to show submenu, Esc to close submenu, return to top menu and focus it. See #19394 2011-11-30 01:21:38 +00:00
pomo Avoid 'Only variables should be passed by reference' warnings. Props SergeyBiryukov. see #18975 2011-10-27 20:00:09 +00:00
Text
theme-compat Translated strings in attributes require esc_attr(). s/_e/esc_attr_e/g 2011-10-20 15:04:46 +00:00
admin-bar.php Begin to generalize toolbar icon CSS. see #19404. 2011-12-01 00:16:17 +00:00
atomlib.php
author-template.php Add a filter to is_multi_author(). props Viper007Bond, fixes #18600. 2011-09-07 13:53:53 +00:00
bookmark-template.php
bookmark.php Allow 'id' to work in get_bookmarks(). Add link_notes even though such sorting is a bad idea. see #18068 for 3.3. 2011-09-30 17:03:46 +00:00
cache.php new does not require by reference. 2011-10-18 20:20:59 +00:00
canonical.php Restore RDF feed. fixes #4967. 2011-11-20 18:32:42 +00:00
capabilities.php Provide back compat mapping for user_level, wp_usersettings and wp_usersettingstime properties of WP_User objects. Fixes #19265. 2011-11-17 20:40:24 +00:00
category-template.php Link show_option_all in wp_list_categories() to the posts page if one is set. Props solarissmoke. fixes #18610 2011-11-14 17:24:14 +00:00
category.php Deprecate update_category_cache(). Fixes #15446 2010-11-17 00:56:00 +00:00
class-feed.php Use wp_remote_retrieve_* helper functions instead of the raw HTTP response array. props aaroncampbell, fixes #17416. 2011-05-14 19:45:07 +00:00
class-http.php Avoid E_STRICT notices. see #18975 2011-10-31 19:38:46 +00:00
class-IXR.php s/method_exists/is_callable/. props hakre, fixes #14933. 2010-12-08 19:27:49 +00:00
class-json.php Restore compat for json_decode and json_encode. fixes #18015 for trunk. 2011-07-06 23:33:05 +00:00
class-oembed.php Ensure auto-embed only matches "smugmug.com" and its subdomains. Fixes #19076. 2011-10-28 20:05:43 +00:00
class-phpass.php Fix typos in documentation (wp-includes/[a-h]). See #18560. 2011-09-03 16:02:41 +00:00
class-phpmailer.php Fix typo in PHPMailer. Fixes #17614 props pross. 2011-06-01 20:42:47 +00:00
class-pop3.php Update pop3 class. Props aaroncampbell. fixes #17064 2011-04-21 20:40:32 +00:00
class-simplepie.php s/occured/occurred/. props aldenta, fixes #15653. 2010-12-02 23:30:21 +00:00
class-smtp.php Update phpmailer and smtp to 5.1. Props MattyRob cnorris23. fixes #15912 2011-04-21 20:29:30 +00:00
class-snoopy.php Fix some encoding issues. props hakre, fixes #14735. 2010-10-27 09:54:17 +00:00
class-wp-admin-bar.php Finalize the WP_Admin_Bar architecture for 3.3. 2011-12-01 00:25:04 +00:00
class-wp-ajax-response.php Constructor cleanup. Props ocean90. fixes #16768 2011-04-29 20:05:12 +00:00
class-wp-editor.php Changes user_can_richedit() to default to true for logged out users, same as the default for logged in users, fixes #19320 2011-11-23 22:49:17 +00:00
class-wp-error.php Fix typos in documentation (wp-includes/[a-h]). See #18560. 2011-09-03 16:02:41 +00:00
class-wp-http-ixr-client.php Use wp_remote_retrieve_* helper functions instead of the raw HTTP response array. props aaroncampbell, fixes #17416. 2011-05-14 19:45:07 +00:00
class-wp-walker.php File-level phpdoc for new class files. fixes #10287. 2010-10-30 14:09:05 +00:00
class-wp-xmlrpc-server.php Cast author IDs to strings. Props yoavf. fixes #18869 2011-10-27 18:36:49 +00:00
class-wp.php Use correct variable. We preg_match() against $request_match, so that's what should be checked with empty() too. Fixes #17177. 2011-11-14 21:05:13 +00:00
class.wp-dependencies.php Introduce WP_Dependencies::get_data() method, change scripts and styles priority to follow the "natural" order in HTML, i.e. the last one wins, props scribu, see #11520 2011-07-28 18:24:00 +00:00
class.wp-scripts.php Ressurect WP_Scripts::localize() and fix public function names, fixes #11520 2011-11-08 18:05:59 +00:00
class.wp-styles.php Introduce WP_Dependencies::get_data() method, change scripts and styles priority to follow the "natural" order in HTML, i.e. the last one wins, props scribu, see #11520 2011-07-28 18:24:00 +00:00
comment-template.php Don't use $user_identity global. props duck_. fixes #19146. 2011-11-14 21:35:44 +00:00
comment.php Always pass the post ID as the second argument to the the_title filter. props GaryJ. fixes #16688 2011-10-06 21:09:37 +00:00
compat.php Restore compat for json_decode and json_encode. fixes #18015 for trunk. 2011-07-06 23:33:05 +00:00
cron.php Improve cron locking. Avoid multiple cron processes looping over the same events. fixes #17462 2011-09-09 19:59:44 +00:00
default-constants.php Improve cron locking. Avoid multiple cron processes looping over the same events. fixes #17462 2011-09-09 19:59:44 +00:00
default-filters.php Introduce wp_no_robots(). Call it for pages that should never be indexed, regardless of blog privacy settings. Props nacin. fixes #19251 2011-11-15 20:44:48 +00:00
default-widgets.php Context for 'All Links'. props SergeyBiryukov, pavelevap. fixes #18096. 2011-11-07 17:28:20 +00:00
deprecated.php Move WP_Editor to a _WP_Editors encapsulation. 2011-11-23 19:06:52 +00:00
feed-atom-comments.php Set up the post global variable in the comment feed loops so that any calls to post related template tags work correctly. 2011-09-19 12:39:59 +00:00
feed-atom.php Allow custom author elements such as email. Fixes #17149 props niallkennedy. 2011-04-17 07:39:41 +00:00
feed-rdf.php
feed-rss.php
feed-rss2-comments.php Set up the post global variable in the comment feed loops so that any calls to post related template tags work correctly. 2011-09-19 12:39:59 +00:00
feed-rss2.php Specify feed type in the_category_rss() call. props benward, fixes #14451. 2010-10-26 20:15:18 +00:00
feed.php Restore RDF feed. fixes #4967. 2011-11-20 18:32:42 +00:00
formatting.php Allow 8212/8211 (em dash and en dash) to be translated in wptexturize(). props SergeyBiryukov, fixes #15556. 2011-11-06 18:31:54 +00:00
functions.php Add button styles to the inline styles in _default_wp_die_handler so that the Create a Config button is styled again. Fixes #17975. 2011-11-23 17:29:49 +00:00
functions.wp-scripts.php Phpdoc fix for wp_add_script_before(), see #11520 2011-11-08 18:15:56 +00:00
functions.wp-styles.php Pinking shears 2011-10-24 19:13:23 +00:00
general-template.php Changes user_can_richedit() to default to true for logged out users, same as the default for logged in users, fixes #19320 2011-11-23 22:49:17 +00:00
http.php Fix typos in documentation (wp-includes/[a-h]). See #18560. 2011-09-03 16:02:41 +00:00
kses.php Don't use wp_parse_args() on non associative array. Props SergeyBiryukov. see #18268 2011-10-01 15:54:52 +00:00
l10n.php Check get_site_option(WPLANG) when WP_INSTALLING in mulitiste, just not the blog's option. fixes #18783. 2011-10-25 05:09:03 +00:00
link-template.php Pinking shears 2011-10-24 19:13:23 +00:00
load.php phpdoc typo and readability fixes. Props SergeyBiryukov. fixes #18560 2011-09-29 22:57:43 +00:00
locale.php phpdoc typo and readability fixes. Props SergeyBiryukov. fixes #18560 2011-09-29 22:57:43 +00:00
media.php phpdoc typo and readability fixes. Props SergeyBiryukov. fixes #18560 2011-09-29 22:57:43 +00:00
meta.php Pinking shears 2011-10-24 19:13:23 +00:00
ms-blogs.php Update the blog date whenever a pubic post type is published or changed after being published. fixes #18624 2011-11-03 17:06:45 +00:00
ms-default-constants.php
ms-default-filters.php Update the blog date whenever a pubic post type is published or changed after being published. fixes #18624 2011-11-03 17:06:45 +00:00
ms-deprecated.php Deprecate wpmu_admin_redirect_add_updated_param() and wpmu_admin_do_redirect(). Props SergeyBiryukov. fixes #18619 2011-09-30 15:13:13 +00:00
ms-files.php trailingslashit isn't normally available in ms-files. props davecpage, fixes #18592. 2011-09-06 15:41:57 +00:00
ms-functions.php They call me multisite. props ryan, zeo. see #19020. 2011-12-01 00:36:19 +00:00
ms-load.php Close WP_I18N_WHAT_DO_I_DO translation tag properly. Props Nao. Fixes #19328 2011-11-22 10:22:45 +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 Detect current menu items for root-relative URLs. props filosofo, fixes #15954. 2011-09-22 02:25:57 +00:00
nav-menu.php Rescue those who created menu items before r18733. Trim menu item descriptions. See #16799. 2011-09-20 22:57:47 +00:00
pluggable-deprecated.php Update @deprecated. Props scribu. see #18333 2011-08-05 18:44:43 +00:00
pluggable.php Correct @param text ordering to put "Optional." in description, see r19019 and #18958. Also remove empty docblock tag. 2011-10-20 15:53:57 +00:00
plugin.php Revert other stuffs from [19374]. 2011-11-21 15:43:57 +00:00
post-template.php Pass remaining start_el() arguments to page_css_class. props TheDeadMedic, fixes #17727. 2011-11-10 18:35:25 +00:00
post-thumbnail-template.php Pass $post_id arg directly to get_post_thumbnail_id() from has_post_thumbnail(). The null/get_the_ID() check is already performed at that level of the stack. see #19012. 2011-10-20 15:11:49 +00:00
post.php Switch to sanitize_title_for_query() for Query sanitization (allows for pre-3.3 page slugs to be viewable), Don't update page slugs to new slug-types when the slug is not being changed, Don't issue a XHR if the page slug hasn't changed. Group effort props xknown, markjaquith, nacin. See #19292 2011-11-24 00:20:21 +00:00
query.php Switch to sanitize_title_for_query() for Query sanitization (allows for pre-3.3 page slugs to be viewable), Don't update page slugs to new slug-types when the slug is not being changed, Don't issue a XHR if the page slug hasn't changed. Group effort props xknown, markjaquith, nacin. See #19292 2011-11-24 00:20:21 +00:00
registration-functions.php Move registration.php functions to user.php. Deprecate registration.php, everything is now included by default. fixes #13761. 2010-10-27 10:46:24 +00:00
registration.php Move registration.php functions to user.php. Deprecate registration.php, everything is now included by default. fixes #13761. 2010-10-27 10:46:24 +00:00
rewrite.php Avoid notice when handling malformed permalink structure. Props SergeyBiryukov. fixes #18883 2011-11-17 18:43:33 +00:00
rss-functions.php
rss.php Use wp_remote_retrieve_* helper functions instead of the raw HTTP response array. props aaroncampbell, fixes #17416. 2011-05-14 19:45:07 +00:00
script-loader.php Begin to generalize toolbar icon CSS. see #19404. 2011-12-01 00:16:17 +00:00
shortcodes.php Avoid preg backtrack limit errors with large posts when processing shortcodes. Props mdawaffe. fixes #15600 2011-10-12 16:50:30 +00:00
taxonomy.php Avoid undefined index notices. Props SergeyBiryukov, valendesigns. fixes #18455 2011-10-28 19:52:14 +00:00
template-loader.php
theme.php Check is_array() against get_themes() in get_theme(). props cgrymala, see #19244. 2011-11-14 23:56:18 +00:00
update.php Revert update changes that snuck in with [19311]. see #19255, see #18876. 2011-11-16 07:23:15 +00:00
user.php is_user_member_of_blog() [no args] should return true for logged in users on single site. $wpdb->blogid is 0, but the current blog ID isn't. Fixes #19160. 2011-11-07 23:07:07 +00:00
vars.php Globalize everything in vars.php. props duck_. fixes #17749. 2011-10-18 19:44:00 +00:00
version.php Initialize active_sitewide_plugins during network install and upgrade. fixes #19385 2011-11-28 20:35:36 +00:00
widgets.php Check the sidebar class for orphaned sidebars, match sidebars by id while retrieving orphans and the theme has not changed, props SergeyBiryukov, fixes #19350 2011-11-26 06:16:43 +00:00
wlwmanifest.xml
wp-db.php Remove reference to get_last_error(), it doesn't exist. props mitchoyoshitaka, fixes #19002. 2011-11-15 00:18:41 +00:00
wp-diff.php More constructor cleanup. Props ampt. see #16768 2011-04-30 17:18:39 +00:00