| .. |
|
admin.php
|
|
|
|
ajax-actions.php
|
Shiny Updates: Fix a PHP warning when installing new plugins.
|
2015-02-06 00:34:21 +00:00 |
|
bookmark.php
|
|
|
|
class-ftp-pure.php
|
|
|
|
class-ftp-sockets.php
|
|
|
|
class-ftp.php
|
|
|
|
class-pclzip.php
|
|
|
|
class-wp-comments-list-table.php
|
After [31146], properly declare $user_can as a private field in WP_Comments_List_Table.
|
2015-01-12 16:02:24 +00:00 |
|
class-wp-filesystem-base.php
|
@param cleanup:
|
2015-01-16 19:03:23 +00:00 |
|
class-wp-filesystem-direct.php
|
|
|
|
class-wp-filesystem-ftpext.php
|
Calling ->chown() and ->chgrp() in WP_Filesystem_FTPext produces no side-effects. Remove the calls. ->chgrp() is defined in the super class, and does nothing, can be removed from the child class.
|
2015-01-16 21:07:24 +00:00 |
|
class-wp-filesystem-ftpsockets.php
|
Fix some erroneous @param annotations.
|
2015-01-16 22:44:25 +00:00 |
|
class-wp-filesystem-ssh2.php
|
Fix some erroneous @param annotations.
|
2015-01-16 22:44:25 +00:00 |
|
class-wp-importer.php
|
Fix some internal types that are passed to functions to avoid changing the acceptable types passed as arguments to those functions:
|
2015-01-16 22:51:21 +00:00 |
|
class-wp-links-list-table.php
|
List tables: Use CSS :nth-child() selectors for zebra striping.
|
2015-01-14 22:14:22 +00:00 |
|
class-wp-list-table.php
|
Fix some internal types that are passed to functions to avoid changing the acceptable types passed as arguments to those functions:
|
2015-01-16 22:51:21 +00:00 |
|
class-wp-media-list-table.php
|
Fix some internal types that are passed to functions to avoid changing the acceptable types passed as arguments to those functions:
|
2015-01-16 22:51:21 +00:00 |
|
class-wp-ms-sites-list-table.php
|
List tables: Use CSS :nth-child() selectors for zebra striping.
|
2015-01-14 22:14:22 +00:00 |
|
class-wp-ms-themes-list-table.php
|
In lieu of refactoring, add a private field to WP_MS_Themes_List_Table, $has_items. Ideally, this class would overload ->has_items() and not set a private field.
|
2015-01-12 16:17:22 +00:00 |
|
class-wp-ms-users-list-table.php
|
List tables: Use CSS :nth-child() selectors for zebra striping.
|
2015-01-14 22:14:22 +00:00 |
|
class-wp-plugin-install-list-table.php
|
Shiny Updates: Add ajax-y updates to the plugin list page, and ajax-y updates and installs to the plugin card page.
|
2015-02-05 04:19:23 +00:00 |
|
class-wp-plugins-list-table.php
|
|
|
|
class-wp-posts-list-table.php
|
Accessibility: remove remaining instances of accesskey.
|
2015-02-04 03:46:24 +00:00 |
|
class-wp-terms-list-table.php
|
Accessibility: remove remaining instances of accesskey.
|
2015-02-04 03:46:24 +00:00 |
|
class-wp-theme-install-list-table.php
|
|
|
|
class-wp-themes-list-table.php
|
|
|
|
class-wp-upgrader-skins.php
|
Fix some erroneous @param annotations.
|
2015-01-16 22:44:25 +00:00 |
|
class-wp-upgrader.php
|
WP_Upgrader: Remove references to non-existant variables that have never existed.
|
2015-02-03 06:18:24 +00:00 |
|
class-wp-users-list-table.php
|
In PHP 5.0.0, is_a() became deprecated in favour of the instanceof operator. Calling is_a() would result in an E_STRICT warning.
|
2015-01-16 01:06:24 +00:00 |
|
comment.php
|
|
|
|
continents-cities.php
|
|
|
|
dashboard.php
|
In HTML5, the action attribute is no longer required. Remove this attribute when empty.
|
2015-01-16 04:16:24 +00:00 |
|
deprecated.php
|
|
|
|
export.php
|
|
|
|
file.php
|
Fix some erroneous @param annotations.
|
2015-01-16 22:44:25 +00:00 |
|
image-edit.php
|
|
|
|
image.php
|
Use && instead of and in the 3 places where and was used.
|
2015-01-08 21:12:22 +00:00 |
|
import.php
|
|
|
|
list-table.php
|
|
|
|
media.php
|
In HTML5, the action attribute is no longer required. Remove this attribute when empty.
|
2015-01-16 04:16:24 +00:00 |
|
menu.php
|
Switch to a 403 response code in places where it is more appropriate than a 500 due to permissions errors.
|
2015-01-29 21:15:22 +00:00 |
|
meta-boxes.php
|
Accessibility: remove remaining instances of accesskey.
|
2015-02-04 03:46:24 +00:00 |
|
misc.php
|
|
|
|
ms-deprecated.php
|
|
|
|
ms.php
|
Switch to a 403 response code in places where it is more appropriate than a 500 due to permissions errors.
|
2015-01-29 21:15:22 +00:00 |
|
nav-menu.php
|
|
|
|
plugin-install.php
|
Avoid inadvertent stomping of the original $args parameter passed to plugins_api_result and themes_api_result filters in plugins_api() and themes_api(), respectively.
|
2015-02-07 06:21:22 +00:00 |
|
plugin.php
|
Remove unused local vars in delete_plugins(), delete_theme(), WP_Date_Query->validate_date_values(), global_terms(), and WP_Text_Diff_Renderer_Table->_changed().
|
2015-01-16 21:19:22 +00:00 |
|
post.php
|
Parse non-hierarchical tag input into term IDs before sending to wp_insert_post().
|
2015-02-06 20:32:22 +00:00 |
|
revision.php
|
In wp-admin/includes/revision.php, $post->modified is a coding error. It should be $post->post_modified.
|
2015-01-10 05:50:22 +00:00 |
|
schema.php
|
WPDB: If a site is using the utf8 charset, and their version of MySQL supports utf8mb4, auto-upgrade them to utf8mb4.
|
2015-02-06 04:51:22 +00:00 |
|
screen.php
|
In HTML5, the action attribute is no longer required. Remove this attribute when empty.
|
2015-01-16 04:16:24 +00:00 |
|
taxonomy.php
|
Add missing descriptions to the DocBlocks for various functions in wp-admin/includes/taxonomy.php.
|
2015-01-29 11:34:22 +00:00 |
|
template.php
|
In HTML5, the action attribute is no longer required. Remove this attribute when empty.
|
2015-01-16 04:16:24 +00:00 |
|
theme-install.php
|
In HTML5, the action attribute is no longer required. Remove this attribute when empty.
|
2015-01-16 04:16:24 +00:00 |
|
theme.php
|
Avoid inadvertent stomping of the original $args parameter passed to plugins_api_result and themes_api_result filters in plugins_api() and themes_api(), respectively.
|
2015-02-07 06:21:22 +00:00 |
|
translation-install.php
|
|
|
|
update-core.php
|
Declare $wp_version, $required_php_version, and $required_mysql_version as globals in install and upgrade admin files.
|
2015-01-10 05:57:22 +00:00 |
|
update.php
|
Shiny Updates: Add ajax-y updates to the plugin list page, and ajax-y updates and installs to the plugin card page.
|
2015-02-05 04:19:23 +00:00 |
|
upgrade.php
|
Upgrades: wp_usermeta is a global table in multisite, so it should only be upgraded by the single site routines when we're not in a multisite install.
|
2015-02-06 13:41:22 +00:00 |
|
user.php
|
|
|
|
widgets.php
|
In HTML5, the action attribute is no longer required. Remove this attribute when empty.
|
2015-01-16 04:16:24 +00:00 |