WordPress/wp-includes
2014-05-15 19:14:14 +00:00
..
certificates
css In the Attachment Details section of the media modal, only add box-shadow to images. Other mime-type icons look strange with an arbitrary border. 2014-05-11 06:19:14 +00:00
fonts
ID3
images
js In wp.media.view.Settings::update(), when handling checkboxes, check for a value of 'false' in addition to casting value to boolean. !! 'false' evaluates to true. 2014-05-11 07:03:15 +00:00
pomo
SimplePie SimplePie: Fix use of DOMElement as array. 2013-09-11 04:02:10 +00:00
Text
theme-compat Eliminate use of extract() in wp-includes/theme-compat/comments-popup.php. 2014-05-13 04:40:16 +00:00
admin-bar.php
atomlib.php First there were two, and now there are three -- in the @since versions that came before and that shall be. And so it will be, says nacin. 2013-12-24 18:57:12 +00:00
author-template.php Eliminate use of extract() in wp_list_authors(). 2014-05-13 06:02:14 +00:00
bookmark-template.php Eliminate use of extract() in get_media_item(). 2014-05-15 02:45:15 +00:00
bookmark.php Eliminate use of extract() in get_bookmarks(). 2014-05-15 01:58:15 +00:00
cache.php
canonical.php Clean up duplicate hook notations and adjacency for calls to the wp_signup_location filter. 2014-04-25 07:12:14 +00:00
capabilities.php
category-template.php In Walker_Category::start_el(), $title might not be set when $args are passed multiple levels into walk_category_tree(). 2014-05-15 19:14:14 +00:00
category.php
class-feed.php
class-http.php In WP_Http_Curl::request(), $theResponse is unused. There are other curl_exec() calls that do not return as well. 2014-05-06 18:26:14 +00:00
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 In wp-includes/class-wp-admin-bar.php, break is unreachabled after return. 2014-05-06 18:29:15 +00:00
class-wp-ajax-response.php Eliminate use of extract() in WP_Ajax_Response::add(). Just set most of the properties to variables to avoid interpolation churn. 2014-05-15 15:25:14 +00:00
class-wp-customize-control.php Customizer: Correct reference to the 'Add new image' button. 2014-04-19 19:45:14 +00:00
class-wp-customize-manager.php Customizer: Properly handle widget settings when activating a previewed theme. 2014-04-14 22:46:16 +00:00
class-wp-customize-section.php
class-wp-customize-setting.php In wp-includes/class-wp-customize-setting.php, break is unreachable after return. 2014-05-06 18:34:14 +00:00
class-wp-customize-widgets.php Widgets: Remove create_function() from the customizer class. 2014-04-16 00:11:35 +00:00
class-wp-editor.php Improve TinyMCE string for paste command browser support. 2014-04-25 21:20:14 +00:00
class-wp-embed.php Use a proper docs-specific variable for the first parameter passed to the embed_oembed_discover filter. 2014-05-13 04:29:14 +00:00
class-wp-error.php
class-wp-http-ixr-client.php
class-wp-image-editor-gd.php
class-wp-image-editor-imagick.php
class-wp-image-editor.php In WP_Image_Editor::get_output_format(), $file_mime and $file_ext are set twice before they are used. 2014-05-06 18:37:29 +00:00
class-wp-theme.php
class-wp-walker.php In Walker::walk() and Walker::paged_walk(), $id_field is set and never used. 2014-05-06 21:09:19 +00:00
class-wp-xmlrpc-server.php Eliminate use of extract() in wp_xmlrpc_server::blogger_editPost(). 2014-05-15 03:25:15 +00:00
class-wp.php
class.wp-dependencies.php
class.wp-scripts.php
class.wp-styles.php Ensure the style_loader_tag filter hook is only documented once. 2014-04-25 06:29:14 +00:00
comment-template.php Eliminate use of extract() in get_comment_reply_link(). 2014-05-15 15:35:15 +00:00
comment.php Eliminate use of extract() in wp_allow_comment(). 2014-05-15 18:10:15 +00:00
compat.php
cron.php
date.php In WP_Date_Query::get_sql_for_subquery(), don't parse duplicate parameters - only parse one of w and week or month and monthnum. 2014-05-04 23:07:14 +00:00
default-constants.php
default-filters.php
default-widgets.php Eliminate use of extract() in default-widgets.php. 2014-05-15 16:33:15 +00:00
deprecated.php
feed-atom-comments.php
feed-atom.php
feed-rdf.php
feed-rss2-comments.php
feed-rss2.php
feed-rss.php
feed.php Where a filter no longer exists, it need not be notated. 2014-05-06 05:38:15 +00:00
formatting.php
functions.php Eliminate the use of extract() in wp_check_filetype_and_ext(). 2014-05-15 06:22:14 +00:00
functions.wp-scripts.php
functions.wp-styles.php
general-template.php Eliminate use of extract() in paginate_links(). Adds unit tests. Moves tests/general/template.php (which only had one method) to tests/general/paginateLinks.php. 2014-05-14 22:29:14 +00:00
http.php Remove by-reference modifiers from arguments in wp_remote_retrieve_* functions. 2014-05-05 18:46:15 +00:00
kses.php
l10n.php
link-template.php In edit_post_link(), $post_type_obj is unused. 2014-05-06 21:27:15 +00:00
load.php
locale.php
media-template.php In the Attachment Details section of the media modal, only add box-shadow to images. Other mime-type icons look strange with an arbitrary border. 2014-05-11 06:19:14 +00:00
media.php Eliminate use of extract() in gallery_shortcode(). 2014-05-15 03:41:15 +00:00
meta.php In update_metadata_by_mid(), $original_value is unused. 2014-05-06 21:29:26 +00:00
ms-blogs.php
ms-default-constants.php
ms-default-filters.php
ms-deprecated.php
ms-files.php
ms-functions.php
ms-load.php In get_network_by_path(), $exact_domains is unused. 2014-05-06 21:32:16 +00:00
ms-settings.php Multisite: Fix case sensitivity regressions in 3.9. 2014-05-06 05:24:14 +00:00
nav-menu-template.php In Walker_Nav_Menu::start_el(), $class_names is set twice before it is used. 2014-05-06 21:33:14 +00:00
nav-menu.php Correct @return value for wp_create_nav_menu() and wp_delete_nav_menu(). 2014-05-02 11:59:14 +00:00
option.php
pluggable-deprecated.php
pluggable.php Eliminate the use of extract() in wp_mail(). Check the filtered array for each value before re-setting variables. 2014-05-15 06:17:15 +00:00
plugin.php
post-formats.php
post-template.php Set @param back to $output, not $html, in the inline filter docs. This was a copy/paste mistake. 2014-05-15 05:08:14 +00:00
post-thumbnail-template.php
post.php Eliminate use of extract() in trackback_url_list(). 2014-05-13 04:44:15 +00:00
query.php In WP_Query, remove duplicate variable setting: 2014-05-06 21:43:20 +00:00
registration-functions.php
registration.php
revision.php In wp-includes/revision.php - remove dead code: 2014-05-07 03:38:16 +00:00
rewrite.php
rss-functions.php
rss.php
script-loader.php In print_admin_styles(), $zip is never used after being set. $compress_css does not need to be imported. 2014-05-07 03:47:14 +00:00
shortcodes.php Update the inline docs for add_shortcode() to eliminate suggestion to use extract(). 2014-05-15 03:28:15 +00:00
taxonomy.php Eliminate the use of extract() in get_objects_in_term(). Only one property (order) was extracted. 2014-05-15 05:43:16 +00:00
template-loader.php
template.php
theme.php In wp-includes/theme.php, break is unreachable after return. 2014-05-07 03:50:14 +00:00
update.php Translate a string added in 3.7.1 but never translated previously. 2014-04-16 00:38:14 +00:00
user.php Eliminate the use of extract() in wp_dropdown_users(). 2014-05-15 05:18:15 +00:00
vars.php Update the wp-inclues/vars.php file header to include Nginx as a recognized web server. 2014-01-10 18:15:13 +00:00
version.php TinyMCE: when adding a caption to an image that is in a paragraph with other text, move the caption node above the paragraph instead of below. See #27922, for trunk. 2014-04-23 20:42:14 +00:00
widgets.php In WP_Widget::update_callback(), $sidebars_widgets is unused. 2014-05-07 03:52:15 +00:00
wlwmanifest.xml
wp-db.php In wpdb, remove dead code: 2014-05-07 03:56:14 +00:00
wp-diff.php