WordPress/wp-includes
2014-05-19 05:45:16 +00:00
..
certificates
css
fonts
ID3
images
js DFW: fix closing only the wpLink or media modal when pressing Esc. 2014-05-16 18:17:14 +00:00
pomo Eliminate the use of extract() in MO::import_from_reader(). 2014-05-17 17:21:14 +00:00
SimplePie
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
author-template.php Eliminate use of extract() in wp_list_authors(). 2014-05-13 06:02:14 +00:00
bookmark-template.php In wp_list_bookmarks(), $categorize should now be $r['categorize]. 2014-05-19 05:11:14 +00:00
bookmark.php Eliminate use of extract() in get_bookmarks(). 2014-05-15 01:58:15 +00:00
cache.php Add access modifiers to methods/members in WP_Object_Cache. Add a magic __get() method for BC. 2014-05-19 05:16:15 +00:00
canonical.php
capabilities.php Add access modifiers to methods/members in WP_Roles. Add a magic __call() method for BC. 2014-05-19 05:20:14 +00:00
category-template.php Add access modifiers to methods/members in Walker_Category and Walker_CategoryDropdown. 2014-05-19 05:23:14 +00:00
category.php
class-feed.php Add access modifiers to methods/members in WP_Feed_Cache, WP_SimplePie_File, and WP_Feed_Cache_Transient. 2014-05-19 05:27:15 +00:00
class-http.php Add access modifier to methods of HTTP classes. There are no new private or protected methods, so no need for __call(). 2014-05-19 05:34:15 +00:00
class-IXR.php
class-json.php
class-oembed.php Add access modifier to methods/members in WP_oEmbed. Adds a magic __call() method for BC. 2014-05-19 05:37:13 +00:00
class-phpass.php
class-phpmailer.php
class-pop3.php
class-simplepie.php hackificator complains if you call include 'file.php' without the parens, needs to be include( 'file.php' ) 2014-05-18 20:52:15 +00:00
class-smtp.php
class-snoopy.php
class-wp-admin-bar.php
class-wp-ajax-response.php Add access modifier to methods/members in WP_Ajax_Response. Adds a magic __get() method for BC. 2014-05-19 05:41:14 +00:00
class-wp-customize-control.php Add missing access modifiers to methods/members in WP_Customize_*. 2014-05-19 05:45:16 +00:00
class-wp-customize-manager.php Add missing access modifiers to methods/members in WP_Customize_*. 2014-05-19 05:45:16 +00:00
class-wp-customize-section.php Add missing access modifiers to methods/members in WP_Customize_*. 2014-05-19 05:45:16 +00:00
class-wp-customize-setting.php Add missing access modifiers to methods/members in WP_Customize_*. 2014-05-19 05:45:16 +00:00
class-wp-customize-widgets.php
class-wp-editor.php
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
class-wp-theme.php
class-wp-walker.php
class-wp-xmlrpc-server.php In wp_xmlrpc_server::mw_editPost, also set $post_type = $postdata['post_type']. 2014-05-16 18:06:15 +00:00
class-wp.php
class.wp-dependencies.php
class.wp-scripts.php
class.wp-styles.php
comment-template.php Eliminate use of extract() in get_comment_reply_link(). 2014-05-15 15:35:15 +00:00
comment.php The cache key for comments in WP_Comment_Query::query() needs to do wp_array_slice_assoc( $this->query_vars, array_keys( $defaults ) ) instead of compact( array_keys( $defaults ) ). The latter assumes all of those variables are still floating around. 2014-05-16 21:09:14 +00:00
compat.php
cron.php
date.php
default-constants.php
default-filters.php
default-widgets.php Eliminate use of extract() in wp_widget_rss_form(). 2014-05-16 15:38:14 +00:00
deprecated.php
feed-atom-comments.php
feed-atom.php
feed-rdf.php
feed-rss.php
feed-rss2-comments.php
feed-rss2.php
feed.php
formatting.php Filter out empty and duplicate values in Comment Moderation and Comment Blacklist settings. 2014-05-16 11:10:14 +00:00
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 Improve inline documentation for default arguments in wp_get_archives(). 2014-05-18 17:20:15 +00:00
http.php
kses.php
l10n.php
link-template.php
load.php
locale.php
media-template.php Don't include caption tags in gallery template when there is no caption. 2014-05-15 21:03:15 +00:00
media.php Eliminate use of extract() in gallery_shortcode(). 2014-05-15 03:41:15 +00:00
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 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 Improve inline documentation of default arguments for the_title_attribute(). 2014-05-19 02:28:14 +00:00
post-thumbnail-template.php
post.php Eliminate the use of extract() in get_pages(). 2014-05-17 17:12:15 +00:00
query.php
registration-functions.php
registration.php
revision.php
rewrite.php
rss-functions.php
rss.php
script-loader.php hackificator complains if you call include 'file.php' without the parens, needs to be include( 'file.php' ) 2014-05-18 20:52:15 +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 wp_delete_term(). 2014-05-17 14:55:14 +00:00
template-loader.php
template.php
theme.php
update.php Fix some hackificator odds and ends in wp-admin: 2014-05-19 05:04:16 +00:00
user.php Eliminate use of extract() in wp_insert_user(). 2014-05-16 18:15:15 +00:00
vars.php
version.php
widgets.php
wlwmanifest.xml
wp-db.php
wp-diff.php